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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
8
-11
/
+377
|
\
|
*
- 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
15
-86
/
+457
*
|
|
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
*
|
nrf/saadc: nrf52820 doesn't have it.
Dario Nieuwenhuis
2021-10-11
1
-3
/
+0
*
|
Conflates the negative and positive types as they are the same, and renames p...
huntc
2021-10-11
1
-66
/
+26
*
|
Removed the NotConnected as it isn't used.
huntc
2021-10-11
1
-14
/
+0
*
|
No use case understood for NotConnected, so hiding it for now
huntc
2021-10-11
1
-2
/
+1
*
|
No need for unwrap
huntc
2021-10-11
1
-2
/
+1
*
|
Need to borrow the pins for the lifetime of the config, and subsequently the ...
huntc
2021-10-11
1
-5
/
+9
*
|
Extend SAADC one shot support
huntc
2021-10-09
1
-39
/
+136
|
/
*
nrf/saadc: remove Sample trait.
Dario Nieuwenhuis
2021-10-07
1
-20
/
+2
*
Update version of critical-section
Ulf Lilleengen
2021-09-13
1
-1
/
+1
*
Add WASM support for executor
Ulf Lilleengen
2021-09-13
1
-1
/
+1
*
embassy: Refactor module structure to remove kitchen-sink `util`.
Dario Nieuwenhuis
2021-09-11
10
-14
/
+25
*
Update lots of deps
Dario Nieuwenhuis
2021-09-11
1
-13
/
+13
*
Remove trait_alias, allow(incomplete_features).
Dario Nieuwenhuis
2021-09-03
1
-1
/
+0
*
Merge pull request #382 from fnafnio/typestate_nrf_timer
Dario Nieuwenhuis
2021-09-02
3
-49
/
+74
|
\
|
*
removed type aliases
f_punk
2021-09-02
3
-16
/
+15
|
*
moved CC::wait to awaitable typestate
f_punk
2021-09-01
1
-34
/
+34
|
*
added typestate to nrf-Timer
f_punk
2021-09-01
3
-15
/
+41
*
|
nrf/saadc: don't use wake_on_interrupt.
Dario Nieuwenhuis
2021-09-01
1
-13
/
+23
|
/
*
time: allow storing state inside the driver struct.
Dario Nieuwenhuis
2021-08-25
1
-37
/
+18
*
Expose EASY_DMA_SIZE.
Richard Dodd
2021-08-22
8
-0
/
+9
*
nrf: make gpiote and time-driver optional via cargo features.
Dario Nieuwenhuis
2021-08-20
2
-1
/
+15
*
nrf/wdt: add handle steal
Dario Nieuwenhuis
2021-08-20
1
-0
/
+8
*
nrf: update to cortex-m-rt 0.7
Dario Nieuwenhuis
2021-08-19
1
-7
/
+7
*
Update cortex-m-rt to v0.7 for stm32, rp.
Dario Nieuwenhuis
2021-08-19
1
-1
/
+1
*
nrf/time: allow configuring the rtc irq prio
Dario Nieuwenhuis
2021-08-18
2
-5
/
+9
*
nrf: add WDT driver
Dario Nieuwenhuis
2021-08-07
9
-0
/
+175
*
nrf: update PACs to 0.10
Dario Nieuwenhuis
2021-08-07
1
-7
/
+7
*
time_driver: use regular fn ptr -> raw ptr casts
Dario Nieuwenhuis
2021-08-05
1
-4
/
+1
[prev]
[next]