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
Commit message (
Expand
)
Author
Age
Files
Lines
*
FDCAN: Allow access to buffered senders and receivers.
Corey Schuhen
2024-02-25
1
-0
/
+32
*
FDCAN: Expose some pub types in API
Corey Schuhen
2024-02-25
1
-4
/
+8
*
FDCAN: Remove extra traits from.
Corey Schuhen
2024-02-25
1
-29
/
+20
*
Merge pull request #2606 from embassy-rs/dma-refactor
Dario Nieuwenhuis
2024-02-24
12
-2150
/
+1208
|
\
|
*
stm32/dma: add AnyChannel, add support for BDMA on H7.
Dario Nieuwenhuis
2024-02-24
12
-2150
/
+1208
|
/
*
Merge pull request #2618 from barnabywalters/g4rcc
Dario Nieuwenhuis
2024-02-23
1
-17
/
+35
|
\
|
*
[embassy-stm32] G4 RCC refactor amendments and additions
Barnaby Walters
2024-02-23
1
-17
/
+35
*
|
Merge pull request #2597 from fe1es/stm32l0-reset-rtc
Dario Nieuwenhuis
2024-02-23
1
-1
/
+1
|
\
\
|
*
\
Merge branch 'main' into stm32l0-reset-rtc
Dario Nieuwenhuis
2024-02-23
51
-1958
/
+6622
|
|
\
\
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #2617 from embassy-rs/u5-rcc
Dario Nieuwenhuis
2024-02-23
5
-359
/
+311
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
stm32/tests: run stm32u5a5zj from flash due to wrong RAM size in stm32-data.
Dario Nieuwenhuis
2024-02-23
2
-1
/
+2
|
*
|
stm32/rcc: port U5 to new API, add all PLLs, all HSE modes.
Dario Nieuwenhuis
2024-02-23
3
-358
/
+309
|
/
/
*
|
Merge pull request #2616 from embassy-rs/h5-stupid-errata
Dario Nieuwenhuis
2024-02-23
1
-5
/
+12
|
\
\
|
*
|
stm32/rcc: workaround nonsense RAM suicide errata on backup domain reset.
Dario Nieuwenhuis
2024-02-23
1
-5
/
+12
*
|
|
Merge pull request #2588 from cschuhen/feature/fdcan_buffered
Dario Nieuwenhuis
2024-02-23
22
-1026
/
+5084
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add dep for static_cell to example.
Corey Schuhen
2024-02-19
1
-0
/
+1
|
*
|
Remove the OperatingMode typestates
Corey Schuhen
2024-02-18
6
-162
/
+133
|
*
|
Add a buffered mode.
Corey Schuhen
2024-02-17
2
-7
/
+323
|
*
|
Clean up and prep for buffered IRQ mode.
Corey Schuhen
2024-02-17
1
-159
/
+188
|
*
|
Move error conversion to peripheral.rs
Corey Schuhen
2024-02-17
3
-45
/
+43
|
*
|
Don't use word Standard for frame format because it can be confused with ID f...
Corey Schuhen
2024-02-17
4
-17
/
+17
|
*
|
Port FDCAN HAL to use PAC directly instead of fdcan crate.
Corey Schuhen
2024-02-17
23
-905
/
+4648
*
|
|
Merge pull request #2611 from CBJamo/rp2040_i2c_improvements
James Munns
2024-02-22
4
-117
/
+177
|
\
\
\
|
*
|
|
fixup another display -> debug
Caleb Jamison
2024-02-22
1
-1
/
+1
|
*
|
|
Fixup comments from James
Caleb Jamison
2024-02-22
2
-6
/
+4
|
*
|
|
Fixup display -> debug
Caleb Jamison
2024-02-22
1
-1
/
+1
|
*
|
|
rp2040 i2c_slave improvements
Caleb Jamison
2024-02-22
1
-51
/
+66
|
*
|
|
Add SetConfig impl to rp2040 i2c
Caleb Jamison
2024-02-22
3
-67
/
+114
*
|
|
|
Merge pull request #2609 from embassy-rs/nrf-buffereduarte-stuff
Dario Nieuwenhuis
2024-02-22
6
-389
/
+658
|
\
\
\
\
|
*
|
|
|
nrf/uarte: prevent accidentally driving tx pin on rxonly uart if it was left ...
Dario Nieuwenhuis
2024-02-22
1
-34
/
+26
|
*
|
|
|
nrf/uart: add buffereduart drop, rxonly, txonly tests.
Dario Nieuwenhuis
2024-02-21
2
-42
/
+127
|
*
|
|
|
nrf/uart: Add support for rx-only or tx-only BufferedUart.
Dario Nieuwenhuis
2024-02-21
2
-108
/
+255
|
*
|
|
|
nrf/uart: share waker state between buffered and nonbuffered.
Dario Nieuwenhuis
2024-02-21
2
-19
/
+18
|
*
|
|
|
nrf/buffered_uart: refactor so rx/tx halves are independent.
Dario Nieuwenhuis
2024-02-21
4
-223
/
+261
|
*
|
|
|
nrf/uart: add split_by_ref.
Dario Nieuwenhuis
2024-02-21
1
-0
/
+8
|
*
|
|
|
nrf/buffered_uart: simplify split lifetimes.
Dario Nieuwenhuis
2024-02-21
1
-12
/
+12
*
|
|
|
|
Merge pull request #2608 from embassy-rs/net-fix-fin-flush
Dario Nieuwenhuis
2024-02-21
1
-2
/
+8
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
net/tcp: fix flush() not waiting for ACK of FIN.
Dario Nieuwenhuis
2024-02-21
1
-2
/
+8
|
/
/
/
/
*
|
|
|
Merge pull request #2586 from embassy-rs/rp-reenable-i2c-test
Dario Nieuwenhuis
2024-02-21
1
-3
/
+0
|
\
\
\
\
|
*
|
|
|
tests/rp: reenable i2c test.
Dario Nieuwenhuis
2024-02-17
1
-3
/
+0
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #2605 from Gekkio/usv-on-l4
Dario Nieuwenhuis
2024-02-20
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
USB needs PWR_CR2 USV set on STM32L4
Joonas Javanainen
2024-02-20
1
-1
/
+1
|
/
/
/
/
*
|
|
|
Merge pull request #2602 from embassy-rs/peripheralref-no-derefmut
Dario Nieuwenhuis
2024-02-20
6
-50
/
+43
|
\
\
\
\
|
*
|
|
|
hal-internal: remove impl DerefMut for PeripheralRef.
Dario Nieuwenhuis
2024-02-20
6
-50
/
+43
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #2596 from NBonaparte/nrf-spi-drive
Dario Nieuwenhuis
2024-02-20
2
-5
/
+20
|
\
\
\
\
|
*
|
|
|
fix(nrf/spim): use `OutputDrive` to set pin drives
NBonaparte
2024-02-19
2
-38
/
+17
|
*
|
|
|
feat(nrf/spim): allow specifying drive of SPI pins
NBonaparte
2024-02-18
1
-3
/
+39
*
|
|
|
|
Merge pull request #2600 from MaxiluxSystems/flash_h50
Dario Nieuwenhuis
2024-02-20
2
-1
/
+126
|
\
\
\
\
\
|
*
|
|
|
|
flash: h50: first pass at implementation
Torin Cooper-Bennun
2024-02-19
2
-1
/
+126
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #2559 from mchant/main
Dario Nieuwenhuis
2024-02-20
1
-0
/
+182
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
[next]