aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Allows the schmitt, slew and drive strength to be set from Flex. Input and Output[OpenDrain] also expose the appropriate setters.
* 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
| | | lsi must be enabled otherwise a assertion fails
* 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
|\ | | | | | | adc/f3: add async conversion
| * 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 enums
| * 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.
| * 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
| | | | | | | | Update changelog in preparation for release
* | 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 example
| * | Fix timing on RP2040 pio_ws2812.rs exampleDave Andersen2023-08-271-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | The example spins too fast so it doesn't appear to change; it's delaying for microseconds instead of milliseconds. This commit slows it down and adds a comment noting the pin mapping for the Adafruit feather rp2040+RFM95 LoRA module, which has its Neopixel on pin 4 instead of 16.
* | | 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 example
| * | | stm32: fix adc f3 and examplexoviat2023-09-091-5/+18
| | | |
* | | | Merge pull request #1874 from JuliDi/eth-getstatus-asyncDario Nieuwenhuis2023-09-095-6/+18
|\ \ \ \ | |/ / / |/| | | | | | | embassy-net: add async wait_config_up
| * | | 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
|\ \ \ | | | | | | | | embassy-{net, sync, time}: Use fmt::unwrap
| * | | Fix bootloader application examplesDániel Buga2023-09-0210-8/+16
| | | |
* | | | Merge pull request #1831 from vDorst/adin1110-part2Dario Nieuwenhuis2023-09-022-8/+20
|\ \ \ \ | | | | | | | | | | embassy-net-adin1110 more improvements
| * \ \ \ Merge branch 'embassy-rs:main' into adin1110-part2René van Dorst2023-08-2838-48/+55
| |\ \ \ \
| * | | | | stm32l4: bump embassy-net-adin1110 to v0.2.0René van Dorst2023-08-281-2/+2
| | | | | |
| * | | | | stm32l4: Update adin1110 example add FCS optionRené van Dorst2023-08-281-6/+18
| | |/ / / | |/| | |
* | | | | rp: Fix write size in embassy-boot example appkalkyl2023-08-301-1/+1
| | | | |
* | | | | Merge pull request #1832 from embassy-rs/pipe-bufreadDario Nieuwenhuis2023-08-291-6/+4
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | sync/pipe: impl BufRead.
| * | | | sync/pipe: impl BufRead.Dario Nieuwenhuis2023-08-301-6/+4
| | |/ / | |/| |
* / | | Release embassy-time v0.1.3Jesse Braham2023-08-2834-38/+38
|/ / /
* | | rustfmtxoviat2023-08-271-4/+2
| | |
* | | Merge branch 'main' of https://github.com/aidant/embassy into rtcxoviat2023-08-271-5/+14
|\ \ \
| * | | fix hanging on rtc exampleaidant2023-08-271-5/+14
| |/ /
* | | stm32: fix l4 re-exportxoviat2023-08-272-2/+2
| | |
* | | stm32: fix wl re-exportxoviat2023-08-271-3/+3
|/ /
* | Merge pull request #1821 from embassy-rs/net-pppDario Nieuwenhuis2023-08-252-1/+221
|\ \ | | | | | | | | | Add embassy-net-ppp driver.