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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
25
-166
/
+2160
|
\
|
*
Merge pull request #419 from embassy-rs/nrf-fixes-2
Dario Nieuwenhuis
2021-10-11
11
-93
/
+296
|
|
\
|
|
*
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
|
|
/
|
*
Merge pull request #418 from embassy-rs/fix-saadc
Dario Nieuwenhuis
2021-10-11
2
-5
/
+7
|
|
\
|
|
*
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
|
|
/
|
*
Merge pull request #417 from huntc/extend-saadc
Dario Nieuwenhuis
2021-10-11
3
-55
/
+104
|
|
\
|
|
*
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
3
-43
/
+144
|
*
|
Merge pull request #410 from lulf/embassy-lora
Dario Nieuwenhuis
2021-10-10
11
-1
/
+1742
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Add embassy-lora crate
Ulf Lilleengen
2021-09-30
11
-1
/
+1742
*
|
|
Initial support for nrf9160
Dion Dokter
2021-10-11
16
-87
/
+458
|
/
/
*
|
Merge pull request #414 from embassy-rs/nrf-saadc-remove-trait
Dario Nieuwenhuis
2021-10-07
2
-21
/
+3
|
\
\
|
*
|
nrf/saadc: remove Sample trait.
Dario Nieuwenhuis
2021-10-07
2
-21
/
+3
|
/
/
*
/
Add matrix bot
Dario Nieuwenhuis
2021-10-06
1
-0
/
+44
|
/
*
Merge pull request #380 from bgamari/stm32g0-adc
Dario Nieuwenhuis
2021-09-29
5
-77
/
+251
|
\
|
*
stm32/adc: Add IN0 channel
Ben Gamari
2021-09-29
1
-0
/
+3
|
*
stm32/dac: Ensure that clock is enabled
Ben Gamari
2021-09-29
1
-0
/
+15
|
*
stm32/adc: Ensure that clock is enabled
Ben Gamari
2021-09-29
1
-0
/
+12
|
*
stm32g0: Add support for low-power run
Ben Gamari
2021-09-28
1
-1
/
+16
|
*
stm32g0: Add support for HSI divider
Ben Gamari
2021-09-28
1
-5
/
+37
|
*
stm32/adc: Fix ADC support for STM32G0
Ben Gamari
2021-09-28
3
-41
/
+139
|
*
stm32/adc: Factor out conversion logic
Ben Gamari
2021-09-28
1
-31
/
+30
|
/
*
Merge pull request #406 from mryndzionek/stm32f1_support
Dario Nieuwenhuis
2021-09-28
15
-20
/
+571
|
\
|
*
Bump stm32-data
Mariusz Ryndzionek
2021-09-28
1
-0
/
+0
|
*
Changing the casts (code review request)
Mariusz Ryndzionek
2021-09-28
2
-8
/
+6
|
*
Initial STM32F1 family support with two examples for STM32F103C8 (Blue Pill)
Mariusz Ryndzionek
2021-09-28
14
-20
/
+573
|
/
*
Merge pull request #407 from theunkn0wn1/fix/into_af
Dario Nieuwenhuis
2021-09-28
1
-5
/
+6
|
\
|
*
Patch additional regressions
Joshua Salzedo
2021-09-27
1
-2
/
+2
|
*
set moder::ALTERNATE last when configuring pins to AF modes.
Joshua Salzedo
2021-09-27
1
-3
/
+4
|
/
*
Merge pull request #405 from theunkn0wn1/feature/crc_hal
Dario Nieuwenhuis
2021-09-27
5
-0
/
+238
|
\
|
*
Pub use version-specific CRC symbols, not just the CRC struct.
Joshua Salzedo
2021-09-27
1
-1
/
+1
|
*
Cargo fmt
Joshua Salzedo
2021-09-27
2
-6
/
+4
|
*
Fix variable names in crc_v2/v3.
Joshua Salzedo
2021-09-27
2
-21
/
+15
|
*
Use unborrow for CRC constructor
Joshua Salzedo
2021-09-27
3
-18
/
+26
|
*
cargo fmt
Joshua Salzedo
2021-09-26
2
-19
/
+17
|
*
Fix v2/3 module paths
Joshua Salzedo
2021-09-26
1
-6
/
+3
|
*
V3 is just an extension of V2, merge modules.
Joshua Salzedo
2021-09-26
2
-39
/
+106
|
*
Merge all of the crc_v2 configurations into a single modify call
Joshua Salzedo
2021-09-26
1
-40
/
+36
|
*
Flesh out v2 config writes
Joshua Salzedo
2021-09-26
1
-2
/
+28
|
*
Start work towards CRC_V2
Joshua Salzedo
2021-09-26
2
-3
/
+92
|
*
Expose read so the value can be obtained without a write.
Joshua Salzedo
2021-09-26
1
-5
/
+6
[next]