aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* set_conv_command_config returns Result instead of panic if index > 7Mathis Deroo2025-12-093-4/+14
* Add Mode trait for Async and Blocking behaviorMathis Deroo2025-12-093-57/+96
* Remove dereference for Instance ptrMathis Deroo2025-12-091-11/+11
* Use Result enum for ConvResult structure and read functionMathis Deroo2025-12-092-9/+25
* Modify ConvCommandConfig structMathis Deroo2025-12-093-24/+22
* 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-093-47/+55
* Run cargo fmtMathis Deroo2025-12-091-35/+23
* ADC driver improvementMathis Deroo2025-12-099-155/+519
* Merge pull request #5015 from jamesmunns/james/dma-suggestionsJames Munns2025-12-0917-77/+4740
|\
| * rustfmtJames Munns2025-12-091-3/+7
| * Add error state for DMA transfersJames Munns2025-12-093-9/+157
| * Change transfer to return a resultJames Munns2025-12-093-7/+11
| * Use saddr read instead of interrupt to avoid double handler definitionJames Munns2025-12-094-110/+62
| * rustfmtJames Munns2025-12-0914-27/+23
| * Make init private (suggestion from @felipebalbi)James Munns2025-12-091-39/+22
| * Clean up remaining examples, move some to "raw" examplesJames Munns2025-12-0913-343/+143
| * Enforce scatter gather API staticallyJames Munns2025-12-092-29/+10
| * Work on scatter-gather-builderJames Munns2025-12-082-116/+65
| * Clean up examples, move interrupts to be more fully managedJames Munns2025-12-0817-328/+93
| * Clean up some common PAC operations using helper methodsJames Munns2025-12-052-329/+169
| * use core::fmt::Write instead of home-rolled fmtJames Munns2025-12-059-229/+22
| * Create separate ring buffered RX receiver to encapsulate unsafeJames Munns2025-12-055-18/+55
| * Enable DMA interrupts in constructorsJames Munns2025-12-052-10/+18
| * Merge remote-tracking branch 'james-mcxa/feat/mcxa276-hal' into james/rebase-dmaJames Munns2025-12-0516-42/+5445
| |\
| | * MoveJames Munns2025-12-0566-0/+0
| | * Merge upstream/main to incorporate LPUART constructor refactor (#51) and GPIO...Bogdan Petru Chircu Mare2025-12-0119-294/+418
| | |\
| | * | feat(dma): implement type-safe DMA request source APIBogdan Petru Chircu Mare2025-12-012-50/+138
| | * | refactor(dma): move DMA_MAX_TRANSFER_SIZE to dma module and init during HAL s...Bogdan Petru Chircu Mare2025-12-017-60/+116
| | * | Apply rustfmt formatting fixesBogdan Petru Chircu Mare2025-12-0111-149/+204
| | * | Updated per PR #52 feedbackBogdan Petru Chircu Mare2025-11-2812-407/+248
| | * | feat(dma): add DMA driver with 10 verified examplesBogdan Petru Chircu Mare2025-11-2816-27/+5415
* | | | Merge pull request #5007 from FabienTregan/complementary_pwm_pin_new_with_configxoviat2025-12-091-4/+23
|\ \ \ \
| * | | | stm32: create new complementary pwm pin with configFabien Trégan2025-12-091-4/+23
* | | | | Merge pull request #5014 from jamesmunns/james/mcxa-docsJames Munns2025-12-091-1/+9
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add MCX-A256 to dev docsJames Munns2025-12-091-1/+9
|/ / / /
* | | | Merge pull request #5004 from leftger/feat/wba-wpan-leftgerxoviat2025-12-085-35/+362
|\ \ \ \
| * | | | wba: fix no_mangle attrs and enable mac bindingsGerzain Mata2025-12-075-35/+362
* | | | | Merge pull request #4992 from felipebalbi/mcxa/crcFelipe Balbi2025-12-085-0/+916
|\ \ \ \ \
| * | | | | Fix more review commentsFelipe Balbi2025-12-081-34/+34
| * | | | | review commentsFelipe Balbi2025-12-083-145/+161
| * | | | | mcxa: crc: check all word typesFelipe Balbi2025-12-051-11/+63
| * | | | | mcxa: crc: add generic methods to reduce duplicationFelipe Balbi2025-12-051-100/+134
| * | | | | mcxa/crc: document the use of align_toFelipe Balbi2025-12-052-7/+23
| * | | | | CRCFelipe Balbi2025-12-054-0/+798
* | | | | | Merge pull request #5011 from xoviat/testxoviat2025-12-081-2/+16
|\ \ \ \ \ \
| * | | | | | stm32/tests: allow some noisexoviat2025-12-081-2/+16
* | | | | | | Merge pull request #5008 from xoviat/stm32-low-power-peripheralsxoviat2025-12-088-8/+53
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | low-power: use scoped block stopxoviat2025-12-088-8/+53