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-extras
Commit message (
Expand
)
Author
Age
Files
Lines
*
fmt: Add dunmy use to avoid "unused variable" errors when no log is enabled.
Dario Nieuwenhuis
2021-06-07
1
-16
/
+26
*
fmt: use absolute paths
Dario Nieuwenhuis
2021-06-07
1
-29
/
+29
*
fmt: make all macros `macro_rules` so scoping is consistent.
Dario Nieuwenhuis
2021-06-07
2
-47
/
+146
*
Mark Unborrow as unsafe to implement
Dario Nieuwenhuis
2021-05-19
1
-3
/
+3
*
impl Unborrow for &'a mut T
Dario Nieuwenhuis
2021-05-19
1
-16
/
+0
*
Fix warnings
Rukai
2021-05-17
1
-1
/
+1
*
Add `init` fn. Initializes hw and returns Peripherals.
Dario Nieuwenhuis
2021-05-17
1
-7
/
+6
*
Add PriorityX enums to embassy-extras::interrupt
Dario Nieuwenhuis
2021-05-11
2
-0
/
+572
*
Use `critical_section` crate
Dario Nieuwenhuis
2021-05-11
1
-1
/
+1
*
Rename PeripheralBorrow to Unborrow
Dario Nieuwenhuis
2021-04-14
1
-4
/
+4
*
extras: fix build with defmt
Dario Nieuwenhuis
2021-04-10
1
-1
/
+1
*
Mark peripherals as taken
Ian McIntyre
2021-04-01
1
-0
/
+1
*
Fix unused import warnings
Dario Nieuwenhuis
2021-03-29
1
-1
/
+1
*
take clocks on peripheral take
xoviat
2021-03-29
1
-1
/
+1
*
cleanup and consolidate peripherals macro
xoviat
2021-03-29
1
-0
/
+39
*
extras: fix missing absolute path in impl_borrow
Dario Nieuwenhuis
2021-03-29
1
-2
/
+2
*
extras: add impl_unborrow macro
Dario Nieuwenhuis
2021-03-29
1
-0
/
+21
*
nrf/rtc: update to new api
Dario Nieuwenhuis
2021-03-29
1
-11
/
+12
*
Code size optimizations.
Dario Nieuwenhuis
2021-03-29
2
-13
/
+0
*
extras: add Peripheral with shared state (like PeripheralMutex but without mu...
Dario Nieuwenhuis
2021-03-29
2
-0
/
+69
*
extras: add missing cfg to peripherals macro
Dario Nieuwenhuis
2021-03-29
1
-0
/
+1
*
nrf/uart: make rts/cts optional.
Dario Nieuwenhuis
2021-03-29
1
-1
/
+1
*
nrf: add unborrow! macro
Dario Nieuwenhuis
2021-03-29
1
-0
/
+9
*
nrf: nicer Peripherals api, add take()
Dario Nieuwenhuis
2021-03-29
1
-21
/
+51
*
extras: move peripherals from nrf to extras
Dario Nieuwenhuis
2021-03-29
2
-0
/
+46
*
Move USB to embassy-extras
Thales Fragoso
2021-03-19
5
-0
/
+904
*
USB: Use updated PeripheralMutex
Thales Fragoso
2021-03-19
1
-0
/
+6
*
peripheralmutex: separate interrupt registration to own method.
Dario Nieuwenhuis
2021-03-18
1
-12
/
+13
*
Remove free() from PeripheralMutex and all nrf drivers.
Dario Nieuwenhuis
2021-03-18
1
-57
/
+20
*
Allow unused stuff in fmt.rs
Dario Nieuwenhuis
2021-03-18
1
-0
/
+1
*
Do not export fmt macros.
Dario Nieuwenhuis
2021-03-17
1
-6
/
+0
*
Move nRF's util into a separate crate
Thales Fragoso
2021-03-07
5
-0
/
+354