aboutsummaryrefslogtreecommitdiff
path: root/embassy-mcxa
Commit message (Expand)AuthorAgeFilesLines
* Add SOSC supportJames Munns2025-12-156-15/+195
* Merge pull request #5037 from jamesmunns/james/retouch-adcJames Munns2025-12-111-303/+400
|\
| * Suggestion from reviewJames Munns2025-12-111-3/+1
| * Remove some stale todosJames Munns2025-12-111-3/+3
| * Remove generic parameter from ADCJames Munns2025-12-111-59/+70
| * Refactor the APIJames Munns2025-12-111-277/+365
* | Merge pull request #5038 from jamesmunns/james/retouch-rtcJames Munns2025-12-111-44/+34
|\ \
| * | Take mut lifetimeJames Munns2025-12-111-1/+1
| * | Remove instance generic from RTCJames Munns2025-12-111-44/+34
| |/
* | Merge pull request #5040 from jamesmunns/james/cleanup-reexportsJames Munns2025-12-113-5/+4
|\ \
| * | Remove some unusual top level re-exportsJames Munns2025-12-113-5/+4
| |/
* | Remove critical sectionFelipe Balbi2025-12-111-41/+39
* | MCXA: Add a function to read Reset ReasonFelipe Balbi2025-12-102-0/+109
|/
* rustfmtJames Munns2025-12-101-5/+3
* run rustfmtMathis Deroo2025-12-091-20/+10
* Fix cmdlX and cmdhX access using updated PACMathis Deroo2025-12-092-8/+8
* Add support of ADC2 and ADC3 instancesMathis Deroo2025-12-092-2/+2
* Use field accessors for FIFO results instead of hardcoded onesMathis Deroo2025-12-091-10/+9
* set_conv_command_config returns Result instead of panic if index > 7Mathis Deroo2025-12-091-2/+12
* Add Mode trait for Async and Blocking behaviorMathis Deroo2025-12-091-48/+83
* Remove dereference for Instance ptrMathis Deroo2025-12-091-11/+11
* Use Result enum for ConvResult structure and read functionMathis Deroo2025-12-091-7/+17
* Modify ConvCommandConfig structMathis Deroo2025-12-091-20/+18
* Implement WaitCell per ADC instanceMathis Deroo2025-12-091-4/+8
* Remove duplication of interrupt trait and use embassy_hal_internalMathis Deroo2025-12-092-159/+0
* Modify set_conv_command_config to support command index from 1 to 7Mathis Deroo2025-12-091-43/+51
* Run cargo fmtMathis Deroo2025-12-091-35/+23
* ADC driver improvementMathis Deroo2025-12-096-101/+497
* Merge pull request #5015 from jamesmunns/james/dma-suggestionsJames Munns2025-12-096-77/+3167
|\
| * rustfmtJames Munns2025-12-091-3/+7
| * Add error state for DMA transfersJames Munns2025-12-091-6/+154
| * Change transfer to return a resultJames Munns2025-12-091-5/+9
| * Use saddr read instead of interrupt to avoid double handler definitionJames Munns2025-12-091-0/+1
| * rustfmtJames Munns2025-12-099-21/+17
| * Make init private (suggestion from @felipebalbi)James Munns2025-12-091-39/+22
| * Clean up remaining examples, move some to "raw" examplesJames Munns2025-12-097-12/+16
| * Enforce scatter gather API staticallyJames Munns2025-12-091-11/+8
| * Work on scatter-gather-builderJames Munns2025-12-081-5/+8
| * Clean up examples, move interrupts to be more fully managedJames Munns2025-12-082-72/+21
| * Clean up some common PAC operations using helper methodsJames Munns2025-12-051-276/+147
| * use core::fmt::Write instead of home-rolled fmtJames Munns2025-12-051-0/+6
| * Create separate ring buffered RX receiver to encapsulate unsafeJames Munns2025-12-052-6/+49
| * Enable DMA interrupts in constructorsJames Munns2025-12-051-4/+18
| * Merge remote-tracking branch 'james-mcxa/feat/mcxa276-hal' into james/rebase-dmaJames Munns2025-12-056-42/+3109
| |\
| | * MoveJames Munns2025-12-0537-0/+14240
* | Add MCX-A256 to dev docsJames Munns2025-12-091-1/+9
* | Fix more review commentsFelipe Balbi2025-12-081-34/+34
* | review commentsFelipe Balbi2025-12-081-125/+77
* | mcxa: crc: add generic methods to reduce duplicationFelipe Balbi2025-12-051-100/+134
* | mcxa/crc: document the use of align_toFelipe Balbi2025-12-051-2/+18