aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Merge branch 'main' of https://github.com/embassy-rs/embassy into wpanxoviat2025-12-1224-80/+1526
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #5053 from xoviat/wpanxoviat2025-12-122-1/+7
|\ \ \ \ | | | | | | | | | | | | | | | wpan: restore ble test
* \ \ \ \ Merge pull request #5052 from Kezii/patch-1James Munns2025-12-121-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [nrf52] fix copy paste bug in i2c pullup ?
| * | | | | fix copy paste bug in i2c pullup ?Kezi2025-12-121-1/+1
|/ / / / /
* | | | | Merge pull request #5050 from xoviat/sdioxoviat2025-12-123-52/+97
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | stm32/sdio: update transfer interface
| * | | | | stm32/sdio: update transfer interfacexoviat2025-12-123-52/+97
|/ / / / /
* | | | | Merge pull request #5047 from Gerharddc/executor-cancelDario Nieuwenhuis2025-12-123-1/+62
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Add `run_until` function to std Executor as to support grafeul shutdown.
| * | | | | Add `run_until` function to std Executor as to support grafeul shutdown.Gerhard de Clercq2025-12-123-1/+62
|/ / / / /
* | | | | Merge pull request #5036 from embassy-rs/nrf54-buffered-rramUlf Lilleengen2025-12-124-12/+221
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | feat: add support for buffered write mode for rram
| * | | | | feat: add support for buffered write mode for rramUlf Lilleengen2025-12-114-12/+221
| | | | | |
* | | | | | Merge pull request #5029 from robamu/tiny-docs-improvementsUlf Lilleengen2025-12-121-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | tiny improvements for nrf init code docs
| * | | | | | tiny improvements for nrf docsRobin Mueller2025-12-101-2/+2
| | | | | | |
* | | | | | | Merge pull request #5045 from felipebalbi/imxrt/dmaxoviat2025-12-122-2/+28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [iMXRT] add a minimal DMA copy example
| * | | | | | | [iMXRT] add a minimal DMA copy exampleFelipe Balbi2025-12-112-2/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While at that, also update the PACs to their latest versions.
* | | | | | | | Merge pull request #5042 from embassy-rs/update-rust-asdfxoviat2025-12-125-10/+15
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Rust, nightly, xtensa.
| * | | | | | | | executor: update ui test for nightly.Dario Nieuwenhuis2025-12-121-3/+7
| | | | | | | | |
| * | | | | | | | examples/std: fix warning.Dario Nieuwenhuis2025-12-121-4/+5
| | | | | | | | |
| * | | | | | | | Update Rust, nightly, xtensa.Dario Nieuwenhuis2025-12-113-3/+3
| | | | | | | | |
* | | | | | | | | Merge pull request #5046 from felipebalbi/imxrt/spiFelipe Balbi2025-12-125-0/+1100
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | [iMXRT] Add spi driver
| * | | | | | | | [iMXRT] Add spi driverFelipe Balbi2025-12-115-0/+1100
|/ / / / / / / /
| | | | | * / / wpan: update aligned, critical_sectionxoviat2025-12-125-186/+200
| | | | |/ / /
| | | | * / / wpan: restore ble testxoviat2025-12-122-1/+7
| |_|_|/ / / |/| | | | |
* | | | | | Merge pull request #5044 from felipebalbi/mcxa-pacJames Munns2025-12-111-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [MCXA] Switch PAC to crates.io
| * | | | | | [MCXA] Switch PAC to crates.ioFelipe Balbi2025-12-111-1/+1
| | | | | | |
* | | | | | | Merge pull request #5043 from tidely/get-freqxoviat2025-12-111-0/+10
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | stm32: Add `get_frequency` to `SimplePwm` and `SimplePwmChannel`
| * | | | | | add get_frequency to stm32 pwm channelstidely2025-12-111-0/+10
|/ / / / / /
* | | | | | Merge pull request #5022 from felipebalbi/mcxa/trngFelipe Balbi2025-12-117-0/+792
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | MCXA TRNG driver
| * | | | | Fix typoFelipe Balbi2025-12-111-1/+1
| | | | | |
| * | | | | Replace AsyncTrng with Mode typestateFelipe Balbi2025-12-112-196/+121
| | | | | |
| * | | | | fmtall.shFelipe Balbi2025-12-111-1/+1
| | | | | |
| * | | | | review commentsFelipe Balbi2025-12-111-25/+18
| | | | | |
| * | | | | Fix typoFelipe Balbi2025-12-111-1/+1
| | | | | |
| * | | | | Merge remote-tracking branch 'upstream/main' into mcxa/trngFelipe Balbi2025-12-1149-1548/+2695
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #5020 from simonborje/improve_cyw43_join_resultDario Nieuwenhuis2025-12-116-32/+54
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Improve cyw43 join handling
| * | | | | | Update examples and testsSimon Börjesson2025-12-104-3/+4
| | | | | | |
| * | | | | | Fix formattingSimon Börjesson2025-12-091-1/+1
| | | | | | |
| * | | | | | Improve cyw43 join handlingSimon Börjesson2025-12-083-29/+50
| | | | | | |
* | | | | | | Merge pull request #5037 from jamesmunns/james/retouch-adcJames Munns2025-12-113-327/+422
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [MCXA]: Refactor the ADC API
| * | | | | | | Suggestion from reviewJames Munns2025-12-111-3/+1
| | | | | | | |
| * | | | | | | Remove some stale todosJames Munns2025-12-111-3/+3
| | | | | | | |
| * | | | | | | Remove generic parameter from ADCJames Munns2025-12-111-59/+70
| | | | | | | |
| * | | | | | | Refactor the APIJames Munns2025-12-113-301/+387
| | | | | | | |
* | | | | | | | Merge pull request #5038 from jamesmunns/james/retouch-rtcJames Munns2025-12-111-44/+34
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [MCXA]: Remove instance generic from RTC
| * | | | | | | | Take mut lifetimeJames Munns2025-12-111-1/+1
| | | | | | | | |
| * | | | | | | | Remove instance generic from RTCJames Munns2025-12-111-44/+34
| | | | | | | | |
* | | | | | | | | Merge pull request #5040 from jamesmunns/james/cleanup-reexportsJames Munns2025-12-115-9/+6
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | [MCXA]: Remove some unusual top level re-exports
| * | | | | | | | Remove some unusual top level re-exportsJames Munns2025-12-115-9/+6
| |/ / / / / / /
* | | | | | | | Merge pull request #5030 from felipebalbi/mcxa/reset-reasonFelipe Balbi2025-12-113-0/+122
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | MCXA: Add a function to read Reset Reason
| * | | | | | | | Remove critical sectionFelipe Balbi2025-12-111-41/+39
| | | | | | | | |
| * | | | | | | | MCXA: Add a function to read Reset ReasonFelipe Balbi2025-12-103-0/+124
| | | | | | | | |