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
*
set_conv_command_config returns Result instead of panic if index > 7
Mathis Deroo
2025-12-09
3
-4
/
+14
*
Add Mode trait for Async and Blocking behavior
Mathis Deroo
2025-12-09
3
-57
/
+96
*
Remove dereference for Instance ptr
Mathis Deroo
2025-12-09
1
-11
/
+11
*
Use Result enum for ConvResult structure and read function
Mathis Deroo
2025-12-09
2
-9
/
+25
*
Modify ConvCommandConfig struct
Mathis Deroo
2025-12-09
3
-24
/
+22
*
Implement WaitCell per ADC instance
Mathis Deroo
2025-12-09
1
-4
/
+8
*
Remove duplication of interrupt trait and use embassy_hal_internal
Mathis Deroo
2025-12-09
2
-159
/
+0
*
Modify set_conv_command_config to support command index from 1 to 7
Mathis Deroo
2025-12-09
3
-47
/
+55
*
Run cargo fmt
Mathis Deroo
2025-12-09
1
-35
/
+23
*
ADC driver improvement
Mathis Deroo
2025-12-09
9
-155
/
+519
*
Merge pull request #5015 from jamesmunns/james/dma-suggestions
James Munns
2025-12-09
17
-77
/
+4740
|
\
|
*
rustfmt
James Munns
2025-12-09
1
-3
/
+7
|
*
Add error state for DMA transfers
James Munns
2025-12-09
3
-9
/
+157
|
*
Change transfer to return a result
James Munns
2025-12-09
3
-7
/
+11
|
*
Use saddr read instead of interrupt to avoid double handler definition
James Munns
2025-12-09
4
-110
/
+62
|
*
rustfmt
James Munns
2025-12-09
14
-27
/
+23
|
*
Make init private (suggestion from @felipebalbi)
James Munns
2025-12-09
1
-39
/
+22
|
*
Clean up remaining examples, move some to "raw" examples
James Munns
2025-12-09
13
-343
/
+143
|
*
Enforce scatter gather API statically
James Munns
2025-12-09
2
-29
/
+10
|
*
Work on scatter-gather-builder
James Munns
2025-12-08
2
-116
/
+65
|
*
Clean up examples, move interrupts to be more fully managed
James Munns
2025-12-08
17
-328
/
+93
|
*
Clean up some common PAC operations using helper methods
James Munns
2025-12-05
2
-329
/
+169
|
*
use core::fmt::Write instead of home-rolled fmt
James Munns
2025-12-05
9
-229
/
+22
|
*
Create separate ring buffered RX receiver to encapsulate unsafe
James Munns
2025-12-05
5
-18
/
+55
|
*
Enable DMA interrupts in constructors
James Munns
2025-12-05
2
-10
/
+18
|
*
Merge remote-tracking branch 'james-mcxa/feat/mcxa276-hal' into james/rebase-dma
James Munns
2025-12-05
16
-42
/
+5445
|
|
\
|
|
*
Move
James Munns
2025-12-05
66
-0
/
+0
|
|
*
Merge upstream/main to incorporate LPUART constructor refactor (#51) and GPIO...
Bogdan Petru Chircu Mare
2025-12-01
19
-294
/
+418
|
|
|
\
|
|
*
|
feat(dma): implement type-safe DMA request source API
Bogdan Petru Chircu Mare
2025-12-01
2
-50
/
+138
|
|
*
|
refactor(dma): move DMA_MAX_TRANSFER_SIZE to dma module and init during HAL s...
Bogdan Petru Chircu Mare
2025-12-01
7
-60
/
+116
|
|
*
|
Apply rustfmt formatting fixes
Bogdan Petru Chircu Mare
2025-12-01
11
-149
/
+204
|
|
*
|
Updated per PR #52 feedback
Bogdan Petru Chircu Mare
2025-11-28
12
-407
/
+248
|
|
*
|
feat(dma): add DMA driver with 10 verified examples
Bogdan Petru Chircu Mare
2025-11-28
16
-27
/
+5415
*
|
|
|
Merge pull request #5007 from FabienTregan/complementary_pwm_pin_new_with_config
xoviat
2025-12-09
1
-4
/
+23
|
\
\
\
\
|
*
|
|
|
stm32: create new complementary pwm pin with config
Fabien Trégan
2025-12-09
1
-4
/
+23
*
|
|
|
|
Merge pull request #5014 from jamesmunns/james/mcxa-docs
James Munns
2025-12-09
1
-1
/
+9
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Add MCX-A256 to dev docs
James Munns
2025-12-09
1
-1
/
+9
|
/
/
/
/
*
|
|
|
Merge pull request #5004 from leftger/feat/wba-wpan-leftger
xoviat
2025-12-08
5
-35
/
+362
|
\
\
\
\
|
*
|
|
|
wba: fix no_mangle attrs and enable mac bindings
Gerzain Mata
2025-12-07
5
-35
/
+362
*
|
|
|
|
Merge pull request #4992 from felipebalbi/mcxa/crc
Felipe Balbi
2025-12-08
5
-0
/
+916
|
\
\
\
\
\
|
*
|
|
|
|
Fix more review comments
Felipe Balbi
2025-12-08
1
-34
/
+34
|
*
|
|
|
|
review comments
Felipe Balbi
2025-12-08
3
-145
/
+161
|
*
|
|
|
|
mcxa: crc: check all word types
Felipe Balbi
2025-12-05
1
-11
/
+63
|
*
|
|
|
|
mcxa: crc: add generic methods to reduce duplication
Felipe Balbi
2025-12-05
1
-100
/
+134
|
*
|
|
|
|
mcxa/crc: document the use of align_to
Felipe Balbi
2025-12-05
2
-7
/
+23
|
*
|
|
|
|
CRC
Felipe Balbi
2025-12-05
4
-0
/
+798
*
|
|
|
|
|
Merge pull request #5011 from xoviat/test
xoviat
2025-12-08
1
-2
/
+16
|
\
\
\
\
\
\
|
*
|
|
|
|
|
stm32/tests: allow some noise
xoviat
2025-12-08
1
-2
/
+16
*
|
|
|
|
|
|
Merge pull request #5008 from xoviat/stm32-low-power-peripherals
xoviat
2025-12-08
8
-8
/
+53
|
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
low-power: use scoped block stop
xoviat
2025-12-08
8
-8
/
+53
[next]