index
:
embassy
cyw43-link-status-update
fix-input-sync-bypass
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
embassy-nrf
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
embassy-nrf: twim derive defmt
Jacob Rosenthal
2021-06-07
1
-0
/
+1
*
nrf/buffered_uarte: Fix crash when calling set_baudrate as the very first thing.
Dario Nieuwenhuis
2021-06-08
1
-1
/
+3
*
fmt: Add dunmy use to avoid "unused variable" errors when no log is enabled.
Dario Nieuwenhuis
2021-06-07
1
-16
/
+26
*
fmt: use absolute paths
Dario Nieuwenhuis
2021-06-07
1
-29
/
+29
*
fmt: make all macros `macro_rules` so scoping is consistent.
Dario Nieuwenhuis
2021-06-07
7
-51
/
+148
*
fix errors
Folkert
2021-06-05
1
-2
/
+2
*
extract the polled-on function
Folkert
2021-06-05
1
-55
/
+24
*
add distinct read and write functions
Folkert
2021-06-05
1
-2
/
+131
*
changes after review
Folkert
2021-06-05
1
-4
/
+3
*
skip 'in ram' check for mutable slice in fullduplex
Folkert
2021-06-05
1
-1
/
+2
*
nrf async twim
Folkert
2021-06-04
1
-0
/
+113
*
match on mode
Folkert
2021-06-03
1
-17
/
+22
*
nrf/qspi: wait MORE for DPM enter.
Dario Nieuwenhuis
2021-05-27
1
-0
/
+5
*
nrf/qspi: proper lowpower drop, supporting DPM.
Dario Nieuwenhuis
2021-05-26
1
-53
/
+87
*
nrf/spim: disable and deconfigure pins on drop.
Dario Nieuwenhuis
2021-05-26
1
-0
/
+19
*
nrf/uarte: deconfigure pins on drop
Dario Nieuwenhuis
2021-05-26
1
-3
/
+6
*
nrf/twim: make pullup configurable, do not enable it by default.
Dario Nieuwenhuis
2021-05-26
1
-2
/
+10
*
nrf/twim: deconfigure pins on drop
Dario Nieuwenhuis
2021-05-26
2
-3
/
+17
*
nrf/saadc: do not use dyn
Dario Nieuwenhuis
2021-05-22
1
-46
/
+47
*
Avoid using full GAT
Ulf Lilleengen
2021-05-22
1
-7
/
+7
*
Makes it possible to use the ADC with different analog pins
Ulf Lilleengen
2021-05-21
1
-16
/
+14
*
Mark Unborrow as unsafe to implement
Dario Nieuwenhuis
2021-05-19
4
-11
/
+11
*
nrf/saadc: remove Pin
Dario Nieuwenhuis
2021-05-19
1
-8
/
+6
*
Merge pull request #185 from embassy-rs/nrf-improvement
Dario Nieuwenhuis
2021-05-17
2
-2
/
+5
|
\
|
*
nrf/gpiote: Allow choosing IRQ priority.
Dario Nieuwenhuis
2021-05-17
2
-2
/
+5
*
|
Fix unused field warnings
Rukai
2021-05-17
6
-32
/
+15
*
|
Fix warnings
Rukai
2021-05-17
5
-13
/
+7
|
/
*
stm32: fix build, add ci
Dario Nieuwenhuis
2021-05-17
7
-0
/
+14
*
nrf: add `Unborrow<Target = Self>` bound to all instance traits
Dario Nieuwenhuis
2021-05-17
8
-10
/
+11
*
nrf/pwm: add enable/disable
Dario Nieuwenhuis
2021-05-17
1
-0
/
+14
*
nrf/pwm: set initial value to Low, according to the PS
Dario Nieuwenhuis
2021-05-17
1
-4
/
+4
*
nrf: add PWM
Dario Nieuwenhuis
2021-05-17
7
-0
/
+262
*
Add `init` fn. Initializes hw and returns Peripherals.
Dario Nieuwenhuis
2021-05-17
2
-80
/
+85
*
nrf/gpiote: initialize automatically
Dario Nieuwenhuis
2021-05-17
9
-36
/
+15
*
Add `#[interrupt]` macro to register static interrupts.
Dario Nieuwenhuis
2021-05-17
1
-0
/
+1
*
nrf: add blocking TWIM
Dario Nieuwenhuis
2021-05-17
8
-0
/
+548
*
nrf: add support for nrf52805, nrf52811, nrf52820
Dario Nieuwenhuis
2021-05-17
16
-584
/
+1572
*
Switch to use PrioritX enums.
Dario Nieuwenhuis
2021-05-11
1
-40
/
+1
*
Use `critical_section` crate
Dario Nieuwenhuis
2021-05-11
2
-38
/
+9
*
Improve comment
Ulf Lilleengen
2021-05-10
1
-2
/
+2
*
Disable PPI trigger during normal read
Ulf Lilleengen
2021-05-10
1
-4
/
+10
*
Read rx amount outside of poll_fn
Ulf Lilleengen
2021-05-10
1
-3
/
+4
*
Use rxdrdy as trigger for timer
Ulf Lilleengen
2021-05-10
1
-1
/
+1
*
Add implementation of ReadUntilIdle for nRF UART
Ulf Lilleengen
2021-05-10
1
-1
/
+158
*
Merge pull request #158 from derekdreery/blocking_spim
Dario Nieuwenhuis
2021-05-05
1
-0
/
+97
|
\
|
*
Make changes to `Write` as well as `Transfer`
Richard Dodd
2021-05-05
1
-8
/
+4
|
*
Address issues in PR.
Richard Dodd
2021-05-05
1
-8
/
+4
|
*
Implement the blocking hal api for SPIM.
Richard Dodd
2021-05-05
1
-0
/
+105
*
|
Address issues in PR
Richard Dodd
2021-05-05
1
-15
/
+22
*
|
Add a pin variant that can change between disconnected/input/output.
Richard Dodd
2021-05-05
1
-42
/
+152
|
/
[prev]
[next]