Implement async RNG, including rand_core sync traits.

This commit is contained in:
Bob McWhirter
2021-05-06 14:33:29 -04:00
parent 1eb70a7e5d
commit e8537ca9c2
10 changed files with 3449 additions and 3332 deletions

View File

@ -1,8 +1,5 @@
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
#runner = "probe-run --chip STM32F401CCUx"
#runner = "probe-run --chip STM32L4S5VITx"
#runner = "probe-run --chip ${PROBE_RUN_CHIP}"
runner = "probe-run"
runner = "probe-run --chip STM32F401CCUx"
rustflags = [
# LLD (shipped with the Rust toolchain) is used as the default linker
@ -28,5 +25,4 @@ rustflags = [
]
[build]
#target = "thumbv7em-none-eabihf"
target = "thumbv7em-none-eabi"
target = "thumbv7em-none-eabihf"