Thales Fragoso
2cb66d6032
Update generated code
2021-05-14 23:44:51 -03:00
Thales Fragoso
ad720f83df
Expose data transfer timeout and implement configuration for BusWidth one
2021-05-14 23:43:11 -03:00
Thales Fragoso
359aaa5aeb
Implement embedded-sdmmc traits
2021-05-14 23:43:09 -03:00
Thales Fragoso
a130499c9a
Get rid of some warnings
2021-05-14 23:42:12 -03:00
Thales Fragoso
c183c352c7
SDMMC: Implement read and write
2021-05-14 23:42:12 -03:00
Thales Fragoso
490152d028
Better interrupt handling
2021-05-14 23:42:09 -03:00
Thales Fragoso
72fb3a7520
Init working :)
2021-05-14 23:40:28 -03:00
Thales Fragoso
0b607ca80a
Initial H7 sdmmc support
2021-05-14 23:40:28 -03:00
Dario Nieuwenhuis
180ca48d34
Remove AF_NUM const from pin traits, only use af_num fn
2021-05-15 03:18:15 +02:00
Dario Nieuwenhuis
e63c4bde0b
stm32: remove psel_bits
2021-05-15 03:07:59 +02:00
Dario Nieuwenhuis
8bb1bc3507
Move pin configuration to gpio mod
2021-05-15 03:07:59 +02:00
Dario Nieuwenhuis
ee869efcb5
Merge pull request #171 from bobmcwhirter/spi_checkpoint
...
Spi checkpoint
2021-05-15 00:48:32 +02:00
Dario Nieuwenhuis
28533cfc77
Simplify SPI example
2021-05-15 00:47:22 +02:00
Bob McWhirter
2569d38ab4
Adjust pin-names to FooPin.
...
Move common bits up to spi/mod.rs.
Isolate the RNG interrupt in a sub-module to avoid conflict with the const.
2021-05-14 10:11:43 -04:00
Dario Nieuwenhuis
cd4111736c
Merge pull request #177 from lulf/bump-critical-section-version
...
Bump version of critical-section to 0.2.1
2021-05-14 00:01:07 +02:00
Bob McWhirter
9e93a0999f
Add SPIv1, use cfg_attr to pick correct impl.
...
Add IRQ to impl_rng!() to accomodate RNG vs HASH_RNG split.
2021-05-13 14:28:53 -04:00
Ulf Lilleengen
3b86e85770
Bump version of critical-section to 0.2.1
2021-05-13 18:17:50 +02:00
Bob McWhirter
07db3ed7c1
Further improvement to SPIv2.
2021-05-12 14:18:42 -04:00
Bob McWhirter
36c16dbef8
Continuing to update clocks (unused now) and SPI
2021-05-12 10:46:18 -04:00
Bob McWhirter
7d52e1b350
Further work on SPI v2 blocking.
2021-05-11 11:25:01 -04:00
Dario Nieuwenhuis
4705333b5e
Merge pull request #173 from embassy-rs/priority
...
PriorityX enums
2021-05-11 01:38:33 +02:00
Dario Nieuwenhuis
e0809ab0fb
Switch to use PrioritX enums.
2021-05-11 01:34:24 +02:00
Dario Nieuwenhuis
e6a8c8bfcc
Add PriorityX enums to embassy-extras::interrupt
2021-05-11 01:21:02 +02:00
Dario Nieuwenhuis
65b78119dc
Merge pull request #172 from embassy-rs/critical-section
...
Use `critical_section` crate
2021-05-11 01:20:04 +02:00
Dario Nieuwenhuis
7fa0e57172
Use critical_section
crate
2021-05-11 01:15:30 +02:00
Dario Nieuwenhuis
f817f374b6
Merge pull request #169 from lulf/nrf-uart-read-until-idle
...
Add implementation of ReadUntilIdle for nRF UART
2021-05-10 23:11:02 +02:00
Dario Nieuwenhuis
95439b493f
Add uart_idle example.
2021-05-10 23:06:32 +02:00
Ulf Lilleengen
0a3c236510
Improve comment
2021-05-10 23:06:25 +02:00
Ulf Lilleengen
e9eb3ce6c1
Disable PPI trigger during normal read
2021-05-10 23:06:25 +02:00
Ulf Lilleengen
687dda106f
Read rx amount outside of poll_fn
2021-05-10 23:06:25 +02:00
Ulf Lilleengen
5afe01617a
Use rxdrdy as trigger for timer
2021-05-10 23:06:25 +02:00
Ulf Lilleengen
dda338cedb
Add implementation of ReadUntilIdle for nRF UART
...
Add type UarteWithIdle that implements Read, Write and ReadUntilIdle
traits. The type uses a timer + 2 PPI channels internally, triggered on
RTXSTARTED event.
2021-05-10 23:06:25 +02:00
Bob McWhirter
8a79e2cbbf
Draft for partial review. Do not merge.
2021-05-10 16:17:58 -04:00
Bob McWhirter
0470abb353
Checkpoint.
2021-05-10 15:33:37 -04:00
Dario Nieuwenhuis
c4294d97ff
Fix DMA
2021-05-10 21:31:59 +02:00
Dario Nieuwenhuis
040fffd667
Don't use -eabihf
2021-05-10 17:15:41 +02:00
Dario Nieuwenhuis
6214f30054
Merge pull request #170 from bobmcwhirter/toolchain
...
Use rust-toolchain.toml for developers and CI
2021-05-10 16:11:40 +02:00
Rukai
b937461336
Use rust-toolchain.toml for developers and CI
2021-05-10 09:56:35 -04:00
Dario Nieuwenhuis
ac616a6dcf
Add dma scaffolding
2021-05-10 01:20:04 +02:00
Dario Nieuwenhuis
9492b8555c
rustfmt rng
2021-05-10 01:19:07 +02:00
Rukai
6c3299c82f
Fix build on the latest nightly
2021-05-10 00:36:23 +02:00
Dario Nieuwenhuis
1703700970
Merge pull request #167 from rukai/use_rust_toolchain_toml
...
Use rust-toolchain.toml for developers and CI
2021-05-10 00:33:32 +02:00
Rukai
854022dbee
Use rust-toolchain.toml for developers and CI
2021-05-09 12:46:48 +10:00
Dario Nieuwenhuis
632572d1cb
Merge pull request #166 from rukai/work_on_latest_nightly
...
Fix build on the latest nightly
2021-05-08 21:12:31 +02:00
Rukai
ab00c6987a
Fix build on the latest nightly
2021-05-08 13:23:17 +10:00
Dario Nieuwenhuis
3e83a495cb
Merge pull request #165 from bobmcwhirter/rng_impl
...
Rng impl
2021-05-06 22:44:38 +02:00
Bob McWhirter
75fe03a7e6
Further clean-up and adjustments. Follow RM for FIPS.
2021-05-06 16:38:53 -04:00
Bob McWhirter
e8898b48f9
Clean up the impl_rng!() argument.
...
use poll_fn instead of impl'ing a Future directly.
Return errors when error conditions exist.
2021-05-06 14:58:41 -04:00
Bob McWhirter
e8537ca9c2
Implement async RNG, including rand_core sync traits.
2021-05-06 14:35:46 -04:00
Bob McWhirter
1eb70a7e5d
Checkpoint.
2021-05-06 09:20:20 -04:00