aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | sdmmc: use storage devices with referencexoviat2025-12-092-317/+403
| * | | | | | | | | | type-erase sdmmcxoviat2025-12-091-182/+212
| |/ / / / / / / / /
| | | | | | | * | | trng: Add dedicated constructors without configurationFelipe Balbi2025-12-112-39/+197
| | | | | | | * | | rustfmtFelipe Balbi2025-12-091-1/+1
| | | | | | | * | | MCXA TRNG driverFelipe Balbi2025-12-097-1/+717
| |_|_|_|_|_|/ / / |/| | | | | | | |
* | | | | | | | | Merge pull request #4706 from rolim/stm32-sai-allow-nodiv-and-master-clock-di...xoviat2025-12-094-6/+8
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | allow again to set nodiv independently of master clock dividerRoman Lim2025-12-094-6/+8
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #4975 from tonarino/cdm-adm-controlDario Nieuwenhuis2025-12-092-0/+11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Don't forget the changelog!goodhoko2025-12-021-0/+1
| * | | | | | | | | Expose dtr() and rts() on cdc_acm::ControlChangedgoodhoko2025-12-021-0/+10
* | | | | | | | | | Merge pull request #5016 from diogo464/cyw43-get-rssiDario Nieuwenhuis2025-12-091-0/+8
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | cyw43: added get_rssi to Controllerdiogo4642025-12-091-0/+8
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | 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