aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Cleanups, docsJames Munns2025-12-181-1/+2
|
* First basic test worksJames Munns2025-12-181-3/+22
|
* Merge pull request #5071 from jamesmunns/james/bad-soscJames Munns2025-12-181-40/+44
|\ | | | | | | [MCXA]: Add support for SOSC/clk_in
| * Update example to not explicitly configure rangeJames Munns2025-12-151-2/+1
| |
| * Add SOSC supportJames Munns2025-12-151-40/+45
| |
* | Merge pull request #5098 from xoviat/low-powerxoviat2025-12-1811-12/+12
|\ \ | | | | | | | | | make stm32wb examples use low-power-pender
| * | stm32: cleanup low-power featuresxoviat2025-12-1811-12/+12
| | |
* | | Fix rp webusb example on windowsLucas Kent2025-12-181-1/+10
|/ /
* | Merge pull request #5082 from Gerharddc/tuntap-updateGerhard de Clercq2025-12-161-1/+1
| | | | | | embassy-net-tuntap: update async-io
* | wpan: build mac_ffdxoviat2025-12-161-4/+4
| |
* | chore: prepare nrf hals for releaseUlf Lilleengen2025-12-1513-14/+14
| |
* | mspm0: add MSPM0G518x support and new packages for othersi509VCB2025-12-148-0/+218
| | | | | | | | | | | | G518x is the first MSPM0 part with a USB, I2S and NPU peripheral. There is also a new TIMB peripheral (no PWM, so it is perfect for a time driver). Unfortunately it also introduces UNICOMM which is a shared peripheral which can be in UART/I2C/SPI modes. This means that the current UART and I2C drivers need some adjustment to work with the new UNICOMM parts (which is the future).
* | stm32: remove unneeded DeviceBusyliebman2025-12-131-2/+1
| |
* | stm32: update stm32wle5 low powe examplesliebman2025-12-134-76/+5
| |
* | Add `run_until` function to std Executor as to support grafeul shutdown.Gerhard de Clercq2025-12-121-0/+47
| |
* | Merge pull request #5036 from embassy-rs/nrf54-buffered-rramUlf Lilleengen2025-12-122-0/+59
|\ \ | | | | | | | | | feat: add support for buffered write mode for rram
| * | feat: add support for buffered write mode for rramUlf Lilleengen2025-12-112-0/+59
| | |
* | | Merge pull request #5045 from felipebalbi/imxrt/dmaxoviat2025-12-121-0/+26
|\ \ \ | | | | | | | | | | | | [iMXRT] add a minimal DMA copy example
| * | | [iMXRT] add a minimal DMA copy exampleFelipe Balbi2025-12-111-0/+26
| | | | | | | | | | | | | | | | While at that, also update the PACs to their latest versions.
* | | | Merge pull request #5042 from embassy-rs/update-rust-asdfxoviat2025-12-121-4/+5
|\ \ \ \ | | | | | | | | | | | | | | | Update Rust, nightly, xtensa.
| * | | | examples/std: fix warning.Dario Nieuwenhuis2025-12-121-4/+5
| | | | |
* | | | | [iMXRT] Add spi driverFelipe Balbi2025-12-113-0/+88
| |/ / / |/| | |
* | | | 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
| |\ \ \ | | | | | | | | | | | | | | | Improve cyw43 join handling
| | * | | Update examples and testsSimon Börjesson2025-12-102-2/+2
| | | | |
| * | | | Merge pull request #5037 from jamesmunns/james/retouch-adcJames Munns2025-12-112-24/+22
| |\ \ \ \ | | | | | | | | | | | | | | | | | | [MCXA]: Refactor the ADC API
| | * | | | Refactor the APIJames Munns2025-12-112-24/+22
| | | | | |
| * | | | | Merge pull request #5040 from jamesmunns/james/cleanup-reexportsJames Munns2025-12-112-4/+2
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | [MCXA]: Remove some unusual top level re-exports
| | * | | | 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 Reason
| | * | | | 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
| |\ \ | | | | | | | | | | | | [MCXA]: Adc driver v2
| | * | run rustfmtMathis Deroo2025-12-092-8/+7
| | | | | | | | | | | | | | | | Signed-off-by: Mathis Deroo <[email protected]>
| | * | set_conv_command_config returns Result instead of panic if index > 7Mathis Deroo2025-12-092-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Mathis Deroo <[email protected]>
| | * | Add Mode trait for Async and Blocking behaviorMathis Deroo2025-12-092-9/+13
| | | | | | | | | | | | | | | | Signed-off-by: Mathis Deroo <[email protected]>
| | * | Use Result enum for ConvResult structure and read functionMathis Deroo2025-12-091-2/+8
| | | | | | | | | | | | | | | | Signed-off-by: Mathis Deroo <[email protected]>
| | * | Modify ConvCommandConfig structMathis Deroo2025-12-092-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Mathis Deroo <[email protected]>
| | * | Modify set_conv_command_config to support command index from 1 to 7Mathis Deroo2025-12-092-4/+4
| | | | | | | | | | | | | | | | Signed-off-by: Mathis Deroo <[email protected]>
| | * | ADC driver improvementMathis Deroo2025-12-093-54/+22
| | | | | | | | | | | | | | | | Signed-off-by: Mathis Deroo <[email protected]>
| * | | Merge pull request #5021 from cesardtamayo/feat/stm32wba6_rtcxoviat2025-12-102-0/+124
| |\ \ \ | | | | | | | | | | | | | | | Add basic RTC support to STM32WBA6
| | * | | 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
| |\ \ \ \ | | | | | | | | | | | | | | | | | | stm32: refactor sdmmc module