1444 Commits

Author SHA1 Message Date
Dario Nieuwenhuis
1084e4ce0c
Merge pull request #420 from eZioPan/pka_v1
pka v1
2024-02-25 21:38:59 +00:00
Dario Nieuwenhuis
6f3e9acccd
Merge pull request #412 from eZioPan/hex-address
make address of registers show as hex
2024-02-25 21:26:46 +00:00
eZio Pan
24b62ea85d make address of registers show as hex 2024-02-25 22:24:22 +01:00
Dario Nieuwenhuis
bca5f41774
Merge pull request #413 from eZioPan/enum-adccommon-h50
align enum of adccommon_h50 with adccommon_h5
2024-02-25 21:14:19 +00:00
Dario Nieuwenhuis
27b4f98ca5
Merge pull request #416 from caleb-garrett/h7-cryp
Correct 'CRYPT' to 'CRYP' in RCC
2024-02-25 21:07:34 +00:00
eZio Pan
2a8bc99b55 add pka to chips.rs 2024-02-25 21:48:39 +08:00
eZio Pan
6f3f972c6c tailoring from pka_v1b to pka_v1c 2024-02-25 21:44:44 +08:00
eZio Pan
f4567db67a branch from pka_v1b to pka_v1c 2024-02-25 21:42:57 +08:00
eZio Pan
f839d76da6 tailoring from pka_v1a to pka_v1b 2024-02-25 21:41:51 +08:00
eZio Pan
2fec12bda6 branch from pka_v1a to pka_v1b 2024-02-25 21:35:04 +08:00
eZio Pan
e5d85dae39 add enum 2024-02-25 21:31:08 +08:00
eZio Pan
c20cd25016 extract 2024-02-25 20:04:41 +08:00
eZio Pan
213784d231 add saes to chip.rs 2024-02-25 19:38:56 +08:00
eZio Pan
6f45c8c9b2 tailoring from saes_v1a to saes_v1b 2024-02-25 19:34:56 +08:00
eZio Pan
a26d7f3e11 branch from saes_v1a to saes_v1b 2024-02-25 19:28:21 +08:00
eZio Pan
b1bd6e97d6 add enum to saes_v1a 2024-02-25 19:24:44 +08:00
eZio Pan
25ae37ec22 recreate transform file and apply transform 2024-02-25 18:54:39 +08:00
eZio Pan
93a943cf3a apply transform 2024-02-25 18:33:51 +08:00
eZio Pan
0437b81a9e extract 2024-02-25 16:43:46 +08:00
eZio Pan
12810e9455 add aes_v3b to chips.rs 2024-02-25 13:51:20 +08:00
eZio Pan
ccb0f18f5b tailoring from aes_v3a to aes_v3b 2024-02-25 13:38:17 +08:00
eZio Pan
3f975e6217 branch from v3a to v3b 2024-02-25 13:36:25 +08:00
eZio Pan
2c6cd074ef concate CHMOD field into one 2024-02-25 13:27:17 +08:00
eZio Pan
39b513b598 rename aes_u5 to aes_v3a 2024-02-25 13:14:56 +08:00
Caleb Garrett
de9eb01e70 Correct 'CRYPT' to 'CRYP' in RCC. 2024-02-24 16:45:16 -05:00
eZio Pan
99024fc817 add to chips.rs 2024-02-24 22:58:25 +08:00
eZio Pan
29a026e652 add enums 2024-02-24 22:55:01 +08:00
eZio Pan
448ed12b13 apply other transforms 2024-02-24 21:53:18 +08:00
eZio Pan
ebceb6d15c make DataRegs block 2024-02-24 21:24:02 +08:00
eZio Pan
cd738a1c68 extract 2024-02-24 20:30:30 +08:00
eZio Pan
af02de81fd add to chips.rs 2024-02-24 19:52:23 +08:00
eZio Pan
e4b07a5988 PDM count change 2024-02-24 19:30:44 +08:00
eZio Pan
fb7a97fa28 branch 2pdm from 4pdm 2024-02-24 19:30:44 +08:00
eZio Pan
5256872a43 apply chiptool transform 2024-02-24 19:30:44 +08:00
eZio Pan
05f52fcc7e add enum for SDRAM block 2024-02-24 19:29:06 +08:00
eZio Pan
e857c9cb94 add enum for NAND block 2024-02-24 19:18:09 +08:00
eZio Pan
72aa630cf0 add enum for NOR_PSRAM block 2024-02-24 18:54:30 +08:00
eZio Pan
ac3b6c2054 split FMC into NOR_PSRAM, NAND and SDRAM 2024-02-24 17:05:32 +08:00
eZio Pan
de08d9fe06 use extends 2024-02-24 16:54:06 +08:00
eZio Pan
45f5429068 apply transform 2024-02-24 16:46:36 +08:00
eZio Pan
68fa1b173a extract 2024-02-24 16:45:53 +08:00
eZio Pan
dffe85cd68 align enum of adccommon_h50 with adccommon_h5 2024-02-24 15:40:35 +08:00
Dario Nieuwenhuis
ca48d94684
Merge pull request #411 from caleb-garrett/h7-cryp
H7 RCC CRYP Register Naming
2024-02-23 18:38:19 +00:00
Caleb Garrett
787611a3ab Correct naming of RCC CRYP registers. 2024-02-23 12:22:59 -05:00
Dario Nieuwenhuis
12bf6d47ae
Merge pull request #410 from eZioPan/timer-fix
remove non-exist `ECR` register from timer_v1 and timer_l0
2024-02-23 14:57:06 +00:00
eZio Pan
ecbb085fdf remove non-exist ECR register from timer_v1 and timer_l0 2024-02-23 21:57:20 +08:00
Dario Nieuwenhuis
3c6a2af287
Merge pull request #409 from eZioPan/adc-h5-improving
adc h5 improving
2024-02-23 13:09:14 +00:00
eZio Pan
f39749ad49 recreate transform file 2024-02-23 16:24:06 +08:00
eZio Pan
c7d4037306 add more enums 2024-02-23 16:03:26 +08:00
eZio Pan
05745a0d9f chiptool fmt 2024-02-23 15:59:06 +08:00