Skip to content

Commit 69bf0b9

Browse files
committed
24b release with componentization
1 parent 2196165 commit 69bf0b9

File tree

1,042 files changed

+2470
-955
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,042 files changed

+2470
-955
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ jobs:
4141
steps:
4242

4343
- name: Check out repository
44-
uses: actions/checkout@v4
44+
uses: actions/checkout@v3
4545

4646
- name: Setup MATLAB
47-
uses: matlab-actions/setup-matlab@v2
47+
uses: matlab-actions/setup-matlab@v1
4848
with:
4949
release: R2024b
5050

5151
- name: Run tests
52-
uses: matlab-actions/run-command@v2
52+
uses: matlab-actions/run-command@v1
5353
with:
5454
command: openProject(pwd); BEVProjectRuntestsCheckProject;
5555

@@ -65,19 +65,11 @@ jobs:
6565
uses: actions/checkout@v3
6666

6767
- name: Setup MATLAB
68-
uses: matlab-actions/setup-matlab@v2
68+
uses: matlab-actions/setup-matlab@v1
6969
with:
7070
release: R2024b
71-
cache: true
72-
products: |
73-
Simscape
74-
Simulink
75-
Simscape_Fluids
76-
Stateflow
77-
Simscape_Driveline
78-
Simscape_Electrical
79-
Powertrain_Blockset
71+
8072
- name: Run tests
81-
uses: matlab-actions/run-command@v2
73+
uses: matlab-actions/run-command@v1
8274
with:
8375
command: openProject(pwd); BEVProjectTests;

Components/BatteryHV/lib/+batt_packBTMSExampleLib/+Modules/ModuleType1.ssc renamed to Components/BatteryHV/Library/+batt_packBTMSExampleLib/+Modules/ModuleType1.ssc

File renamed without changes.

Components/BatteryHV/lib/+batt_packBTMSExampleLib/+Modules/module.svg renamed to Components/BatteryHV/Library/+batt_packBTMSExampleLib/+Modules/module.svg

File renamed without changes.

Components/BatteryHV/lib/+batt_packBTMSExampleLib/+ParallelAssemblies/ParallelAssemblyType1.ssc renamed to Components/BatteryHV/Library/+batt_packBTMSExampleLib/+ParallelAssemblies/ParallelAssemblyType1.ssc

File renamed without changes.

Components/BatteryHV/lib/+batt_packBTMSExampleLib/+ParallelAssemblies/parallelAssembly.svg renamed to Components/BatteryHV/Library/+batt_packBTMSExampleLib/+ParallelAssemblies/parallelAssembly.svg

File renamed without changes.

Components/BatteryHV/lib/+moduleBTMSExample/+ParallelAssemblies/ParallelAssemblyType1.ssc renamed to Components/BatteryHV/Library/+moduleBTMSExample/+ParallelAssemblies/ParallelAssemblyType1.ssc

File renamed without changes.

Components/BatteryHV/lib/+moduleBTMSExample/+ParallelAssemblies/parallelAssembly.svg renamed to Components/BatteryHV/Library/+moduleBTMSExample/+ParallelAssemblies/parallelAssembly.svg

File renamed without changes.

Components/BatteryHV/lib/+moduleBTMSExample/Module1.ssc renamed to Components/BatteryHV/Library/+moduleBTMSExample/Module1.ssc

File renamed without changes.

Components/BatteryHV/lib/+moduleBTMSExample/module.svg renamed to Components/BatteryHV/Library/+moduleBTMSExample/module.svg

File renamed without changes.

Components/BatteryHV/lib/batt_BatteryManagementSystem_param.m renamed to Components/BatteryHV/Library/batt_BatteryManagementSystem_param.m

File renamed without changes.

0 commit comments

Comments
 (0)