Skip to content

Commit

Permalink
oxide-rot-1: Add rng task to app-dev.toml.
Browse files Browse the repository at this point in the history
  • Loading branch information
flihp committed Sep 17, 2024
1 parent a51a583 commit 6507771
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/oxide-rot-1/app-dev.toml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,15 @@ stacksize = 12304
start = true
extern-regions = ["dice_alias", "dice_certs"]

[tasks.rng_driver]
name = "drv-lpc55-rng"
priority = 6
uses = ["rng", "pmc"]
start = true
stacksize = 4200
task-slots = ["syscon_driver"]
extern-regions = ["dice_certs", "dice_rng"]

[signing.certs]
signing-certs = ["../../support/fake_certs/fake_certificate.der.crt"]
root-certs = ["../../support/fake_certs/fake_certificate.der.crt"]
Expand Down

0 comments on commit 6507771

Please sign in to comment.