aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | stm32/adc: cleanup and simplifyxoviat2025-11-032-160/+14
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | fmtxoviat2025-11-031-1/+1
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | stm32/adc: fix examplexoviat2025-11-031-8/+19
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | stm32/adc: update v2 iface to match v3xoviat2025-11-032-135/+149
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge pull request #4830 from xoviat/low-powerxoviat2025-11-039-25/+32
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | low_power: update api to allow reconfig
| * | | | | | | | | | | | | | | rustfmtxoviat2025-11-033-3/+0
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | low_power: update api to allow reconfigxoviat2025-11-039-22/+32
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge pull request #4809 from szechyjs/sdmmc-fixxoviat2025-11-032-7/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix: stm32/sdmmc: don't wait for DBCKEND flag on sdmmc_v2 devices
| * | | | | | | | | | | | | | | Add commentJared Szechy2025-11-021-0/+2
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/main' into sdmmc-fixJared Szechy2025-11-0119-729/+14205
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Fix status pollingJared Szechy2025-11-011-3/+1
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | allow unusedJared Szechy2025-10-291-0/+1
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Add and fix changelogJared Szechy2025-10-291-4/+2
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Fix SDMMC on v2Jared Szechy2025-10-291-0/+3
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #4826 from mikeytdisco/temp_fixUlf Lilleengen2025-11-035-5/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correct the temperature reading to preserve the sign bits
| * | | | | | | | | | | | | | | | | Correct the temperature reading to preserve the sign bitsMichael Turner2025-11-025-5/+5
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #4824 from mikeytdisco/onewire_fixUlf Lilleengen2025-11-032-3/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable PIO SM before setting Y register
| * | | | | | | | | | | | | | | | | | Update CHANGELOG.md regarding state machine disableMichael Turner2025-11-021-0/+1
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Disable PIO SM before setting Y registerMichael Turner2025-11-021-3/+15
| |/ / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Merge pull request #4823 from robamu/update-cortex-ar-supportUlf Lilleengen2025-11-034-6/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrate from cortex-ar to aarch32-cpu
| * | | | | | | | | | | | | | | | | | Migrate from cortex-ar to aarch32-cpuRobin Mueller2025-11-024-6/+18
| |/ / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Feature name `arch-cortex-ar` remains the same. - Legacy ARM architectures are not supported.
* | | | | | | | | | | | | | | | | | Merge pull request #4583 from maor1993/mainxoviat2025-11-034-0/+370
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stm32/adc/v3: added support for DMA based adc sampling
| * | | | | | | | | | | | | | | | | stm32/adc/ringbuffered_v3: lower visability for RingBufferedAdc::newMaor Malka2025-11-011-1/+1
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merge branch 'embassy-rs:main' into mainmaor19932025-11-01108-1741/+18830
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | stm32/adc/v3: missing cfg option for adc_u0 fro into_ring_bufferedmaor malka2025-10-073-3/+3
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merge branch 'embassy-rs:main' into mainmaor19932025-10-07667-1227/+1227
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | stm32/adc/v3: merged newer adc_g0 configuration method to intoRingBufferedmaor malka2025-10-071-42/+67
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | stm32/adc/v3: syntax errors :(maor malka2025-10-061-3/+3
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | stm32/adc/v3:maor malka2025-10-063-13/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * spelling mistakes fixed * added required changes to ringbufferedadc to support G0
| * | | | | | | | | | | | | | | | | | Merge branch 'embassy-rs:main' into mainmaor19932025-10-0696-1100/+2520
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/main'maor malka2025-09-23257-3453/+10057
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'main' into mainmaor19932025-08-29183-531/+530
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | rustfmtmaor malka2025-08-281-1/+0
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | stm32/adc/v3: rustfmt shananigansmaor malka2025-08-281-2/+2
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | Merge branch 'embassy-rs:main' into mainmaor19932025-08-29191-1130/+2685
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | stm32/adc/v3: moved ringbuffered to seperate filemaor malka2025-08-262-174/+189
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | stm32/adc/v3: build formatting fixesmaor malka2025-08-241-1/+1
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | stm32/adc/v3: updated changelog and cfg fence for DMA methodsmaor malka2025-08-242-1/+4
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | stm32/adc/v3: build formatting fixesmaor malka2025-08-241-3/+3
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | stm32/adc/v3: build fix attemptmaor malka2025-08-241-0/+1
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | stm32l4/example/adc_dma: missing clock configurationmaor malka2025-08-241-5/+7
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | stm32/adc/v3: added support for DMA based adc samplingmaor malka2025-08-242-1/+322
| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #4821 from RichardWGNR/issue-4816xoviat2025-11-023-4/+25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | embassy-stm32: Automatic FDCAN bus off recovery
| * | | | | | | | | | | | | | | | | | | | | Merge branch 'main' into issue-4816RichardWGNR2025-11-022-22/+15
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | stm32: fdcan changelog #4821RichardWGNR2025-11-021-1/+2
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Ability to control automatic bus off recovery #4816RichardWGNR2025-11-022-4/+24
| | | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | * | | | | | | | | | | | | Merge branch 'main' into i2cxoviat2025-11-016-25/+28
| | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #4807 from xoviat/rb-uartxoviat2025-11-012-21/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stm32/uart: fix rb uart race
| * | | | | | | | | | | | | | | | | | | | | remove csxoviat2025-10-301-13/+10
| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | stm32: usart changelogxoviat2025-10-291-0/+1
| | | | | | | | | | | | | | | | | | | | | |