| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | sdmmc: refactor sd card creation | xoviat | 2025-12-09 | 5 | -224/+159 | |
| | * | | | | | | | | | | dma: add functions | xoviat | 2025-12-09 | 1 | -0/+58 | |
| | * | | | | | | | | | | sdmmc: use storage devices with reference | xoviat | 2025-12-09 | 2 | -317/+403 | |
| | * | | | | | | | | | | type-erase sdmmc | xoviat | 2025-12-09 | 1 | -182/+212 | |
| | |/ / / / / / / / / | ||||||
| | | | | | | | * | | | trng: Add dedicated constructors without configuration | Felipe Balbi | 2025-12-11 | 2 | -39/+197 | |
| | | | | | | | * | | | rustfmt | Felipe Balbi | 2025-12-09 | 1 | -1/+1 | |
| | | | | | | | * | | | MCXA TRNG driver | Felipe Balbi | 2025-12-09 | 7 | -1/+717 | |
| | |_|_|_|_|_|/ / / |/| | | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #4706 from rolim/stm32-sai-allow-nodiv-and-master-clock-di... | xoviat | 2025-12-09 | 4 | -6/+8 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | allow again to set nodiv independently of master clock divider | Roman Lim | 2025-12-09 | 4 | -6/+8 | |
| | | |_|/ / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #4975 from tonarino/cdm-adm-control | Dario Nieuwenhuis | 2025-12-09 | 2 | -0/+11 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Don't forget the changelog! | goodhoko | 2025-12-02 | 1 | -0/+1 | |
| | * | | | | | | | | | Expose dtr() and rts() on cdc_acm::ControlChanged | goodhoko | 2025-12-02 | 1 | -0/+10 | |
| * | | | | | | | | | | Merge pull request #5016 from diogo464/cyw43-get-rssi | Dario Nieuwenhuis | 2025-12-09 | 1 | -0/+8 | |
| |\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | cyw43: added get_rssi to Controller | diogo464 | 2025-12-09 | 1 | -0/+8 | |
| | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #5015 from jamesmunns/james/dma-suggestions | James Munns | 2025-12-09 | 17 | -77/+4740 | |
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | rustfmt | James Munns | 2025-12-09 | 1 | -3/+7 | |
| | * | | | | | | | | Add error state for DMA transfers | James Munns | 2025-12-09 | 3 | -9/+157 | |
| | * | | | | | | | | Change transfer to return a result | James Munns | 2025-12-09 | 3 | -7/+11 | |
| | * | | | | | | | | Use saddr read instead of interrupt to avoid double handler definition | James Munns | 2025-12-09 | 4 | -110/+62 | |
| | * | | | | | | | | rustfmt | James Munns | 2025-12-09 | 14 | -27/+23 | |
| | * | | | | | | | | 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 | 13 | -343/+143 | |
| | * | | | | | | | | Enforce scatter gather API statically | James Munns | 2025-12-09 | 2 | -29/+10 | |
| | * | | | | | | | | Work on scatter-gather-builder | James Munns | 2025-12-08 | 2 | -116/+65 | |
| | * | | | | | | | | Clean up examples, move interrupts to be more fully managed | James Munns | 2025-12-08 | 17 | -328/+93 | |
| | * | | | | | | | | Clean up some common PAC operations using helper methods | James Munns | 2025-12-05 | 2 | -329/+169 | |
| | * | | | | | | | | use core::fmt::Write instead of home-rolled fmt | James Munns | 2025-12-05 | 9 | -229/+22 | |
| | * | | | | | | | | Create separate ring buffered RX receiver to encapsulate unsafe | James Munns | 2025-12-05 | 5 | -18/+55 | |
| | * | | | | | | | | Enable DMA interrupts in constructors | James Munns | 2025-12-05 | 2 | -10/+18 | |
| | * | | | | | | | | Merge remote-tracking branch 'james-mcxa/feat/mcxa276-hal' into james/rebase-dma | James Munns | 2025-12-05 | 16 | -42/+5445 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | Move | James Munns | 2025-12-05 | 66 | -0/+0 | |
| | | * | | | | | | | | Merge upstream/main to incorporate LPUART constructor refactor (#51) and GPIO... | Bogdan Petru Chircu Mare | 2025-12-01 | 19 | -294/+418 | |
| | | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | feat(dma): implement type-safe DMA request source API | Bogdan Petru Chircu Mare | 2025-12-01 | 2 | -50/+138 | |
| | | * | | | | | | | | | refactor(dma): move DMA_MAX_TRANSFER_SIZE to dma module and init during HAL s... | Bogdan Petru Chircu Mare | 2025-12-01 | 7 | -60/+116 | |
| | | * | | | | | | | | | Apply rustfmt formatting fixes | Bogdan Petru Chircu Mare | 2025-12-01 | 11 | -149/+204 | |
| | | * | | | | | | | | | Updated per PR #52 feedback | Bogdan Petru Chircu Mare | 2025-11-28 | 12 | -407/+248 | |
| | | * | | | | | | | | | feat(dma): add DMA driver with 10 verified examples | Bogdan Petru Chircu Mare | 2025-11-28 | 16 | -27/+5415 | |
| * | | | | | | | | | | | Merge pull request #5007 from FabienTregan/complementary_pwm_pin_new_with_config | xoviat | 2025-12-09 | 1 | -4/+23 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | stm32: create new complementary pwm pin with config | Fabien Trégan | 2025-12-09 | 1 | -4/+23 | |
| * | | | | | | | | | | | | Merge pull request #5014 from jamesmunns/james/mcxa-docs | James Munns | 2025-12-09 | 1 | -1/+9 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Add MCX-A256 to dev docs | James Munns | 2025-12-09 | 1 | -1/+9 | |
| |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #5004 from leftger/feat/wba-wpan-leftger | xoviat | 2025-12-08 | 5 | -35/+362 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | wba: fix no_mangle attrs and enable mac bindings | Gerzain Mata | 2025-12-07 | 5 | -35/+362 | |
| * | | | | | | | | | | | | Merge pull request #4992 from felipebalbi/mcxa/crc | Felipe Balbi | 2025-12-08 | 5 | -0/+916 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Fix more review comments | Felipe Balbi | 2025-12-08 | 1 | -34/+34 | |
| | * | | | | | | | | | | | | review comments | Felipe Balbi | 2025-12-08 | 3 | -145/+161 | |
| | * | | | | | | | | | | | | mcxa: crc: check all word types | Felipe Balbi | 2025-12-05 | 1 | -11/+63 | |
| | * | | | | | | | | | | | | mcxa: crc: add generic methods to reduce duplication | Felipe Balbi | 2025-12-05 | 1 | -100/+134 | |
| | * | | | | | | | | | | | | mcxa/crc: document the use of align_to | Felipe Balbi | 2025-12-05 | 2 | -7/+23 | |
| | * | | | | | | | | | | | | CRC | Felipe Balbi | 2025-12-05 | 4 | -0/+798 | |
