Skip to content

Commit 4838956

Browse files
Template: minor update to required pack version and .yml files (#315)
1 parent 74a4800 commit 4838956

3 files changed

Lines changed: 17 additions & 17 deletions

File tree

template/SDS.csolution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ solution:
1313
# Refer to https://open-cmsis-pack.github.io/cmsis-toolbox/ReferenceApplications/ for more information
1414

1515
packs:
16-
- pack: ARM::SDS@^3.0.0-0
16+
- pack: ARM::SDS@^3.1.0-0
1717
- pack: ARM::V2M_MPS3_SSE_300_BSP@^1.5.0
1818
- pack: ARM::SSE_320_BSP@^1.1.0
1919

template/datatest/SDS Recordings/Test_In.sds.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ sds:
33
description: Generated accelerometer samples at 16600 Hz
44
sample-frequency: 16600
55
content:
6-
- value: x
7-
type: uint16_t
8-
scale: 0.001
9-
unit: G
10-
- value: y
11-
type: uint16_t
12-
scale: 0.001
13-
unit: G
14-
- value: z
15-
type: uint16_t
16-
scale: 0.001
17-
unit: G
6+
- value: x
7+
type: uint16_t
8+
scale: 0.001
9+
unit: G
10+
- value: y
11+
type: uint16_t
12+
scale: 0.001
13+
unit: G
14+
- value: z
15+
type: uint16_t
16+
scale: 0.001
17+
unit: G

template/datatest/SDS Recordings/Test_Out.sds.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sds:
33
description: Results of algorithm processing
44
sample-frequency: 1000
55
content:
6-
- value: x
7-
type: uint16_t
8-
- value: y
9-
type: uint16_t
6+
- value: x
7+
type: uint16_t
8+
- value: y
9+
type: uint16_t

0 commit comments

Comments
 (0)