Commit Graph

4755 Commits

Author SHA1 Message Date
b204c0974c cleanup misc. warnings 2021-03-17 21:21:48 -05:00
1908141c86 fix extipin 2021-03-17 21:11:34 -05:00
81d99ff1a0 stm32: exti: update api 2021-03-17 20:56:48 -05:00
ccf2ea77f0 fix borrow checker 2021-03-17 20:52:45 -05:00
3d103acdde stm32f4: exti: update api 2021-03-17 20:46:40 -05:00
739c47cc33 stm32: exti: remove static mut 2021-03-17 20:14:29 -05:00
7743c8305b stm32l0: cleanup exti 2021-03-17 20:13:34 -05:00
4a38e7eb2b Merge pull request #69 from michaelbeaumont/stm32l0
Add stm32l0 support for ExtiPin futures
2021-03-17 19:49:21 -05:00
f248bb17ad Allow unused stuff in fmt.rs 2021-03-18 01:42:28 +01:00
3de2d5c5bd Implement FullDuplex for nrf spim 2021-03-18 01:27:30 +01:00
71ac582d68 add feature 2021-03-17 19:02:22 -05:00
c403a47b7f Add raw_spawn example, showcasing how to use embassy without TAIT 2021-03-18 00:43:19 +01:00
8c2da193b8 Add spawn/spawn_pool APIs to Task 2021-03-18 00:38:27 +01:00
5c2bf3981e Move Task into raw 2021-03-18 00:20:11 +01:00
d1b7d03fc7 Upgrade stm32l0xx-hal 2021-03-18 00:00:18 +01:00
5fd0e30b48 Remove extraneous generic type 2021-03-18 00:00:18 +01:00
0cc2c67194 fix can example 2021-03-17 17:27:34 -05:00
ac74b922c1 Merge pull request #20 from xoviat/canbus
add can
2021-03-17 22:54:40 +01:00
278ce02824 Rename IrqExecutor to InterruptExecutor 2021-03-17 22:52:57 +01:00
a9076636ac Do not export fmt macros.
This was introduced by accident by me struggling with the weird intra-crate macro importing system...
2021-03-17 22:50:27 +01:00
f14361835f Merge pull request #66 from xoviat/spi-trait
add spi trait
2021-03-17 03:06:12 +01:00
5bd705caa5 Merge branch 'master' into spi-trait 2021-03-17 03:06:04 +01:00
e1cad54833 Merge pull request #79 from embassy-rs/optimized-wakers
Optimized wakers
2021-03-17 03:03:55 +01:00
3b5ccb0848 Merge pull request #77 from embassy-rs/no-reexport
Do not reexport atomic-polyfill
2021-03-17 02:58:50 +01:00
c6e26cd0f9 Merge pull request #78 from embassy-rs/feature-party
Update features for latest nightly.
2021-03-17 02:54:50 +01:00
bb68f5d0e8 Add optimized single-word WakerRegistration, add AtomicWakerRegistration. 2021-03-17 02:53:41 +01:00
ab01e0be3b Do not reexport atomic-polyfill 2021-03-17 02:52:21 +01:00
6ed1a87138 Update features for latest nightly. 2021-03-17 02:48:16 +01:00
cb8d53e498 fixup 2021-03-15 18:19:28 -05:00
0fbb3174d2 fixup 2021-03-15 18:00:00 -05:00
535ac24430 set feature 2021-03-15 17:52:31 -05:00
93625c3f6a add can driver 2021-03-15 17:45:45 -05:00
3fcecd076b Rename i2c trait 2021-03-15 00:22:17 +01:00
e44079492c Merge pull request #74 from michaelbeaumont/deref-stm32f4
embassy-stm32f4: Add embedded_hal::digital::v2::* for ExtiPin
2021-03-14 23:47:56 +01:00
01587458ce Merge pull request #67 from xoviat/qei
add qei trait and impl
2021-03-14 23:47:12 +01:00
a4bee1c1d2 update docs 2021-03-14 17:41:59 -05:00
693177ec27 Add embedded_hal::digital::v2::* for ExtiPin 2021-03-14 23:31:24 +01:00
353fa7dbaf Merge pull request #76 from Disasm/small-fixes
Small fixes
2021-03-14 21:32:01 +01:00
385895767c Fix exti driver 2021-03-14 23:18:09 +03:00
5b8c18dad3 Fix probe-run install command 2021-03-14 23:17:45 +03:00
6cebd27cc1 add embedded-hal 2021-03-11 16:28:21 -06:00
fa807d2f08 add qei trait and implementation 2021-03-11 16:25:38 -06:00
32c7aa4045 Add stm32l0 to CI 2021-03-09 16:22:03 +01:00
5e8156a47d Add WaitForAnyEdge 2021-03-09 16:03:19 +01:00
6278ecf4b0 Use a critical section to listen on GPIO pins 2021-03-09 14:23:02 +01:00
b490c8a48d Add stm32l0 with ExtiPin futures 2021-03-09 11:00:02 +01:00
5df6e57949 update docs 2021-03-08 14:00:31 -06:00
f2ab4c4ec0 add spi trait 2021-03-08 12:35:55 -06:00
16e00669ae Merge pull request #73 from thalesfragoso/split-util
Move nRF's util into a separate crate
2021-03-08 01:51:45 +01:00
15c3e78408 Move nRF's util into a separate crate 2021-03-07 20:15:40 -03:00