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
...
*
ppi: simplify driver creation.
Dario Nieuwenhuis
2021-10-26
3
-219
/
+125
*
Fewer channel traits, more cfg to make the system work
Dion Dokter
2021-10-26
12
-312
/
+335
*
typo
Dion Dokter
2021-10-26
1
-1
/
+1
*
- Interconnect is now PPI again
Dion Dokter
2021-10-26
10
-173
/
+206
*
fmt
Dion Dokter
2021-10-26
1
-2
/
+2
*
Another redo using the feedback.
Dion Dokter
2021-10-26
17
-862
/
+715
*
Fixed examples and added defmt format to the new error types
Dion Dokter
2021-10-26
3
-0
/
+3
*
Some extra docs and better naming
Dion Dokter
2021-10-26
1
-10
/
+26
*
- Added _ppi and _dppi to distinguish between the new and the old peripheral.
Dion Dokter
2021-10-26
12
-344
/
+668
*
Merge #450
bors[bot]
2021-10-25
1
-2
/
+2
|
\
|
*
nrf/nvmc: make PAGE_SIZE, FLASH_SIZE public.
Dario Nieuwenhuis
2021-10-24
1
-2
/
+2
*
|
nrf: saadc dummy pin for vdd sampling
Jacob Rosenthal
2021-10-24
1
-0
/
+23
|
/
*
nrf: add NVMC driver.
Dario Nieuwenhuis
2021-10-22
9
-0
/
+164
*
Use async fn instead of impl Future
Ulf Lilleengen
2021-10-19
1
-17
/
+14
*
Use AtomicWaker instead of Signal
Ulf Lilleengen
2021-10-19
1
-14
/
+19
*
Cargo fmt
Ulf Lilleengen
2021-10-19
1
-2
/
+2
*
Add support for temperature sensor peripheral
Ulf Lilleengen
2021-10-19
9
-0
/
+107
*
Formatting
huntc
2021-10-18
1
-3
/
+1
*
Optimises the buffer passing for nRF SAADC
huntc
2021-10-18
1
-1
/
+1
*
Comments corrected
huntc
2021-10-18
1
-5
/
+4
*
Renamed sample rate to what it actually is
huntc
2021-10-18
1
-4
/
+4
*
Remove unneeded stop
huntc
2021-10-18
1
-1
/
+0
*
Ensure the compiler doesn't reorder things before calling the sampler
huntc
2021-10-18
1
-0
/
+2
*
Use types to strengthen the buffer dimensioning
huntc
2021-10-18
1
-13
/
+9
*
As suggested, use the const param to declare the internal sample for one chan...
huntc
2021-10-18
1
-30
/
+24
*
Removed the Mode enum and factored out into two functions so that we can asse...
huntc
2021-10-18
1
-20
/
+53
*
Combine intenset calls
huntc
2021-10-18
1
-2
/
+5
*
Compact expression
huntc
2021-10-18
1
-10
/
+6
*
Hangover - should have set this to internal for a previous PR
huntc
2021-10-18
1
-1
/
+1
*
We must allow the run handler to mutate state
huntc
2021-10-18
1
-2
/
+2
*
We can kick start the internal timer outside of the main loop
huntc
2021-10-18
1
-11
/
+10
*
Removed debugging logs
huntc
2021-10-18
1
-2
/
+0
*
Implements continuous sampling for the nRF SAADC
huntc
2021-10-18
1
-4
/
+141
*
Clippy fixes
Dario Nieuwenhuis
2021-10-18
2
-1
/
+2
*
nrf/uarte: do not use WFE on drop.
Dario Nieuwenhuis
2021-10-16
1
-14
/
+1
*
Merge #423
bors[bot]
2021-10-13
7
-11
/
+375
|
\
|
*
- Removed the enable assert from UARTE.
Dion Dokter
2021-10-13
1
-2
/
+0
|
*
Added anomaly workaround from the HAL to improve the UARTE
Dion Dokter
2021-10-12
1
-0
/
+56
|
*
Undoing unnecessary changes
Dion Dokter
2021-10-12
14
-151
/
+90
|
*
ran fmt
Dion Dokter
2021-10-11
6
-9
/
+12
|
*
Made all PPI channels not configurable (even though they are) so they can't u...
Dion Dokter
2021-10-11
2
-17
/
+17
|
*
Merge remote-tracking branch 'upstream/master'
Dion Dokter
2021-10-11
12
-161
/
+410
|
|
\
|
*
|
Initial support for nrf9160
Dion Dokter
2021-10-11
14
-86
/
+455
*
|
|
nrf/saadc: make InputChannel private.
Dario Nieuwenhuis
2021-10-13
1
-4
/
+4
*
|
|
nrf/saadc: make Input trait sealed.
Dario Nieuwenhuis
2021-10-13
1
-4
/
+11
*
|
|
nrf/saadc: require unborrow for Input.
Dario Nieuwenhuis
2021-10-13
1
-1
/
+1
|
|
/
|
/
|
*
|
nrf/saadc: move chip-specific mappings to chips/
Dario Nieuwenhuis
2021-10-11
7
-39
/
+56
*
|
nrf/ppi: nrf52805 only has 10 configurable channels.
Dario Nieuwenhuis
2021-10-11
8
-44
/
+230
*
|
nrf: rename Cargo feature references from "51" to "nrf51".
Dario Nieuwenhuis
2021-10-11
3
-14
/
+14
*
|
nrf/saadc: nrf52805 only has 2 channels
Dario Nieuwenhuis
2021-10-11
1
-2
/
+7
[prev]
[next]