aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* [iMXRT] add a minimal DMA copy exampleFelipe Balbi2025-12-111-0/+26
* Replace AsyncTrng with Mode typestateFelipe Balbi2025-12-111-6/+6
* Merge remote-tracking branch 'upstream/main' into mcxa/trngFelipe Balbi2025-12-1116-118/+343
|\
| * Merge pull request #5020 from simonborje/improve_cyw43_join_resultDario Nieuwenhuis2025-12-112-2/+2
| |\
| | * Update examples and testsSimon Börjesson2025-12-102-2/+2
| * | Merge pull request #5037 from jamesmunns/james/retouch-adcJames Munns2025-12-112-24/+22
| |\ \
| | * | Refactor the APIJames Munns2025-12-112-24/+22
| * | | Merge pull request #5040 from jamesmunns/james/cleanup-reexportsJames Munns2025-12-112-4/+2
| |\ \ \
| | * | | Remove some unusual top level re-exportsJames Munns2025-12-112-4/+2
| * | | | Merge pull request #5030 from felipebalbi/mcxa/reset-reasonFelipe Balbi2025-12-111-0/+15
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | MCXA: Add a function to read Reset ReasonFelipe Balbi2025-12-101-0/+15
| | |/ /
| * | | sdmmc: factor out sd and add sdio modxoviat2025-12-113-4/+7
| * | | Add more STM32N6 examplesLambert Sartory2025-12-113-0/+111
| |/ /
| * | Merge pull request #5012 from MathisDeroo/adc_driver_v2James Munns2025-12-103-60/+37
| |\ \
| | * | run rustfmtMathis Deroo2025-12-092-8/+7
| | * | set_conv_command_config returns Result instead of panic if index > 7Mathis Deroo2025-12-092-2/+2
| | * | Add Mode trait for Async and Blocking behaviorMathis Deroo2025-12-092-9/+13
| | * | Use Result enum for ConvResult structure and read functionMathis Deroo2025-12-091-2/+8
| | * | Modify ConvCommandConfig structMathis Deroo2025-12-092-4/+4
| | * | Modify set_conv_command_config to support command index from 1 to 7Mathis Deroo2025-12-092-4/+4
| | * | ADC driver improvementMathis Deroo2025-12-093-54/+22
| * | | Merge pull request #5021 from cesardtamayo/feat/stm32wba6_rtcxoviat2025-12-102-0/+124
| |\ \ \
| | * | | Copy rtc into stm32wba examples folderCesar Tamayo Claro2025-12-091-0/+62
| | * | | Remove commented importCesar Tamayo Claro2025-12-091-1/+0
| | * | | Update set date to Unix EpochCesar Tamayo Claro2025-12-091-1/+1
| | * | | Undo smt32f3 accidental change 2.0Cesar Tamayo Claro2025-12-091-2/+1
| | * | | Undo smt32f3 accidental changeCesar Tamayo Claro2025-12-091-1/+1
| | * | | Add basic RTC supportCesar Tamayo Claro2025-12-092-2/+66
| * | | | Merge pull request #5018 from xoviat/sdioxoviat2025-12-103-31/+30
| |\ \ \ \
| | * | | | sdmmc: refactor sd card creationxoviat2025-12-093-31/+30
* | | | | | trng: Add dedicated constructors without configurationFelipe Balbi2025-12-111-2/+20
* | | | | | MCXA TRNG driverFelipe Balbi2025-12-092-0/+89
|/ / / / /
* | | / / allow again to set nodiv independently of master clock dividerRoman Lim2025-12-092-2/+1
| |_|/ / |/| | |
* | | | Merge pull request #5015 from jamesmunns/james/dma-suggestionsJames Munns2025-12-0911-0/+1573
|\ \ \ \ | |/ / / |/| | |
| * | | Add error state for DMA transfersJames Munns2025-12-092-3/+3
| * | | Change transfer to return a resultJames Munns2025-12-092-2/+2
| * | | Use saddr read instead of interrupt to avoid double handler definitionJames Munns2025-12-093-110/+61
| * | | rustfmtJames Munns2025-12-095-6/+6
| * | | Clean up remaining examples, move some to "raw" examplesJames Munns2025-12-096-331/+127
| * | | Enforce scatter gather API staticallyJames Munns2025-12-091-18/+2
| * | | Work on scatter-gather-builderJames Munns2025-12-081-111/+57
| * | | Clean up examples, move interrupts to be more fully managedJames Munns2025-12-0815-256/+72
| * | | Clean up some common PAC operations using helper methodsJames Munns2025-12-051-53/+22
| * | | use core::fmt::Write instead of home-rolled fmtJames Munns2025-12-058-229/+16
| * | | Create separate ring buffered RX receiver to encapsulate unsafeJames Munns2025-12-053-12/+6
| * | | Enable DMA interrupts in constructorsJames Munns2025-12-051-6/+0
| * | | Merge remote-tracking branch 'james-mcxa/feat/mcxa276-hal' into james/rebase-dmaJames Munns2025-12-0510-0/+2336
| |\ \ \
| | * | | MoveJames Munns2025-12-0529-0/+0
| | * | | Merge upstream/main to incorporate LPUART constructor refactor (#51) and GPIO...Bogdan Petru Chircu Mare2025-12-0116-37/+18
| | |\ \ \
| | * | | | refactor(dma): move DMA_MAX_TRANSFER_SIZE to dma module and init during HAL s...Bogdan Petru Chircu Mare2025-12-013-42/+23