xoviat
|
08990b2f6d
|
Merge pull request #103 from theunkn0wn1/doc/time
Document remainder of embassy::time
|
2021-03-24 07:26:48 -05:00 |
|
xoviat
|
226877b16a
|
Merge pull request #104 from xoviat/idle-trait
traits: add idle trait
|
2021-03-23 21:05:01 -05:00 |
|
xoviat
|
095ba23ad3
|
stm32: implement idle trait
|
2021-03-23 21:04:36 -05:00 |
|
xoviat
|
3c9d5b61bb
|
traits: add idle trait
|
2021-03-23 21:04:18 -05:00 |
|
xoviat
|
639059ba33
|
readme: add wiki link
|
2021-03-22 17:21:08 -05:00 |
|
xoviat
|
10a77fce14
|
Merge pull request #106 from xoviat/fix-exti-new
stm32: fix exti impl. to require dp.SYSCFG.constrain()
|
2021-03-22 13:06:19 -05:00 |
|
xoviat
|
b79e9c2927
|
stm32: fix exti to require SysCfg.constrain()
|
2021-03-22 13:04:28 -05:00 |
|
Joshua Salzedo
|
8fbe83ac26
|
Added remainder of the docs for embassy::time's public interface.
|
2021-03-21 18:30:03 -07:00 |
|
Dario Nieuwenhuis
|
712204edb8
|
Merge pull request #102 from theunkn0wn1/doc/duration
Add some documentation for the timing module
|
2021-03-22 01:16:57 +01:00 |
|
Joshua Salzedo
|
42be860446
|
Correct descriptions of Duration
|
2021-03-21 17:11:30 -07:00 |
|
Joshua Salzedo
|
7988b78107
|
remove now redundant non-doc comment
|
2021-03-21 17:05:36 -07:00 |
|
Joshua Salzedo
|
10f14747c3
|
Fix module-level docstring
|
2021-03-21 17:05:22 -07:00 |
|
Joshua Salzedo
|
e363607d70
|
Added doc to the embassy::time::Duration struct
|
2021-03-21 17:01:52 -07:00 |
|
Joshua Salzedo
|
f8d63279ef
|
Re-add erroneously removed newlines
|
2021-03-21 17:01:13 -07:00 |
|
Joshua Salzedo
|
dcdd768e03
|
Add Struct/impl documentation for embassy::time::Instant
|
2021-03-21 16:45:53 -07:00 |
|
Joshua Salzedo
|
d453b9dd95
|
Add Struct/impl documentation for embassy::time::Duration
|
2021-03-21 16:45:48 -07:00 |
|
Joshua Salzedo
|
cf1323fb67
|
Add module-level documentation for embassy::time
|
2021-03-21 16:45:24 -07:00 |
|
xoviat
|
3e4e292cb7
|
Merge pull request #100 from xoviat/serial-idle
implement idle on read
|
2021-03-20 23:51:36 -05:00 |
|
xoviat
|
556942a6bf
|
stm32f4: implement idle on serial
|
2021-03-20 23:51:24 -05:00 |
|
xoviat
|
d1ac703830
|
.vscode: add target
|
2021-03-20 23:49:49 -05:00 |
|
xoviat
|
a66ee4a824
|
Merge pull request #99 from xoviat/fix-stm32f446
ci: add stm32f446
|
2021-03-20 18:30:12 -05:00 |
|
xoviat
|
38cd2672d3
|
stm32f4: remove usart7, 8
|
2021-03-20 18:27:24 -05:00 |
|
xoviat
|
b5f80787fe
|
stm32: remove SDIO interrupt
|
2021-03-20 18:23:20 -05:00 |
|
xoviat
|
be58de039b
|
ci: add stm32f446
|
2021-03-20 18:13:21 -05:00 |
|
xoviat
|
451cec56f0
|
Merge pull request #98 from xoviat/stm32
consolidate exti mod
|
2021-03-20 11:07:35 -05:00 |
|
xoviat
|
bf39822092
|
consolidate ExtiPin into stm32 package
|
2021-03-20 11:07:16 -05:00 |
|
xoviat
|
6719da3b6e
|
Merge pull request #97 from xoviat/stm32
consolidate stm32 functionality
|
2021-03-19 15:26:35 -05:00 |
|
xoviat
|
03ecc91d55
|
stm32: consolidate functionality into new pkg
|
2021-03-19 15:26:20 -05:00 |
|
xoviat
|
c8d90f3e75
|
Merge pull request #96 from xoviat/ci
ci: attempt to consolidate nrf examples
|
2021-03-19 10:55:03 -05:00 |
|
xoviat
|
6835ce4314
|
ci: set target
|
2021-03-19 10:52:27 -05:00 |
|
xoviat
|
267c3cadf2
|
ci: attempt to consolidate nrf examples
|
2021-03-19 10:46:13 -05:00 |
|
xoviat
|
8ac514e1ca
|
Merge pull request #95 from xoviat/ci
ci: remove ci.sh
|
2021-03-19 09:58:20 -05:00 |
|
xoviat
|
e3686ab784
|
ci: rm ci.sh
|
2021-03-19 09:14:50 -05:00 |
|
xoviat
|
d820135f0e
|
Merge pull request #94 from xoviat/ci
ci: add cache
|
2021-03-19 09:12:48 -05:00 |
|
xoviat
|
c565deb34a
|
ci: parallelize and use cache
|
2021-03-19 09:09:56 -05:00 |
|
Dario Nieuwenhuis
|
01fd0cd92d
|
Merge pull request #93 from thalesfragoso/fix-comp
F4: Fix compilation for other MCUs
|
2021-03-19 03:51:20 +01:00 |
|
Thales Fragoso
|
88a25b042a
|
F4: Fix compilation for other MCUs
|
2021-03-18 22:37:08 -03:00 |
|
Dario Nieuwenhuis
|
456e04c79f
|
Simplify spim macros
|
2021-03-18 21:59:35 +01:00 |
|
Dario Nieuwenhuis
|
c33c9b9aec
|
Merge pull request #88 from michaelbeaumont/cargo_fmt
Run cargo fmt in CI
|
2021-03-18 21:50:26 +01:00 |
|
Michael Beaumont
|
5ad259620c
|
Add cargo fmt --all -- --check to ci.sh
|
2021-03-18 21:02:37 +01:00 |
|
Dario Nieuwenhuis
|
e912355bb2
|
Merge pull request #85 from embassy-rs/no-free
Simplify PeripheralMutex
|
2021-03-18 20:51:31 +01:00 |
|
Dario Nieuwenhuis
|
c4406a3f22
|
Merge pull request #84 from michaelbeaumont/stm32l0_waitforhighlow
Add WaitFor{Low,High} for stm32l0 exti pins
|
2021-03-18 20:35:28 +01:00 |
|
Dario Nieuwenhuis
|
6eb0522102
|
Merge pull request #82 from xoviat/c-exti
cleanup exti and remove static mut
|
2021-03-18 20:35:21 +01:00 |
|
Michael Beaumont
|
d3673886b3
|
Run cargo fmt
|
2021-03-18 20:02:42 +01:00 |
|
Michael Beaumont
|
7b0bed2c5e
|
Add WaitFor{Low,High} for stm32l0 exti pins
|
2021-03-18 19:58:32 +01:00 |
|
Dario Nieuwenhuis
|
b57489eb5d
|
peripheralmutex: separate interrupt registration to own method.
|
2021-03-18 18:49:10 +01:00 |
|
Dario Nieuwenhuis
|
0cd19a58c3
|
Remove free() from PeripheralMutex and all nrf drivers.
|
2021-03-18 18:49:10 +01:00 |
|
Dario Nieuwenhuis
|
4b2fdd450e
|
Allow running ci.sh from any dir
|
2021-03-18 18:41:55 +01:00 |
|
xoviat
|
f43813c420
|
Merge pull request #83 from xoviat/cleanup
cleanup misc. warnings
|
2021-03-17 21:24:04 -05:00 |
|
xoviat
|
b204c0974c
|
cleanup misc. warnings
|
2021-03-17 21:21:48 -05:00 |
|