aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* stm32: add timeout to I2C driverAndres Oliva2023-10-103-18/+6
* Patch tests & examplesGabriel Górski2023-10-095-10/+5
* stm32/rcc: use PLL enums from PAC.Dario Nieuwenhuis2023-10-0928-104/+108
* Merge pull request #2018 from jamesmunns/add-derivesDario Nieuwenhuis2023-10-072-2/+2
|\
| * Add some uncontroversial derives to Error typesJames Munns2023-10-062-2/+2
* | Merge pull request #2015 from willglynn/stm32u5_faster_clocksDario Nieuwenhuis2023-10-061-1/+6
|\ \
| * | stm32: u5: implement >55 MHz clock speedsWill Glynn2023-10-051-1/+6
| |/
* | stm32: implement MCO for all chips.Dario Nieuwenhuis2023-10-074-9/+9
* | h7: implement RTC and LSE clock configurationMatt Ickstadt2023-10-062-1/+41
|/
* stm32: update metapac and fix opamp chxoviat2023-10-041-2/+2
* update embedded-io, embedded-nal-async.Dario Nieuwenhuis2023-10-0411-18/+18
* stm32: add opamp mod and update pacxoviat2023-10-031-0/+59
* Add wait for DHCP in rp wifi_tcp_serverKingCol132023-10-021-1/+8
* Update firmware size in rp wifi examplesKingCol132023-10-024-4/+4
* Remove impl_trait_projections.Dario Nieuwenhuis2023-10-021-1/+1
* feat: allow schmitt, slew, and drive strength be set from Flex, Input, OutputJonathan Dickinson2023-10-011-0/+3
* bump wasm-pack versionbrian horakh2023-09-301-1/+1
* typobrian horakh2023-09-301-1/+1
* stm32/rtc: enable lse in examples.Dario Nieuwenhuis2023-09-302-0/+3
* stm32/adc: cleanup f1, f3, v1, and v2xoviat2023-09-274-7/+13
* stm32/usart: return error instead of panicking on bad baudrate.Dario Nieuwenhuis2023-09-2616-21/+19
* Update rust-lorawan crate versions.ceekdee2023-09-254-24/+8
* Update for rust-lorawan and lora-phy version 2.ceekdee2023-09-2420-103/+54
* stm32: fix rtc exampleluveti2023-09-241-0/+1
* stm32/rcc: unify h5 and h7.Dario Nieuwenhuis2023-09-2119-74/+310
* stm32/adc: make v1 async and leave enxoviat2023-09-201-3/+9
* Merge pull request #1919 from xoviat/adcxoviat2023-09-181-9/+14
|\
| * stm32/adc: add async conversionxoviat2023-09-181-9/+14
* | stm32: use PAC enums for VOS.Dario Nieuwenhuis2023-09-182-2/+2
|/
* Merge pull request #1915 from xoviat/rccxoviat2023-09-163-10/+10
|\
| * stm32/rcc: convert bus prescalers to pac enumsxoviat2023-09-163-10/+10
* | Merge pull request #1916 from wkf/mainxoviat2023-09-164-8/+8
|\ \ | |/ |/|
| * Update stm32wb examples to use ble/mac firmware.Will Farrell2023-09-164-8/+8
* | stm32: add stm32wba support.Dario Nieuwenhuis2023-09-165-0/+98
* | feat: bump embassy-sync version to 0.3.0Ulf Lilleengen2023-09-1435-35/+35
* | stm32: bump fmc versionTobias Breitwieser2023-09-142-2/+2
* | Merge pull request #1834 from dave-andersen/mainDario Nieuwenhuis2023-09-101-3/+4
|\ \
| * | Fix timing on RP2040 pio_ws2812.rs exampleDave Andersen2023-08-271-3/+4
* | | Add example, fix small bug in respond_and_fillCaleb Jamison2023-09-101-0/+118
* | | stm32/f3: add high res for hrtim and misc.xoviat2023-09-102-6/+12
* | | Merge pull request #1878 from xoviat/adcxoviat2023-09-101-5/+18
|\ \ \
| * | | stm32: fix adc f3 and examplexoviat2023-09-091-5/+18
* | | | Merge pull request #1874 from JuliDi/eth-getstatus-asyncDario Nieuwenhuis2023-09-095-6/+18
|\ \ \ \ | |/ / / |/| | |
| * | | add wait_config_up to examplesJuliDi2023-09-085-6/+18
* | | | rcc: more cleanupxoviat2023-09-083-3/+2
|/ / /
* | | Merge branch 'main' of https://github.com/embassy-rs/embassy into adc-g4xoviat2023-09-051-0/+34
|\ \ \
| * | | stm32: add initial adc f3 implxoviat2023-09-051-0/+34
* | | | initial support for STM32G4 ADCDaehyeok Mun2023-09-042-0/+43
|/ / /
* | | Merge pull request #1854 from bugadani/strDario Nieuwenhuis2023-09-0310-8/+16
|\ \ \
| * | | Fix bootloader application examplesDániel Buga2023-09-0210-8/+16