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-hal-common
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename embassy-hal-common to embassy-hal-internal, document it's for internal...
Dario Nieuwenhuis
2023-07-28
11
-2314
/
+0
*
hal-common: require DerefMut for peripherals, not just Deref.
Dario Nieuwenhuis
2023-07-02
1
-1
/
+1
*
Remove embassy-cortex-m crate, move stuff to embassy-hal-common.
Dario Nieuwenhuis
2023-06-09
4
-0
/
+894
*
Fix tests.
Dario Nieuwenhuis
2023-05-29
1
-2
/
+0
*
Fix some typos
Dirk Stolle
2023-05-08
1
-2
/
+2
*
stm32: remove TIMX singleton when used on timer driver
xoviat
2023-04-16
1
-1
/
+24
*
common/peripheral: do not require mut in PeripheralRef clone_unchecked.
Dario Nieuwenhuis
2023-04-11
2
-7
/
+7
*
Add must_use to OnDrop
Rasmus Melchior Jacobsen
2023-03-17
1
-0
/
+2
*
hal-common/atomic_ring_buffer: add push_bufs() push_slices()
Patrick Oppenlander
2023-03-02
1
-0
/
+147
*
common: allow atomic ringbuf to fill up to N instead of just N-1.
Dario Nieuwenhuis
2023-03-02
1
-29
/
+69
*
PeripheralRef docs improvements.
Dario Nieuwenhuis
2023-02-03
1
-9
/
+10
*
nrf: docs.
Dario Nieuwenhuis
2023-02-01
1
-0
/
+6
*
rp: Fix BufferedUart drop code
Timo Kröger
2023-01-04
1
-0
/
+4
*
hal-common/atomic_ring_buffer: Add push_slice, pop_slice.
Dario Nieuwenhuis
2022-12-19
1
-0
/
+16
*
hal-common/atomic_ring_buffer: fix crashes when len=0
Dario Nieuwenhuis
2022-12-19
1
-2
/
+22
*
rp/uart: use lockfree ringbuffer.
Dario Nieuwenhuis
2022-11-25
2
-0
/
+332
*
all Cargo.toml: Add license to all crate Cargo.toml files
chrysn
2022-10-07
1
-0
/
+1
*
Fix typo in peripheral.rs
Daniel Bevenius
2022-09-08
1
-1
/
+1
*
hal-common: Remove unused dep
Dario Nieuwenhuis
2022-08-18
1
-1
/
+0
*
Split embassy crate into embassy-executor, embassy-util.
Dario Nieuwenhuis
2022-07-29
2
-13
/
+2
*
nrf: replace PhantomData usages with PeripheralRef.
Dario Nieuwenhuis
2022-07-23
1
-0
/
+30
*
Remove PeripheralRef::into_inner()
Dario Nieuwenhuis
2022-07-23
1
-4
/
+0
*
Add docs to PeripheralRef::map_into.
Dario Nieuwenhuis
2022-07-23
1
-0
/
+6
*
Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral
Dario Nieuwenhuis
2022-07-23
4
-91
/
+150
*
Update embassy-stm32
Dario Nieuwenhuis
2022-07-23
1
-0
/
+10
*
Rename unsafe_impl_unborrow to impl_unborrow
Dario Nieuwenhuis
2022-07-23
1
-2
/
+2
*
wip
Dario Nieuwenhuis
2022-07-23
2
-65
/
+18
*
Reuse unsafe_impl_unborrow in other macros.
Dario Nieuwenhuis
2022-07-23
1
-10
/
+1
*
WIP: Make unborrow safe to use
Grant Miller
2022-07-23
3
-17
/
+80
*
Change steal() from trait to inherent fns.
Dario Nieuwenhuis
2022-07-22
1
-8
/
+16
*
Remove unused std_peripherals.
Dario Nieuwenhuis
2022-07-22
1
-39
/
+0
*
Remove the authors field from Cargo.tomls
Dario Nieuwenhuis
2022-06-18
1
-1
/
+0
*
Update to 2021 edition. (#820)
Dario Nieuwenhuis
2022-06-18
1
-1
/
+1
*
Run rustfmt.
Dario Nieuwenhuis
2022-06-12
2
-3
/
+2
*
Add embassy-cortex-m crate.
Dario Nieuwenhuis
2022-06-12
5
-709
/
+64
*
common/PeripheralMutex: remove unsafe API. (#802)
Dario Nieuwenhuis
2022-06-09
1
-24
/
+2
*
Remove embassy_hal_common::usb.
Dario Nieuwenhuis
2022-05-04
5
-952
/
+0
*
Update rust nightly, embedded-hal 1.0, embedded-hal-async.
Dario Nieuwenhuis
2022-03-11
1
-1
/
+1
*
common/serial/usb: fix hang when write buffer gets full and then the bus resets.
Dario Nieuwenhuis
2022-03-07
1
-0
/
+2
*
common/usb/serial: add some trace logging.
Dario Nieuwenhuis
2022-03-07
1
-5
/
+25
*
Fix typo in defuse doc comment
Daniel Bevenius
2022-01-14
1
-1
/
+1
*
usb feature gate
Jacob Rosenthal
2021-12-12
1
-1
/
+1
*
Provides AsyncWrite with flush
huntc
2021-12-10
2
-0
/
+22
*
Update to defmt 3.0ish.
Bob McWhirter
2021-11-15
1
-6
/
+1
*
Clippy fixes
Dario Nieuwenhuis
2021-10-18
1
-0
/
+1
*
embassy: Refactor module structure to remove kitchen-sink `util`.
Dario Nieuwenhuis
2021-09-11
3
-1
/
+53
*
Update lots of deps
Dario Nieuwenhuis
2021-09-11
1
-4
/
+4
*
Cargo fmt
Ulf Lilleengen
2021-09-02
1
-1
/
+1
*
Add HAL for SubGhz peripheral for STM32 WL series
Ulf Lilleengen
2021-09-02
3
-0
/
+130
*
Add IRQ-driven buffered USART implementation for STM32 v2 usart (#356)
Ulf Lilleengen
2021-08-16
1
-0
/
+45
[next]