Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit41ce4ca

Browse files
authored
Merge pull request#1256 from stm32-rs/wba
WBA patches, unify AES CHMOD
2 parents44f12db +92e0b8d commit41ce4ca

26 files changed

+373
-28
lines changed

‎CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Family-specific:
2222

2323
* WBA:
2424
* Initial support (#1229)
25+
* Apply exisiting patches
2526

2627
##[v0.16.0] 2025-05-13
2728

‎devices/collect/dma/gpdma/wba.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
_include:fields.yaml
2+
3+
_cluster:
4+
CH%s:
5+
description:Channel cluster
6+
C?LBAR:
7+
name:LBAR
8+
C?FCR:
9+
name:FCR
10+
C?SR:
11+
name:SR
12+
C?CR:
13+
name:CR
14+
C?TR1:
15+
name:TR1
16+
C?TR2:
17+
name:TR2
18+
C?BR1:
19+
name:BR1
20+
C?SAR:
21+
name:SAR
22+
C?DAR:
23+
name:DAR
24+
C?LLR:
25+
name:LLR

‎devices/collect/hsem/r.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
_array:
22
RLR*:
33
description:Semaphore %s read lock register
4-
"R?,R??":
4+
R[0-9]*:
55
description:HSEM register HSEM_R%s

‎devices/fields/aes/chmod3b.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
CR:
2-
"CHMOD,CHMOD1,CHMOD10":
2+
CHMOD:
33
ECB:[0, Electronic codebook (ECB) / Counter with CBC-MAC (CCM) if CHMOD2 is 1]
44
CBC:[1, Cipher-block chaining (CBC)]
55
CTR:[2, Counter mode (CTR)]
66
GCM:[3, Galois counter mode (GCM) and Galois message authentication code (GMAC)]
7-
"CHMOD2,CHMOD_2":
7+
CHMOD_2:
88
CHMOD:[0, "Mode as per CHMOD (ECB, CBC, CTR, GCM)"]
99
CCM:[1, Counter with CBC-MAC (CCM) - CHMOD must be 0 (ECB)]

‎devices/fields/tim/v3/tim2_uif.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
_include:
2+
-../tim_gp1.yaml
3+
-../generic.yaml
4+
-../basic.yaml
5+
-../tim_uifremap.yaml
6+
-../dithen.yaml
7+
-../tim_ckd.yaml
8+
-../ccr.yaml
9+
-occe.yaml
10+
-../v2/ccm_extended.yaml
11+
12+
CNT:
13+
CNT:[0, 0x7FFFFFFF]
14+
ARR:
15+
ARR:[0, 0xFFFFFFFF]
16+
CCR?:
17+
CCR:[0, 0xFFFFFFFF]

‎devices/fields/usart/v4/wba.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
_include:
2+
-../v3/ABC_common.yaml
3+
-../v3/BC_common.yaml
4+
-../v3/m.yaml
5+
-fifoen_common.yaml
6+
-fifoen_usart.yaml
7+
-sync_slave.yaml
8+
-smartcard.yaml
9+
-prescalar.yaml

‎devices/patches/aes/chmod.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
CR:
2+
_modify:
3+
"CHMOD1,CHMOD10,CHMOD":
4+
name:CHMOD
5+
"CHMOD2,CHMOD_1,CHMOD_2":
6+
name:CHMOD_2

‎devices/patches/aes/l4.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ CR:
138138
description:Key size selection
139139
bitOffset:18
140140
bitWidth:1
141-
CHMOD2:
141+
CHMOD_2:
142142
description:Chaining mode selection, bit [2]
143143
bitOffset:16
144144
bitWidth:1

‎devices/patches/hsem/i_split.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
IER:
2+
_split:ISE
3+
ICR:
4+
_split:ISC
5+
ISR:
6+
_split:ISF
7+
MISR:
8+
_split:MISF

‎devices/stm32f730.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ ADC[2]:
2929

3030
AES:
3131
_include:
32+
-patches/aes/chmod.yaml
3233
-patches/aes/fields.yaml
3334
-fields/aes/v2.yaml
3435

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp