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-mcxa
Commit message (
Expand
)
Author
Age
Files
Lines
*
[MCXA] Switch PAC to crates.io
Felipe Balbi
2025-12-11
1
-1
/
+1
*
Fix typo
Felipe Balbi
2025-12-11
1
-1
/
+1
*
Replace AsyncTrng with Mode typestate
Felipe Balbi
2025-12-11
1
-190
/
+115
*
fmtall.sh
Felipe Balbi
2025-12-11
1
-1
/
+1
*
review comments
Felipe Balbi
2025-12-11
1
-25
/
+18
*
Fix typo
Felipe Balbi
2025-12-11
1
-1
/
+1
*
Merge remote-tracking branch 'upstream/main' into mcxa/trng
Felipe Balbi
2025-12-11
10
-296
/
+766
|
\
|
*
Merge pull request #5037 from jamesmunns/james/retouch-adc
James Munns
2025-12-11
1
-303
/
+400
|
|
\
|
|
*
Suggestion from review
James Munns
2025-12-11
1
-3
/
+1
|
|
*
Remove some stale todos
James Munns
2025-12-11
1
-3
/
+3
|
|
*
Remove generic parameter from ADC
James Munns
2025-12-11
1
-59
/
+70
|
|
*
Refactor the API
James Munns
2025-12-11
1
-277
/
+365
|
*
|
Merge pull request #5038 from jamesmunns/james/retouch-rtc
James Munns
2025-12-11
1
-44
/
+34
|
|
\
\
|
|
*
|
Take mut lifetime
James Munns
2025-12-11
1
-1
/
+1
|
|
*
|
Remove instance generic from RTC
James Munns
2025-12-11
1
-44
/
+34
|
|
|
/
|
*
|
Merge pull request #5040 from jamesmunns/james/cleanup-reexports
James Munns
2025-12-11
3
-5
/
+4
|
|
\
\
|
|
*
|
Remove some unusual top level re-exports
James Munns
2025-12-11
3
-5
/
+4
|
|
|
/
|
*
|
Remove critical section
Felipe Balbi
2025-12-11
1
-41
/
+39
|
*
|
MCXA: Add a function to read Reset Reason
Felipe Balbi
2025-12-10
2
-0
/
+109
|
|
/
|
*
rustfmt
James Munns
2025-12-10
1
-5
/
+3
|
*
run rustfmt
Mathis Deroo
2025-12-09
1
-20
/
+10
|
*
Fix cmdlX and cmdhX access using updated PAC
Mathis Deroo
2025-12-09
2
-8
/
+8
|
*
Add support of ADC2 and ADC3 instances
Mathis Deroo
2025-12-09
2
-2
/
+2
|
*
Use field accessors for FIFO results instead of hardcoded ones
Mathis Deroo
2025-12-09
1
-10
/
+9
|
*
set_conv_command_config returns Result instead of panic if index > 7
Mathis Deroo
2025-12-09
1
-2
/
+12
|
*
Add Mode trait for Async and Blocking behavior
Mathis Deroo
2025-12-09
1
-48
/
+83
|
*
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
1
-7
/
+17
|
*
Modify ConvCommandConfig struct
Mathis Deroo
2025-12-09
1
-20
/
+18
|
*
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
1
-43
/
+51
|
*
Run cargo fmt
Mathis Deroo
2025-12-09
1
-35
/
+23
|
*
ADC driver improvement
Mathis Deroo
2025-12-09
6
-101
/
+497
*
|
trng: Add dedicated constructors without configuration
Felipe Balbi
2025-12-11
1
-37
/
+177
*
|
rustfmt
Felipe Balbi
2025-12-09
1
-1
/
+1
*
|
MCXA TRNG driver
Felipe Balbi
2025-12-09
5
-1
/
+628
|
/
*
Merge pull request #5015 from jamesmunns/james/dma-suggestions
James Munns
2025-12-09
6
-77
/
+3167
|
\
|
*
rustfmt
James Munns
2025-12-09
1
-3
/
+7
|
*
Add error state for DMA transfers
James Munns
2025-12-09
1
-6
/
+154
|
*
Change transfer to return a result
James Munns
2025-12-09
1
-5
/
+9
|
*
Use saddr read instead of interrupt to avoid double handler definition
James Munns
2025-12-09
1
-0
/
+1
|
*
rustfmt
James Munns
2025-12-09
9
-21
/
+17
|
*
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
7
-12
/
+16
|
*
Enforce scatter gather API statically
James Munns
2025-12-09
1
-11
/
+8
|
*
Work on scatter-gather-builder
James Munns
2025-12-08
1
-5
/
+8
|
*
Clean up examples, move interrupts to be more fully managed
James Munns
2025-12-08
2
-72
/
+21
|
*
Clean up some common PAC operations using helper methods
James Munns
2025-12-05
1
-276
/
+147
|
*
use core::fmt::Write instead of home-rolled fmt
James Munns
2025-12-05
1
-0
/
+6
[next]