summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2022-10-12Merge #984 #1006bors[bot]
2022-10-10Change rak4631 feature to sx126x, removing use in board-specific processing; ...ceekdee
2022-10-10Merge branch 'embassy-rs:master' into masterChuck Davis
2022-10-10Merge #1004bors[bot]
2022-10-09Removes some of the code duplication for UarteWithIdlehuntc
2022-10-08Merge branch 'embassy-rs:master' into masterChuck Davis
2022-10-08Improve generics and consolidate antenna handlingceekdee
2022-10-07Fix adc_v4 compilationchemicstry
2022-10-07Fix internal channel reading on adc_v2chemicstry
2022-10-07all Cargo.toml: Add license to all crate Cargo.toml fileschrysn
2022-10-01embassy-rp i2c: async (non-blocking) exampleJeremy Fitzhardinge
2022-10-01embassy-rp: async i2c implementationJeremy Fitzhardinge
2022-10-01update embedded-hal apiJeremy Fitzhardinge
2022-10-01rename to i2c_blockingJeremy Fitzhardinge
2022-10-01rp i2c: blocking exampleJeremy Fitzhardinge
2022-09-30Remove flash lock/unlock public API from stm32 flash, and perform the unlocki...Mathias
2022-09-29Update embedded-hal versions and explicitly pinUlf Lilleengen
2022-09-28Update some outstanding questionsceekdee
2022-09-27Initial add for sx126xceekdee
2022-09-26Use firmware writer in stm32{f7, h7} example appUlf Lilleengen
2022-09-26usb: move classes into the `embassy-usb` crate.Dario Nieuwenhuis
2022-09-25Remove default, reorder generic paramsivmarkov
2022-09-24Parameterize Signal with RawMutexivmarkov
2022-09-22Replace futures::future::join -> embassy_futures::join::join.Dario Nieuwenhuis
2022-09-22Replace futures::future::poll_fn -> core::future::poll_fn.Dario Nieuwenhuis
2022-09-22Update Rust nightly.Dario Nieuwenhuis
2022-09-20Remove BootFlash borrowUlf Lilleengen
2022-09-16Feature-gate time-driver in embassy-rpMathias
2022-09-04Merge #939bors[bot]
2022-09-04usbd-hid: 0.5.2 -> 0.6.0Alex Martens
2022-09-04Merge #839bors[bot]
2022-09-02Merge #935bors[bot]
2022-09-02Remove generic const expressions from embassy-bootUlf Lilleengen
2022-09-02time: add more tick rates, use 1mhz as default.Dario Nieuwenhuis
2022-09-01Cleanup examplesHenrik Alsér
2022-09-01Reorder argsHenrik Alsér
2022-09-01transfer_in_placeHenrik Alsér
2022-09-01Fix exampleHenrik Alsér
2022-09-01impl embedded-hal-asyncHenrik Alsér
2022-09-01exampleHenrik Alsér
2022-08-30net: feature-gate nightly-only async traits to allow building on stable.Dario Nieuwenhuis
2022-08-30Merge pull request #927 from embassy-rs/rp-usbDario Nieuwenhuis
2022-08-29futures: move select* and join* to separate modules.Dario Nieuwenhuis
2022-08-26lora: Fix for stm32l0 exampe to buildTimo Kröger
2022-08-26Use released rust-lorawan with radio fixesUlf Lilleengen
2022-08-26Use LP as defaultUlf Lilleengen
2022-08-26lora: Make some options configurableTimo Kröger
2022-08-26lora: Use a trait for RF frontend switchingTimo Kröger
2022-08-26lora: Improve IRQ handlingTimo Kröger
2022-08-26stm32wl: Do not require external SPI pins for SUBGHZTimo Kröger