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
/
examples
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor the API
James Munns
2025-12-11
2
-24
/
+22
*
Merge pull request #5012 from MathisDeroo/adc_driver_v2
James Munns
2025-12-10
3
-60
/
+37
|
\
|
*
run rustfmt
Mathis Deroo
2025-12-09
2
-8
/
+7
|
*
set_conv_command_config returns Result instead of panic if index > 7
Mathis Deroo
2025-12-09
2
-2
/
+2
|
*
Add Mode trait for Async and Blocking behavior
Mathis Deroo
2025-12-09
2
-9
/
+13
|
*
Use Result enum for ConvResult structure and read function
Mathis Deroo
2025-12-09
1
-2
/
+8
|
*
Modify ConvCommandConfig struct
Mathis Deroo
2025-12-09
2
-4
/
+4
|
*
Modify set_conv_command_config to support command index from 1 to 7
Mathis Deroo
2025-12-09
2
-4
/
+4
|
*
ADC driver improvement
Mathis Deroo
2025-12-09
3
-54
/
+22
*
|
Merge pull request #5021 from cesardtamayo/feat/stm32wba6_rtc
xoviat
2025-12-10
2
-0
/
+124
|
\
\
|
*
|
Copy rtc into stm32wba examples folder
Cesar Tamayo Claro
2025-12-09
1
-0
/
+62
|
*
|
Remove commented import
Cesar Tamayo Claro
2025-12-09
1
-1
/
+0
|
*
|
Update set date to Unix Epoch
Cesar Tamayo Claro
2025-12-09
1
-1
/
+1
|
*
|
Undo smt32f3 accidental change 2.0
Cesar Tamayo Claro
2025-12-09
1
-2
/
+1
|
*
|
Undo smt32f3 accidental change
Cesar Tamayo Claro
2025-12-09
1
-1
/
+1
|
*
|
Add basic RTC support
Cesar Tamayo Claro
2025-12-09
2
-2
/
+66
*
|
|
Merge pull request #5018 from xoviat/sdio
xoviat
2025-12-10
3
-31
/
+30
|
\
\
\
|
*
|
|
sdmmc: refactor sd card creation
xoviat
2025-12-09
3
-31
/
+30
*
|
|
|
allow again to set nodiv independently of master clock divider
Roman Lim
2025-12-09
2
-2
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #5015 from jamesmunns/james/dma-suggestions
James Munns
2025-12-09
11
-0
/
+1573
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add error state for DMA transfers
James Munns
2025-12-09
2
-3
/
+3
|
*
|
Change transfer to return a result
James Munns
2025-12-09
2
-2
/
+2
|
*
|
Use saddr read instead of interrupt to avoid double handler definition
James Munns
2025-12-09
3
-110
/
+61
|
*
|
rustfmt
James Munns
2025-12-09
5
-6
/
+6
|
*
|
Clean up remaining examples, move some to "raw" examples
James Munns
2025-12-09
6
-331
/
+127
|
*
|
Enforce scatter gather API statically
James Munns
2025-12-09
1
-18
/
+2
|
*
|
Work on scatter-gather-builder
James Munns
2025-12-08
1
-111
/
+57
|
*
|
Clean up examples, move interrupts to be more fully managed
James Munns
2025-12-08
15
-256
/
+72
|
*
|
Clean up some common PAC operations using helper methods
James Munns
2025-12-05
1
-53
/
+22
|
*
|
use core::fmt::Write instead of home-rolled fmt
James Munns
2025-12-05
8
-229
/
+16
|
*
|
Create separate ring buffered RX receiver to encapsulate unsafe
James Munns
2025-12-05
3
-12
/
+6
|
*
|
Enable DMA interrupts in constructors
James Munns
2025-12-05
1
-6
/
+0
|
*
|
Merge remote-tracking branch 'james-mcxa/feat/mcxa276-hal' into james/rebase-dma
James Munns
2025-12-05
10
-0
/
+2336
|
|
\
\
|
|
*
|
Move
James Munns
2025-12-05
29
-0
/
+0
|
|
*
|
Merge upstream/main to incorporate LPUART constructor refactor (#51) and GPIO...
Bogdan Petru Chircu Mare
2025-12-01
16
-37
/
+18
|
|
|
\
\
|
|
*
|
|
refactor(dma): move DMA_MAX_TRANSFER_SIZE to dma module and init during HAL s...
Bogdan Petru Chircu Mare
2025-12-01
3
-42
/
+23
|
|
*
|
|
Apply rustfmt formatting fixes
Bogdan Petru Chircu Mare
2025-12-01
10
-147
/
+201
|
|
*
|
|
Updated per PR #52 feedback
Bogdan Petru Chircu Mare
2025-11-28
10
-324
/
+114
|
|
*
|
|
feat(dma): add DMA driver with 10 verified examples
Bogdan Petru Chircu Mare
2025-11-28
10
-0
/
+2531
*
|
|
|
|
Merge pull request #4992 from felipebalbi/mcxa/crc
Felipe Balbi
2025-12-08
2
-0
/
+155
|
\
\
\
\
\
|
*
|
|
|
|
review comments
Felipe Balbi
2025-12-08
2
-20
/
+84
|
*
|
|
|
|
mcxa: crc: check all word types
Felipe Balbi
2025-12-05
1
-11
/
+63
|
*
|
|
|
|
mcxa/crc: document the use of align_to
Felipe Balbi
2025-12-05
1
-5
/
+5
|
*
|
|
|
|
CRC
Felipe Balbi
2025-12-05
1
-0
/
+39
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #4995 from HaoboGu/feat/nrf54lm20
Ulf Lilleengen
2025-12-08
9
-0
/
+244
|
\
\
\
\
\
|
*
|
|
|
|
chore: remove jlink script in nRF54LM20A example, use probe-rs instead
Haobo Gu
2025-12-08
2
-18
/
+2
|
*
|
|
|
|
feat: add nRF54LM20A support
Haobo Gu
2025-12-08
10
-0
/
+260
*
|
|
|
|
|
Merge pull request #5005 from embassy-rs/nrf54-bootloader
Ulf Lilleengen
2025-12-08
6
-11
/
+41
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
chore: use feature guards for nrf54 in examples
Ulf Lilleengen
2025-12-08
3
-13
/
+28
|
*
|
|
|
|
feat: add support for nrf54 to embassy-boot examples
Ulf Lilleengen
2025-12-08
6
-7
/
+22
[next]