Commit Graph

5091 Commits

Author SHA1 Message Date
7fe674df6a Merge pull request #178 from thalesfragoso/neo-sdmmc
Neo SDMMC v2
2021-05-17 00:55:16 +02:00
0f5ba6d4a9 SDMMC: Implement Default for Config and add docs 2021-05-15 21:21:06 -03:00
86063ac2a2 Update generated code 2021-05-14 23:53:12 -03:00
1e5f25aa41 Move parameters to a config struct 2021-05-14 23:47:58 -03:00
a5d473be0e Fix RNG interrupt name 2021-05-14 23:47:56 -03:00
2cb66d6032 Update generated code 2021-05-14 23:44:51 -03:00
ad720f83df Expose data transfer timeout and implement configuration for BusWidth one 2021-05-14 23:43:11 -03:00
359aaa5aeb Implement embedded-sdmmc traits 2021-05-14 23:43:09 -03:00
a130499c9a Get rid of some warnings 2021-05-14 23:42:12 -03:00
c183c352c7 SDMMC: Implement read and write 2021-05-14 23:42:12 -03:00
490152d028 Better interrupt handling 2021-05-14 23:42:09 -03:00
72fb3a7520 Init working :) 2021-05-14 23:40:28 -03:00
0b607ca80a Initial H7 sdmmc support 2021-05-14 23:40:28 -03:00
180ca48d34 Remove AF_NUM const from pin traits, only use af_num fn 2021-05-15 03:18:15 +02:00
e63c4bde0b stm32: remove psel_bits 2021-05-15 03:07:59 +02:00
8bb1bc3507 Move pin configuration to gpio mod 2021-05-15 03:07:59 +02:00
ee869efcb5 Merge pull request #171 from bobmcwhirter/spi_checkpoint
Spi checkpoint
2021-05-15 00:48:32 +02:00
28533cfc77 Simplify SPI example 2021-05-15 00:47:22 +02:00
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
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
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
3b86e85770 Bump version of critical-section to 0.2.1 2021-05-13 18:17:50 +02:00
07db3ed7c1 Further improvement to SPIv2. 2021-05-12 14:18:42 -04:00
36c16dbef8 Continuing to update clocks (unused now) and SPI 2021-05-12 10:46:18 -04:00
7d52e1b350 Further work on SPI v2 blocking. 2021-05-11 11:25:01 -04:00
4705333b5e Merge pull request #173 from embassy-rs/priority
PriorityX enums
2021-05-11 01:38:33 +02:00
e0809ab0fb Switch to use PrioritX enums. 2021-05-11 01:34:24 +02:00
e6a8c8bfcc Add PriorityX enums to embassy-extras::interrupt 2021-05-11 01:21:02 +02:00
65b78119dc Merge pull request #172 from embassy-rs/critical-section
Use `critical_section` crate
2021-05-11 01:20:04 +02:00
7fa0e57172 Use critical_section crate 2021-05-11 01:15:30 +02:00
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
95439b493f Add uart_idle example. 2021-05-10 23:06:32 +02:00
0a3c236510 Improve comment 2021-05-10 23:06:25 +02:00
e9eb3ce6c1 Disable PPI trigger during normal read 2021-05-10 23:06:25 +02:00
687dda106f Read rx amount outside of poll_fn 2021-05-10 23:06:25 +02:00
5afe01617a Use rxdrdy as trigger for timer 2021-05-10 23:06:25 +02:00
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
8a79e2cbbf Draft for partial review. Do not merge. 2021-05-10 16:17:58 -04:00
0470abb353 Checkpoint. 2021-05-10 15:33:37 -04:00
c4294d97ff Fix DMA 2021-05-10 21:31:59 +02:00
040fffd667 Don't use -eabihf 2021-05-10 17:15:41 +02:00
6214f30054 Merge pull request #170 from bobmcwhirter/toolchain
Use rust-toolchain.toml for developers and CI
2021-05-10 16:11:40 +02:00
b937461336 Use rust-toolchain.toml for developers and CI 2021-05-10 09:56:35 -04:00
ac616a6dcf Add dma scaffolding 2021-05-10 01:20:04 +02:00
9492b8555c rustfmt rng 2021-05-10 01:19:07 +02:00
6c3299c82f Fix build on the latest nightly 2021-05-10 00:36:23 +02:00
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
854022dbee Use rust-toolchain.toml for developers and CI 2021-05-09 12:46:48 +10:00
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
ab00c6987a Fix build on the latest nightly 2021-05-08 13:23:17 +10:00