Skip to content
This repository was archived by the owner on Aug 9, 2022. It is now read-only.

Commit 47406ba

Browse files
authored
Merge pull request #43 from Dreistein/master
Add RNG Peripheral
2 parents 00be76f + 19b1711 commit 47406ba

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

svd/patches/_rng.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
_add:
3+
RNG:
4+
baseAddress: 0x3ff75144
5+
description: True Random Number Generator
6+
registers:
7+
RNG_DATA_REG:
8+
description: Random Number Data
9+
addressOffset: 0x0
10+
size: 32
11+
access: read-only

svd/patches/esp32.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ _include:
66
- "_uart.yaml"
77
- "_io_mux.yaml"
88
- "_gpio.yaml"
9-
- "_rtcio.yaml"
9+
- "_rng.yaml"
10+
- "_rtcio.yaml"
1011
- "_rename_registers.yaml"
1112
- "_rename_bitfields.yaml"
1213
- "_rtc_cntl.yaml"

0 commit comments

Comments
 (0)