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
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix "non-local impl definition" warning from recent nightlies.
Dario Nieuwenhuis
2024-11-08
1
-27
/
+36
*
nrf: port to chiptool-based `nrf-pac`.
Dario Nieuwenhuis
2024-11-04
1
-62
/
+58
*
fix: review comments
Dinu Blanovschi
2024-10-22
1
-5
/
+14
*
cargo fmt
nerwalt
2024-07-15
1
-2
/
+4
*
Adding _nrf91 feature
nerwalt
2024-07-15
1
-21
/
+44
*
Adding support for 9120
nerwalt
2024-06-28
1
-19
/
+23
*
add HAL and example for using nRF EGU peripheral
Ulf Lilleengen
2024-06-18
1
-0
/
+2
*
nRF52840/config: add dcdc voltage parameter
DeepSOIC
2024-03-21
1
-0
/
+39
*
Do not build radio for nrf5340-app
Erik Bånvik
2024-03-05
1
-1
/
+1
*
Fixed nrf51 radio build
Erik Bånvik
2024-03-05
1
-1
/
+1
*
Support nearly all nRF5 RADIOs
Erik Bånvik
2024-03-05
1
-1
/
+1
*
Added IEEE 802.15.4 radio
Erik Bånvik
2024-02-28
1
-1
/
+1
*
remove first person comments
Guilherme S. Salustiano
2024-02-12
1
-1
/
+2
*
remove radio implementation on chips not tested
Guilherme S. Salustiano
2024-02-07
1
-10
/
+1
*
remove some supports
Guilherme S. Salustiano
2024-02-07
1
-3
/
+3
*
remove radio feature
Guilherme S. Salustiano
2024-02-07
1
-3
/
+10
*
feat/implement ble radio on nrf
Guilherme S. Salustiano
2024-02-07
1
-0
/
+6
*
fix warnings
Ulf Lilleengen
2024-01-25
1
-0
/
+4
*
feat: add basic support for nRF51 chips to embassy-nrf
Ulf Lilleengen
2024-01-24
1
-3
/
+16
*
stm32,nrf: add warning on docs.rs directing the user to docs.embassy.dev.
Dario Nieuwenhuis
2024-01-11
1
-0
/
+4
*
[embassy-nrf] auto-documented features
Barnaby Walters
2023-12-22
1
-0
/
+3
*
stm32: more docs.
Dario Nieuwenhuis
2023-12-19
1
-1
/
+5
*
Document how to bind multiple interrupts and handlers in `bind_interrupts!`.
Dario Nieuwenhuis
2023-12-08
1
-0
/
+22
*
minimum build code for new APPROTECT is chip type-specific
Peter Hansen
2023-12-03
1
-2
/
+3
*
Remove nightly and unstable-traits features in preparation for 1.75.
Dario Nieuwenhuis
2023-11-29
1
-3
/
+1
*
Re-add impl_trait_projections
Dániel Buga
2023-10-30
1
-1
/
+2
*
Remove impl_trait_projections.
Dario Nieuwenhuis
2023-10-02
1
-1
/
+1
*
Make irq token Copy+Clone
Dario Nieuwenhuis
2023-09-25
1
-0
/
+1
*
Rename embassy-hal-common to embassy-hal-internal, document it's for internal...
Dario Nieuwenhuis
2023-07-28
1
-2
/
+2
*
Update probe-rs-cli -> probe-rs
Dario Nieuwenhuis
2023-06-29
1
-3
/
+3
*
Remove embassy-cortex-m crate, move stuff to embassy-hal-common.
Dario Nieuwenhuis
2023-06-09
1
-1
/
+1
*
Remove executor dep+reexports from HALs.
Dario Nieuwenhuis
2023-06-09
1
-1
/
+0
*
Reexport NVIC_PRIO_BITS at HAL root.
Dario Nieuwenhuis
2023-06-08
1
-2
/
+3
*
Make interrupt module more standard.
Dario Nieuwenhuis
2023-06-08
1
-19
/
+12
*
cortex-m: remove owned interrupts.
Dario Nieuwenhuis
2023-06-01
1
-1
/
+1
*
Update Rust nightly.
Dario Nieuwenhuis
2023-05-19
1
-1
/
+0
*
Remove unused `feature(type_alias_impl_trait)`.
Dario Nieuwenhuis
2023-05-14
1
-4
/
+1
*
Add support for setting up the nRFs internal DCDCs
Emil Fresk
2023-04-26
1
-0
/
+80
*
nrf/uicr: only check lowest bit.
Dario Nieuwenhuis
2023-03-07
1
-13
/
+9
*
nrf/interrupt: do not reexport `take!` macro.
Dario Nieuwenhuis
2023-03-06
1
-1
/
+1
*
nrf/rng: make available on all chips, use Instance trait, switch to new inter...
Dario Nieuwenhuis
2023-03-06
1
-1
/
+1
*
nrf/qdec: make available on all chips, use Instance trait, switch to new inte...
Dario Nieuwenhuis
2023-03-06
1
-1
/
+1
*
nrf/pdm: make available on all chips, use Instance trait, switch to new inter...
Dario Nieuwenhuis
2023-03-06
1
-0
/
+2
*
nrf: add new interrupt binding traits and macro.
Dario Nieuwenhuis
2023-03-06
1
-4
/
+29
*
Merge pull request #1232 from embassy-rs/nrf-qspi-fixes
Dario Nieuwenhuis
2023-03-05
1
-1
/
+1
|
\
|
*
nrf/qspi: add nrf53 support.
Dario Nieuwenhuis
2023-03-05
1
-1
/
+1
*
|
nrf/buffered_uarte: make available on stable.
Dario Nieuwenhuis
2023-03-04
1
-1
/
+0
|
/
*
nrf: warn if uicr configuration could not be written.
Dario Nieuwenhuis
2023-02-20
1
-13
/
+65
*
nrf: add support for UICR configuration.
Dario Nieuwenhuis
2023-02-20
1
-0
/
+156
*
nrf: docs.
Dario Nieuwenhuis
2023-02-01
1
-44
/
+2
[prev]
[next]