index
:
embassy
master
tmp/dfu_pkg_pca10059
Modern embedded framework, using Rust and async.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
embassy-nrf
/
src
/
chips
Age
Commit message (
Expand
)
Author
2022-08-17
Remove HAL initialization from #[embassy::main] macro.
Dario Nieuwenhuis
2022-06-12
Run rustfmt.
Dario Nieuwenhuis
2022-06-12
Add embassy-cortex-m crate.
Dario Nieuwenhuis
2022-05-07
Add qdec module
Henrik Alsér
2022-04-06
usb: add -usb-serial crate, fix warnings and stable build.
Dario Nieuwenhuis
2022-03-22
nrf: nrf52832 doesn't have SPI3
Dario Nieuwenhuis
2022-03-04
docs: prevent inline doc spam for reexports.
Dario Nieuwenhuis
2021-12-15
fix nrf52820
Jacob Rosenthal
2021-12-15
enable USB peripheral for relevant chips
Jacob Rosenthal
2021-12-14
cleanup
Jacob Rosenthal
2021-12-14
dont expose embedded_hal_common::usb
Jacob Rosenthal
2021-12-13
stub out the embassy registers for usbd
Jacob Rosenthal
2021-12-02
nrf/gpiote: fix build for nrf9160
Dario Nieuwenhuis
2021-10-28
nrf: add initial nrf5340 support
Dario Nieuwenhuis
2021-10-26
nrf91: support running in both S and NS mode.
Dario Nieuwenhuis
2021-10-26
Fewer channel traits, more cfg to make the system work
Dion Dokter
2021-10-26
Another redo using the feedback.
Dion Dokter
2021-10-26
- Added _ppi and _dppi to distinguish between the new and the old peripheral.
Dion Dokter
2021-10-22
nrf: add NVMC driver.
Dario Nieuwenhuis
2021-10-19
Add support for temperature sensor peripheral
Ulf Lilleengen
2021-10-12
Undoing unnecessary changes
Dion Dokter
2021-10-11
Made all PPI channels not configurable (even though they are) so they can't u...
Dion Dokter
2021-10-11
Merge remote-tracking branch 'upstream/master'
Dion Dokter
2021-10-11
Initial support for nrf9160
Dion Dokter
2021-10-11
nrf/saadc: move chip-specific mappings to chips/
Dario Nieuwenhuis
2021-10-11
nrf/ppi: nrf52805 only has 10 configurable channels.
Dario Nieuwenhuis
2021-10-11
nrf/saadc: nrf52820 doesn't have it.
Dario Nieuwenhuis
2021-08-22
Expose EASY_DMA_SIZE.
Richard Dodd
2021-08-07
nrf: add WDT driver
Dario Nieuwenhuis
2021-07-29
Rename embassy-extras to embassy-hal-common
Dario Nieuwenhuis
2021-06-29
Add an nRF RNG driver
Liam Murphy
2021-05-17
stm32: fix build, add ci
Dario Nieuwenhuis
2021-05-17
nrf: add PWM
Dario Nieuwenhuis
2021-05-17
nrf/gpiote: initialize automatically
Dario Nieuwenhuis
2021-05-17
nrf: add blocking TWIM
Dario Nieuwenhuis
2021-05-17
nrf: add support for nrf52805, nrf52811, nrf52820
Dario Nieuwenhuis