Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
10 changes: 3 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,13 @@ jobs:
run: echo "::set-output name=id::$(docker create ${{ env.IMAGE }})"
- name: Extract files from container
run: |
rm -rf targetdb msp430
docker cp ${{ steps.container.outputs.id }}:/opt/ti/ccs/ccs_base/common/targetdb .
docker cp ${{ steps.container.outputs.id }}:/opt/ti/ccs/ccs_base/msp430 tmp
mkdir -p msp430
cp tmp/include/*.cmd msp430
rm -rf tmp
rm -rf targetdb msp430 ccs_base
docker cp ${{ steps.container.outputs.id }}:/opt/ti/ccs/ccs_base .
- name: Remove temporary container
run: docker rm ${{ steps.container.outputs.id }}

- name: Commit changes
run: |
git add targetdb msp430
git add .
git commit -m "commit targetdb, version ${{ env.MAJOR_VER }}.${{ env.MINOR_VER }}.${{ env.PATCH_VER }}.${{ env.BUILD_VER }}"
git push origin ${{ github.head_ref }}
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"metadataVersion": "3.1.0",
"id": "ARM-MCU-DEVICE-SUPPORT",
"name": "AM2x Arm®-based MCU Device Support Files",
"version": "1.5.4",
"type": "software",
"subType": "ccsComponent",
"devices": [
"AM263x",
"AM2631",
"AM2632",
"AM2634",
"AM243x",
"AM263Px",
"AM263Px_ZCZ_F",
"AM263Px_ZCZ_S",
"AM263Px_ZCZ_C",
"AM261x",
"AM261x_ZCZ",
"AM261x_ZEJ",
"AM261x_ZFG",
"AM261x_ZNC"
],
"description": "AM2x Arm®-based MCU Device Support Files"
}
]
36 changes: 36 additions & 0 deletions ccs_base/.metadata/.tirex/arm-mcu-features.package.tirex.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
[
{
"metadataVersion": "3.1.0",
"id": "ARM-MCU-FEATURE",
"name": "AM2x Arm®-based MCU Support",
"version": "1.5.4",
"type": "software",
"subType": "ccsComponent",
"featureType": "deviceSupport",
"ccsVersion": "^1.4",
"devices": [
"AM263x",
"AM2631",
"AM2632",
"AM2634",
"AM243x",
"AM263Px",
"AM263Px_ZCZ_F",
"AM263Px_ZCZ_S",
"AM263Px_ZCZ_C",
"AM261x",
"AM261x_ZCZ",
"AM261x_ZEJ",
"AM261x_ZFG",
"AM261x_ZNC"
],
"dependencies": [
{
"packageId": "ARM-MCU-DEVICE-SUPPORT",
"version": "1.5.4",
"require": "mandatory"
}
],
"description": "AM2x Arm®-based MCU Support"
}
]
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
[
{
"metadataVersion": "3.1.0",
"id": "SITARA-MPU-DEVICE-SUPPORT",
"name": "Arm®-based Processors Device Support Files",
"version": "1.6.14",
"type": "software",
"subType": "ccsComponent",
"devices": [
"AM62Lx",
"AM62Dx",
"AM62Px",
"AM62Ax",
"AM62x",
"AM64x",
"AM65x",
"AM57x",
"AM43x",
"AMIC110",
"AMIC120",
"AM335x",
"OMAP35x",
"AM38x",
"AM18x",
"AM17x"
],
"description": "Arm®-based Processors Device Support Files"
}
]
38 changes: 38 additions & 0 deletions ccs_base/.metadata/.tirex/arm-mpu-feature.package.tirex.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
[
{
"metadataVersion": "3.1.0",
"id": "SITARA-MPU-FEATURE",
"name": "Arm®-based Processors Support",
"version": "1.6.14",
"type": "software",
"subType": "ccsComponent",
"featureType": "deviceSupport",
"ccsVersion": "^1.4",
"devices": [
"AM62Lx",
"AM62Dx",
"AM62Px",
"AM62Ax",
"AM62x",
"AM64x",
"AM65x",
"AM57x",
"AM43x",
"AMIC110",
"AMIC120",
"AM335x",
"OMAP35x",
"AM38x",
"AM18x",
"AM17x"
],
"dependencies": [
{
"packageId": "SITARA-MPU-DEVICE-SUPPORT",
"version": "1.6.14",
"require": "mandatory"
}
],
"description": "Arm®-based Processors Support"
}
]
30 changes: 30 additions & 0 deletions ccs_base/.metadata/.tirex/auto-device-support.package.tirex.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
[
{
"metadataVersion": "3.1.0",
"id": "AUTO-DEVICE-SUPPORT",
"name": "TDAx DRAx J7x Auto Device Support Files",
"version": "1.1.20",
"type": "software",
"subType": "ccsComponent",
"devices": [
"J722S_TDA4VEN_TDA4AEN_AM67",
"J784S4_TDA4VH",
"J721S2_TDA4VL",
"J7200_DRA821",
"J721E_DRA829_TDA4VM",
"DRA80xM",
"DRA74xP_75xP_76xP_77xP",
"DRA75x_DRA74x",
"DRA79x",
"DRA78x",
"DRA72x",
"DRA71x",
"TDA2Px",
"TDA2Ex",
"TDA2x",
"TDA3x",
"DM50x"
],
"description": "TDAx DRAx J7x Auto Device Support Files"
}
]
39 changes: 39 additions & 0 deletions ccs_base/.metadata/.tirex/auto-features.package.tirex.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
[
{
"metadataVersion": "3.1.0",
"id": "AUTO-FEATURE",
"name": "TDAx DRAx J7x Auto Support",
"version": "1.1.20",
"type": "software",
"subType": "ccsComponent",
"featureType": "deviceSupport",
"ccsVersion": "^1.4",
"devices": [
"J722S_TDA4VEN_TDA4AEN_AM67",
"J784S4_TDA4VH",
"J721S2_TDA4VL",
"J7200_DRA821",
"J721E_DRA829_TDA4VM",
"DRA80xM",
"DRA74xP_75xP_76xP_77xP",
"DRA75x_DRA74x",
"DRA79x",
"DRA78x",
"DRA72x",
"DRA71x",
"TDA2Px",
"TDA2Ex",
"TDA2x",
"TDA3x",
"DM50x"
],
"dependencies": [
{
"packageId": "AUTO-DEVICE-SUPPORT",
"version": "1.1.20",
"require": "mandatory"
}
],
"description": "TDAx DRAx J7x Auto Support"
}
]
33 changes: 33 additions & 0 deletions ccs_base/.metadata/.tirex/c2000-device-support.package.tirex.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
[
{
"metadataVersion": "3.1.0",
"id": "C2000-DEVICE-SUPPORT",
"name": "C2000 Device Support Files",
"version": "6.28.1",
"type": "software",
"subType": "ccsComponent",
"devices": [
"F28P551x",
"F28E12x",
"F28P55x",
"F28P65x",
"F280015x",
"F280013x",
"F28003x",
"F28002x",
"F28004x",
"F2838xS",
"F2838xD",
"F2807x",
"F2837xS",
"F2837xD",
"F2823x",
"F2833x",
"F2806x",
"F2805x",
"F2802x0",
"F2803x"
],
"description": "C2000 Device Support Files"
}
]
42 changes: 42 additions & 0 deletions ccs_base/.metadata/.tirex/c2000-feature.package.tirex.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"metadataVersion": "3.1.0",
"id": "C2000-FEATURE",
"name": "C2000™ (C28) Support",
"version": "6.28.1",
"type": "software",
"subType": "ccsComponent",
"featureType": "deviceSupport",
"ccsVersion": "^1.2",
"devices": [
"F28P551x",
"F28E12x",
"F28P55x",
"F28P65x",
"F280015x",
"F280013x",
"F28003x",
"F28002x",
"F28004x",
"F2838xS",
"F2838xD",
"F2807x",
"F2837xS",
"F2837xD",
"F2823x",
"F2833x",
"F2806x",
"F2805x",
"F2802x0",
"F2803x"
],
"dependencies": [
{
"packageId": "C2000-DEVICE-SUPPORT",
"version": "6.28.1",
"require": "mandatory"
}
],
"description": "C2000™ (C28) Support"
}
]
14 changes: 14 additions & 0 deletions ccs_base/.metadata/.tirex/c29-device-support.package.tirex.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[
{
"metadataVersion": "3.1.0",
"id": "C29-DEVICE-SUPPORT",
"name": "C29 Device Support Files",
"version": "1.2.26",
"type": "software",
"subType": "ccsComponent",
"devices": [
"F29H85x"
],
"description": "C29 Device Support Files"
}
]
23 changes: 23 additions & 0 deletions ccs_base/.metadata/.tirex/c29-feature.package.tirex.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
[
{
"metadataVersion": "3.1.0",
"id": "C29-FEATURE",
"name": "C2000™ (C29) Support",
"version": "1.2.26",
"type": "software",
"subType": "ccsComponent",
"featureType": "deviceSupport",
"ccsVersion": "^1.5",
"devices": [
"F29H85x"
],
"dependencies": [
{
"packageId": "C29-DEVICE-SUPPORT",
"version": "1.2.26",
"require": "mandatory"
}
],
"description": "C2000™ (C29) Support"
}
]
25 changes: 25 additions & 0 deletions ccs_base/.metadata/.tirex/ide-core-feature.package.tirex.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
[
{
"metadataVersion": "3.0.0",
"name": "IDE Core Feature",
"id": "IDE-CORE-FEATURE",
"version": "20.4.0.13",
"type": "software",
"subType": "featureSupport",
"featureType": "ccsCore",
"ccsVersion": "1",
"installCommand": {
"linux": "./ccs_setup_20.4.0.00013.run --mode unattended --unattendedmodeui minimal --update --prefix @install-location",
"win": "ccs_setup_20.4.0.00013.exe --mode unattended --unattendedmodeui minimal --update --prefix @install-location",
"macos": "open ./ccs_setup_20.4.0.00013.app --args --mode unattended --unattendedmodeui minimal --update --prefix @install-location"
},
"dependencies": [
{
"packageId": "TIREX",
"version": "*",
"require": "mandatory"
}
],
"description": "IDE Core Feature"
}
]
23 changes: 23 additions & 0 deletions ccs_base/.metadata/.tirex/lpcs-device-support.package.tirex.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
[
{
"metadataVersion": "3.1.0",
"id": "LPCS-DEVICE-SUPPORT",
"name": "SimpleLink™ Low Power RF Device Support (CC1xxx, CC2xxx)",
"version": "3.22.6",
"type": "software",
"subType": "ccsComponent",
"devices": [
"CC13x1",
"CC13x2",
"CC13x2x7",
"CC13x4",
"CC26x1",
"CC26x2",
"CC26x2x7",
"CC26x4",
"CC23x0",
"CC27xx"
],
"description": "SimpleLink™ Low Power RF Device Support (CC1xxx, CC2xxx)"
}
]
Loading