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
/
examples
/
nrf
/
src
/
bin
Commit message (
Expand
)
Author
Age
Files
Lines
*
pwm_sequence show implicit and explicit stop functionality
Jacob Rosenthal
2021-11-11
1
-3
/
+6
*
pwm_servo example comment for clarity
Jacob Rosenthal
2021-11-11
1
-0
/
+1
*
nrf: dump the pwm_sequence example for clarity
Jacob Rosenthal
2021-11-11
2
-129
/
+9
*
nrf: sequencepwm rename top to max_duty for consistancy
Jacob Rosenthal
2021-11-11
1
-1
/
+1
*
fix
Jacob Rosenthal
2021-11-11
1
-2
/
+2
*
fix
Jacob Rosenthal
2021-11-11
1
-2
/
+8
*
pwm_sequence consume buffer
Jacob Rosenthal
2021-11-11
1
-7
/
+1
*
remove unstable feature and dependency, and make pwm_sequence a near mirror o...
Jacob Rosenthal
2021-11-10
2
-58
/
+87
*
fix examples for mut self set_duty
Jacob Rosenthal
2021-11-10
3
-3
/
+3
*
make SequenceConfig struct is consistent with other Config structs, that are ...
Jacob Rosenthal
2021-11-03
2
-26
/
+23
*
rename to SimplePwm and SequencePwm
Jacob Rosenthal
2021-11-03
5
-11
/
+12
*
restore example and add set_time_stretch api
Jacob Rosenthal
2021-11-03
2
-29
/
+132
*
rename error enum again
Jacob Rosenthal
2021-11-02
2
-2
/
+2
*
seperate start from pwmseq::new
Jacob Rosenthal
2021-11-01
2
-3
/
+3
*
seperate sequence from duty cycle pwm struct
Jacob Rosenthal
2021-11-01
2
-7
/
+11
*
led dimming example, dont need to keep all examples, just covering ground to ...
Jacob Rosenthal
2021-11-01
1
-0
/
+47
*
generalize new and change pwm example to a servo
Jacob Rosenthal
2021-11-01
1
-82
/
+29
*
better not as a constructor?
Jacob Rosenthal
2021-11-01
2
-12
/
+10
*
reduce complexity of loopmode
Jacob Rosenthal
2021-11-01
2
-3
/
+3
*
documentation
Jacob Rosenthal
2021-11-01
2
-2
/
+2
*
stop->sequence_stop
Jacob Rosenthal
2021-10-31
1
-1
/
+1
*
add ability to configure loop count from 1 to infinite
Jacob Rosenthal
2021-10-30
2
-11
/
+14
*
a runtime generated sin table example
Jacob Rosenthal
2021-10-29
1
-0
/
+41
*
simplify api, more interesting example
Jacob Rosenthal
2021-10-29
1
-7
/
+7
*
simple_playback api from nrf sdk
Jacob Rosenthal
2021-10-29
1
-0
/
+41
*
Fixed examples
Dion Dokter
2021-10-26
2
-4
/
+2
*
Another redo using the feedback.
Dion Dokter
2021-10-26
3
-18
/
+14
*
Fixed examples and added defmt format to the new error types
Dion Dokter
2021-10-26
2
-4
/
+4
*
- Added _ppi and _dppi to distinguish between the new and the old peripheral.
Dion Dokter
2021-10-26
1
-9
/
+9
*
nrf: add NVMC driver.
Dario Nieuwenhuis
2021-10-22
1
-0
/
+44
*
Specify unit in log output
Ulf Lilleengen
2021-10-19
1
-1
/
+1
*
Add support for temperature sensor peripheral
Ulf Lilleengen
2021-10-19
1
-0
/
+26
*
Use types to strengthen the buffer dimensioning
huntc
2021-10-18
1
-6
/
+4
*
Removed the Mode enum and factored out into two functions so that we can asse...
huntc
2021-10-18
1
-2
/
+2
*
We have to reduce the buffer size to cater for the number of channels to scan
huntc
2021-10-18
1
-2
/
+2
*
We must allow the run handler to mutate state
huntc
2021-10-18
1
-2
/
+17
*
Implements continuous sampling for the nRF SAADC
huntc
2021-10-18
2
-2
/
+51
*
Extend SAADC one shot support
huntc
2021-10-09
1
-4
/
+6
*
nrf/saadc: remove Sample trait.
Dario Nieuwenhuis
2021-10-07
1
-1
/
+1
*
embassy/channel: switch to use MutexKind
Dario Nieuwenhuis
2021-09-13
1
-3
/
+4
*
embassy: Refactor module structure to remove kitchen-sink `util`.
Dario Nieuwenhuis
2021-09-11
1
-3
/
+2
*
Remove trait_alias, allow(incomplete_features).
Dario Nieuwenhuis
2021-09-03
21
-21
/
+0
*
Merge pull request #382 from fnafnio/typestate_nrf_timer
Dario Nieuwenhuis
2021-09-02
1
-0
/
+29
|
\
|
*
removed type aliases
f_punk
2021-09-02
1
-0
/
+29
*
|
nrf/saadc: add example
Dario Nieuwenhuis
2021-09-01
1
-0
/
+25
|
/
*
Improve executor naming. Add docs.
Dario Nieuwenhuis
2021-08-31
1
-3
/
+3
*
nrf/wdt: add handle steal
Dario Nieuwenhuis
2021-08-20
1
-1
/
+1
*
nrf: add WDT driver
Dario Nieuwenhuis
2021-08-07
1
-0
/
+46
*
examples: Consistently use unwrap! in favor of .unwrap()
Ben Gamari
2021-08-05
9
-32
/
+34
*
time: replace dyn clock/alarm with a global Driver trait
Dario Nieuwenhuis
2021-08-05
10
-42
/
+9
[next]