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
/
chips
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove embassy-cortex-m crate, move stuff to embassy-hal-common.
Dario Nieuwenhuis
2023-06-09
10
-10
/
+10
*
Reexport NVIC_PRIO_BITS at HAL root.
Dario Nieuwenhuis
2023-06-08
3
-0
/
+6
*
Make interrupt module more standard.
Dario Nieuwenhuis
2023-06-08
10
-377
/
+337
*
nrf/rng: make available on all chips, use Instance trait, switch to new inter...
Dario Nieuwenhuis
2023-03-06
8
-0
/
+19
*
nrf/qdec: make available on all chips, use Instance trait, switch to new inte...
Dario Nieuwenhuis
2023-03-06
8
-1
/
+22
*
nrf/pdm: make available on all chips, use Instance trait, switch to new inter...
Dario Nieuwenhuis
2023-03-06
7
-1
/
+21
*
nrf/qspi: add nrf53 support.
Dario Nieuwenhuis
2023-03-05
1
-0
/
+5
*
nrf: rename UARTETWISPIn -> SERIALn
Dario Nieuwenhuis
2023-02-21
3
-61
/
+61
*
nrf: add support for UICR configuration.
Dario Nieuwenhuis
2023-02-20
8
-0
/
+44
*
nrf: docs.
Dario Nieuwenhuis
2023-02-01
3
-0
/
+3
*
Merge branch 'master' into nrf91/53-nvmc
Dion Dokter
2022-12-09
10
-3
/
+80
|
\
|
*
Merge #1049
bors[bot]
2022-12-09
3
-3
/
+18
|
|
\
|
|
*
Fix build
Christian Perez Llamas
2022-11-19
3
-3
/
+13
|
|
*
Draft: Initial support for I2S with a working example.
Christian Perez Llamas
2022-11-09
1
-0
/
+5
|
*
|
Merge #1056
bors[bot]
2022-11-22
10
-0
/
+29
|
|
\
\
|
|
*
|
embassy-nrf: Add TWIS module
kalkyl
2022-11-13
10
-0
/
+29
|
|
|
/
|
*
/
embassy-nrf: Add SPIS module
Henrik Alsér
2022-11-05
10
-0
/
+33
|
|
/
*
/
Adapted nvmc so it can be used for all nrf targets
Dion Dokter
2022-11-10
3
-0
/
+15
|
/
*
Update nrf pacs
Dion Dokter
2022-10-26
8
-58
/
+58
*
add support for pdm microphones in nrf driver
pbert
2022-10-13
5
-0
/
+15
*
Remove HAL initialization from #[embassy::main] macro.
Dario Nieuwenhuis
2022-08-17
10
-10
/
+10
*
Run rustfmt.
Dario Nieuwenhuis
2022-06-12
10
-10
/
+20
*
Add embassy-cortex-m crate.
Dario Nieuwenhuis
2022-06-12
10
-10
/
+10
*
Add qdec module
Henrik Alsér
2022-05-07
7
-0
/
+21
*
usb: add -usb-serial crate, fix warnings and stable build.
Dario Nieuwenhuis
2022-04-06
4
-0
/
+4
*
nrf: nrf52832 doesn't have SPI3
Dario Nieuwenhuis
2022-03-22
1
-1
/
+0
*
docs: prevent inline doc spam for reexports.
Dario Nieuwenhuis
2022-03-04
3
-0
/
+7
*
fix nrf52820
Jacob Rosenthal
2021-12-15
1
-0
/
+2
*
enable USB peripheral for relevant chips
Jacob Rosenthal
2021-12-15
4
-0
/
+18
*
cleanup
Jacob Rosenthal
2021-12-14
1
-1
/
+0
*
dont expose embedded_hal_common::usb
Jacob Rosenthal
2021-12-14
1
-5
/
+0
*
stub out the embassy registers for usbd
Jacob Rosenthal
2021-12-13
1
-0
/
+6
*
nrf/gpiote: fix build for nrf9160
Dario Nieuwenhuis
2021-12-02
1
-3
/
+3
*
nrf: add initial nrf5340 support
Dario Nieuwenhuis
2021-10-28
3
-5
/
+886
*
nrf91: support running in both S and NS mode.
Dario Nieuwenhuis
2021-10-26
1
-29
/
+139
*
Fewer channel traits, more cfg to make the system work
Dion Dokter
2021-10-26
8
-230
/
+230
*
Another redo using the feedback.
Dion Dokter
2021-10-26
8
-230
/
+230
*
- Added _ppi and _dppi to distinguish between the new and the old peripheral.
Dion Dokter
2021-10-26
7
-214
/
+214
*
nrf: add NVMC driver.
Dario Nieuwenhuis
2021-10-22
7
-0
/
+39
*
Add support for temperature sensor peripheral
Ulf Lilleengen
2021-10-19
7
-0
/
+21
*
Undoing unnecessary changes
Dion Dokter
2021-10-12
1
-31
/
+44
*
Made all PPI channels not configurable (even though they are) so they can't u...
Dion Dokter
2021-10-11
1
-16
/
+16
*
Merge remote-tracking branch 'upstream/master'
Dion Dokter
2021-10-11
8
-3
/
+295
|
\
|
*
nrf/saadc: move chip-specific mappings to chips/
Dario Nieuwenhuis
2021-10-11
6
-0
/
+48
|
*
nrf/ppi: nrf52805 only has 10 configurable channels.
Dario Nieuwenhuis
2021-10-11
7
-0
/
+221
|
*
nrf/saadc: nrf52820 doesn't have it.
Dario Nieuwenhuis
2021-10-11
1
-3
/
+0
*
|
Initial support for nrf9160
Dion Dokter
2021-10-11
1
-0
/
+209
|
/
*
Expose EASY_DMA_SIZE.
Richard Dodd
2021-08-22
7
-0
/
+7
*
nrf: add WDT driver
Dario Nieuwenhuis
2021-08-07
7
-0
/
+21
*
Rename embassy-extras to embassy-hal-common
Dario Nieuwenhuis
2021-07-29
7
-7
/
+7
[next]