| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update to embedded-io 0.7 | Dario Nieuwenhuis | 2025-12-19 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #5107 from jamesmunns/james/spll | James Munns | 2025-12-18 | 1 | -3/+23 |
| |\ | | | | | | | [MCXA]: Add SPLL/PLL1 support | ||||
| | * | Cleanups, docs | James Munns | 2025-12-18 | 1 | -1/+2 |
| | | | |||||
| | * | First basic test works | James Munns | 2025-12-18 | 1 | -3/+22 |
| | | | |||||
| * | | [MCXA] reset_reason: process multiple bits | Felipe Balbi | 2025-12-18 | 1 | -1/+3 |
| |/ | | | | | | | | | After testing with the pending watchdog driver, I noticed that more than one bit got set (Warm and Wdog0), changing my original assumption of this register being one-hot. Update the `reset_reason()` function and example according to James Munns' MCXA DMA Error implementation. | ||||
| * | Merge pull request #5071 from jamesmunns/james/bad-sosc | James Munns | 2025-12-18 | 1 | -40/+44 |
| |\ | | | | | | | [MCXA]: Add support for SOSC/clk_in | ||||
| | * | Update example to not explicitly configure range | James Munns | 2025-12-15 | 1 | -2/+1 |
| | | | |||||
| | * | Add SOSC support | James Munns | 2025-12-15 | 1 | -40/+45 |
| | | | |||||
| * | | Replace AsyncTrng with Mode typestate | Felipe Balbi | 2025-12-11 | 1 | -6/+6 |
| | | | |||||
| * | | Merge remote-tracking branch 'upstream/main' into mcxa/trng | Felipe Balbi | 2025-12-11 | 6 | -86/+74 |
| |\| | |||||
| | * | Merge pull request #5037 from jamesmunns/james/retouch-adc | James Munns | 2025-12-11 | 2 | -24/+22 |
| | |\ | | | | | | | | | | [MCXA]: Refactor the ADC API | ||||
| | | * | Refactor the API | James Munns | 2025-12-11 | 2 | -24/+22 |
| | | | | |||||
| | * | | Merge pull request #5040 from jamesmunns/james/cleanup-reexports | James Munns | 2025-12-11 | 2 | -4/+2 |
| | |\ \ | | | | | | | | | | | | | [MCXA]: Remove some unusual top level re-exports | ||||
| | | * | | Remove some unusual top level re-exports | James Munns | 2025-12-11 | 2 | -4/+2 |
| | | |/ | |||||
| | * / | MCXA: Add a function to read Reset Reason | Felipe Balbi | 2025-12-10 | 1 | -0/+15 |
| | |/ | |||||
| | * | run rustfmt | Mathis Deroo | 2025-12-09 | 2 | -8/+7 |
| | | | | | | | | | Signed-off-by: Mathis Deroo <[email protected]> | ||||
| | * | set_conv_command_config returns Result instead of panic if index > 7 | Mathis Deroo | 2025-12-09 | 2 | -2/+2 |
| | | | | | | | | | Signed-off-by: Mathis Deroo <[email protected]> | ||||
| | * | Add Mode trait for Async and Blocking behavior | Mathis Deroo | 2025-12-09 | 2 | -9/+13 |
| | | | | | | | | | Signed-off-by: Mathis Deroo <[email protected]> | ||||
| | * | Use Result enum for ConvResult structure and read function | Mathis Deroo | 2025-12-09 | 1 | -2/+8 |
| | | | | | | | | | Signed-off-by: Mathis Deroo <[email protected]> | ||||
| | * | Modify ConvCommandConfig struct | Mathis Deroo | 2025-12-09 | 2 | -4/+4 |
| | | | | | | | | | Signed-off-by: Mathis Deroo <[email protected]> | ||||
| | * | Modify set_conv_command_config to support command index from 1 to 7 | Mathis Deroo | 2025-12-09 | 2 | -4/+4 |
| | | | | | | | | | Signed-off-by: Mathis Deroo <[email protected]> | ||||
| | * | ADC driver improvement | Mathis Deroo | 2025-12-09 | 3 | -54/+22 |
| | | | | | | | | | Signed-off-by: Mathis Deroo <[email protected]> | ||||
| * | | trng: Add dedicated constructors without configuration | Felipe Balbi | 2025-12-11 | 1 | -2/+20 |
| | | | | | | | | | | | These three constructors guarantee TRNG will work for the requested amount of entropy samples. | ||||
| * | | MCXA TRNG driver | Felipe Balbi | 2025-12-09 | 2 | -0/+89 |
| |/ | |||||
| * | Merge pull request #5015 from jamesmunns/james/dma-suggestions | James Munns | 2025-12-09 | 11 | -0/+1573 |
| |\ | | | | | | | [MCXA]: Extend DMA interface | ||||
| | * | Add error state for DMA transfers | James Munns | 2025-12-09 | 2 | -3/+3 |
| | | | |||||
| | * | Change transfer to return a result | James Munns | 2025-12-09 | 2 | -2/+2 |
| | | | |||||
| | * | Use saddr read instead of interrupt to avoid double handler definition | James Munns | 2025-12-09 | 3 | -110/+61 |
| | | | |||||
| | * | rustfmt | James Munns | 2025-12-09 | 5 | -6/+6 |
| | | | |||||
| | * | Clean up remaining examples, move some to "raw" examples | James Munns | 2025-12-09 | 6 | -331/+127 |
| | | | |||||
| | * | Enforce scatter gather API statically | James Munns | 2025-12-09 | 1 | -18/+2 |
| | | | |||||
| | * | Work on scatter-gather-builder | James Munns | 2025-12-08 | 1 | -111/+57 |
| | | | |||||
| | * | Clean up examples, move interrupts to be more fully managed | James Munns | 2025-12-08 | 15 | -256/+72 |
| | | | |||||
| | * | Clean up some common PAC operations using helper methods | James Munns | 2025-12-05 | 1 | -53/+22 |
| | | | |||||
| | * | use core::fmt::Write instead of home-rolled fmt | James Munns | 2025-12-05 | 8 | -229/+16 |
| | | | |||||
| | * | Create separate ring buffered RX receiver to encapsulate unsafe | James Munns | 2025-12-05 | 3 | -12/+6 |
| | | | |||||
| | * | Enable DMA interrupts in constructors | James Munns | 2025-12-05 | 1 | -6/+0 |
| | | | |||||
| | * | Merge remote-tracking branch 'james-mcxa/feat/mcxa276-hal' into james/rebase-dma | James Munns | 2025-12-05 | 10 | -0/+2336 |
| | |\ | |||||
| | | * | Move | James Munns | 2025-12-05 | 29 | -0/+4659 |
| | | | |||||
| * | | review comments | Felipe Balbi | 2025-12-08 | 2 | -20/+84 |
| | | | |||||
| * | | mcxa: crc: check all word types | Felipe Balbi | 2025-12-05 | 1 | -11/+63 |
| | | | | | | | | | Signed-off-by: Felipe Balbi <[email protected]> | ||||
| * | | mcxa/crc: document the use of align_to | Felipe Balbi | 2025-12-05 | 1 | -5/+5 |
| | | | |||||
| * | | CRC | Felipe Balbi | 2025-12-05 | 1 | -0/+39 |
| |/ | | | | | | Fixes #74 Signed-off-by: Felipe Balbi <[email protected]> | ||||
| * | Remove some misc bits | James Munns | 2025-12-04 | 1 | -1555/+0 |
| | | |||||
| * | Tweak how target setting is handled | James Munns | 2025-12-04 | 1 | -0/+5 |
| | | |||||
| * | rustfmt | James Munns | 2025-12-04 | 5 | -6/+6 |
| | | |||||
| * | publish false on mcxa examples | James Munns | 2025-12-04 | 1 | -1/+1 |
| | | |||||
| * | Add repository fields | James Munns | 2025-12-04 | 1 | -0/+1 |
| | | |||||
| * | Bump mcxa-pac to lower MSRV to 1.90 | James Munns | 2025-12-04 | 1 | -1/+1 |
| | | |||||
| * | Move examples to top level example folder | James Munns | 2025-12-04 | 20 | -0/+2335 |
