aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add missing TransferOptions fields for DMAJuliDi2023-07-221-0/+3
* update feature gates for v3JuliDi2023-07-221-5/+4
* Merge remote-tracking branch 'xoviat/update-metapac' into fix-dac-exampleJuliDi2023-07-225-6/+78
|\
| * rustfmtxoviat2023-07-221-0/+1
| * stm32: suppress adc f3xoviat2023-07-221-4/+8
| * stm32: add dac fixxoviat2023-07-221-0/+3
| * stm32: add minimal fdcan implxoviat2023-07-222-0/+67
| * stm32: update metapacxoviat2023-07-221-2/+2
* | update DAC triggers to incorporate v3JuliDi2023-07-223-10/+62
* | stm32: remove duplicate features from stm32f4 examples Cargo.tomlAdam Greig2023-07-221-1/+1
* | stm32/dac: set pin mode to analog (ref #334)Adam Greig2023-07-221-4/+8
* | stm32: fix DAC examplesAdam Greig2023-07-223-3/+3
|/
* Merge pull request #1658 from xoviat/macxoviat2023-07-2121-137/+764
|\
| * wpan/mac: misc fixesxoviat2023-07-213-5/+5
| * Merge branch 'main' of https://github.com/embassy-rs/embassy into macxoviat2023-07-2114-670/+1141
| |\ | |/ |/|
* | Merge pull request #1673 from pennae/rp-disable-adcDario Nieuwenhuis2023-07-201-0/+10
|\ \
| * | rp: disable adc hardware on Adc droppennae2023-07-201-0/+10
|/ /
* | Merge pull request #1667 from quentinmit/nrf-pdmDario Nieuwenhuis2023-07-194-23/+333
|\ \
| * | cargo fmtQuentin Smith2023-07-181-2/+1
| * | Update pdm driver to build with all the PACsQuentin Smith2023-07-181-4/+29
| * | cargo fmtQuentin Smith2023-07-183-43/+56
| * | Remove merge errorQuentin Smith2023-07-182-38/+1
| * | Merge remote-tracking branch 'origin/main' into nrf-pdmQuentin Smith2023-07-188-361/+489
| |\ \
| * \ \ Merge remote-tracking branch 'origin/main' into nrf-pdmQuentin Smith2023-07-17863-28308/+74533
| |\ \ \
| * | | | util -> sync renameQuentin Smith2022-08-231-1/+1
| * | | | Merge remote-tracking branch 'origin/master' into nrf-pdmQuentin Smith2022-08-23164-434/+923
| |\ \ \ \
| * | | | | Optimize pdm_continuous exampleQuentin Smith2022-08-211-2/+3
| * | | | | Demonstrate FFT in exampleQuentin Smith2022-08-212-1/+24
| * | | | | PDM clock frequency controlQuentin Smith2022-08-212-8/+18
| * | | | | Stop PDM sampling when future is droppedQuentin Smith2022-08-211-13/+15
| * | | | | Discard the first N samples due to transientsQuentin Smith2022-08-212-6/+24
| * | | | | Add continuous PDM sampling with exampleQuentin Smith2022-08-203-4/+167
| * | | | | Set gain at runtimeQuentin Smith2022-08-203-10/+41
| * | | | | Initial PDM driverQuentin Smith2022-08-209-0/+243
* | | | | | Merge pull request #1671 from alepez/uart-swapDario Nieuwenhuis2023-07-191-2/+25
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | stm32/uart: optimize swap_rx_txAlessandro Pezzato2023-07-191-13/+15
| * | | | | stm32/uart: add swap_rx_txAlessandro Pezzato2023-07-191-2/+23
|/ / / / /
* | | | | net-esp-hosted: build docs.Dario Nieuwenhuis2023-07-182-0/+7
* | | | | Fix multicast support (#1670)ivmarkov2023-07-181-7/+55
* | | | | Merge pull request #1669 from embassy-rs/nocrlfDario Nieuwenhuis2023-07-184-626/+684
|\ \ \ \ \
| * | | | | Convert files to LF endings.Dario Nieuwenhuis2023-07-182-626/+626
| * | | | | Add gitattributes to control crlf conversion.Dario Nieuwenhuis2023-07-181-0/+41
| * | | | | ci: add check for no CRLF line endings.Dario Nieuwenhuis2023-07-181-0/+17
|/ / / / /
* | | | | Merge pull request #1668 from bjoernQ/fix-embassy-net-dual-stackDario Nieuwenhuis2023-07-181-14/+28
|\ \ \ \ \
| * | | | | cfg-gate `unapply_config_v4`bjoernQ2023-07-181-2/+3
| * | | | | Make dual-stack work in embassy-netbjoernQ2023-07-181-13/+26
| | |_|/ / | |/| | |
* | | | | Merge pull request #1666 from alexferro/possible-1664-fixDario Nieuwenhuis2023-07-181-2/+3
|\ \ \ \ \
| * | | | | Embassy-rp I2C: Fix 1664Alex Ferro2023-07-161-2/+3
| |/ / / /
* | | | | Merge pull request #1665 from xoviat/ethDario Nieuwenhuis2023-07-181-6/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | stm32/eth: fix cfg(not(time))xoviat2023-07-171-6/+6