aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Enable embedded-io on nightlyMathias2022-09-162-32/+14
* FormattingMathias2022-09-091-3/+1
* Add bufferedUart, including a split version for only Rx or TxMathias2022-09-092-61/+310
* Add BufferedUart implementation, and feature-guard time-driver initialization...Mathias2022-09-094-16/+401
* Merge pull request #945 from danbev/embassy-hal-common-typoDario Nieuwenhuis2022-09-081-1/+1
|\
| * Fix typo in peripheral.rsDaniel Bevenius2022-09-081-1/+1
* | Merge #941bors[bot]2022-09-081-1/+1
|\ \ | |/ |/|
| * Add critical-section/std to std featureDaniel Bevenius2022-09-081-1/+1
|/
* Merge #939bors[bot]2022-09-0438-135/+418
|\
| * time: add more tick rates, use 1mhz as default.Dario Nieuwenhuis2022-09-0238-135/+418
* | Merge #944bors[bot]2022-09-043-3/+3
|\ \
| * | usbd-hid: 0.5.2 -> 0.6.0Alex Martens2022-09-043-3/+3
|/ /
* | Merge #839bors[bot]2022-09-0411-255/+267
|\ \
| * | run `cargo fmt`Timo Kröger2022-09-031-4/+3
| * | lora: Fix for stm32l0 exampe to buildTimo Kröger2022-08-261-1/+1
| * | lora: Fix unused import warningTimo Kröger2022-08-261-1/+1
| * | Use released rust-lorawan with radio fixesUlf Lilleengen2022-08-263-3/+3
| * | Use LP as defaultUlf Lilleengen2022-08-261-2/+2
| * | Adjust timings after offset calculation fixUlf Lilleengen2022-08-261-2/+2
| * | Make settings configurableUlf Lilleengen2022-08-261-3/+7
| * | Add impl for offset radio interfaceUlf Lilleengen2022-08-261-2/+24
| * | Use `pub(crate)` visibility for internal SPITimo Kröger2022-08-261-1/+2
| * | lora: Improve TX/RX parametersTimo Kröger2022-08-261-42/+40
| * | stm32wl: Fix RCCTimo Kröger2022-08-261-57/+59
| * | lora: Make some options configurableTimo Kröger2022-08-262-39/+40
| * | lora: Use a trait for RF frontend switchingTimo Kröger2022-08-262-36/+34
| * | lora: Propagate "defmt" feature to lora cratesTimo Kröger2022-08-261-0/+1
| * | lora: Improve IRQ handlingTimo Kröger2022-08-262-75/+52
| * | stm32wl: Do not require external SPI pins for SUBGHZTimo Kröger2022-08-264-7/+16
* | | Merge #942bors[bot]2022-09-041-1/+1
|\ \ \
| * | | Update documentation linkDaniel Bevenius2022-09-031-1/+1
* | | | Merge #943bors[bot]2022-09-031-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Use embassy_executor::main in runtime.adocDaniel Bevenius2022-09-031-1/+1
|/ / /
* | | Merge #940bors[bot]2022-09-021-25/+23
|\ \ \
| * | | Fix a few clippy warningsUlf Lilleengen2022-09-021-25/+23
|/ / /
* | | Merge #935bors[bot]2022-09-0216-293/+431
|\ \ \ | |_|/ |/| |
| * | Remove generic const expressions from embassy-bootUlf Lilleengen2022-09-0216-293/+431
* | | Merge #933bors[bot]2022-09-017-58/+373
|\ \ \
| * | | Fix dmaHenrik Alsér2022-09-013-54/+14
| * | | Cleanup examplesHenrik Alsér2022-09-014-8/+8
| * | | Reorder argsHenrik Alsér2022-09-011-16/+16
| * | | rustfmtHenrik Alsér2022-09-011-1/+2
| * | | Remove cfg_ifHenrik Alsér2022-09-011-34/+29
| * | | Rearrange new:sHenrik Alsér2022-09-012-64/+128
| * | | Change DMA write/read to use raw pointersHenrik Alsér2022-09-013-18/+39
| * | | Add HIL testsHenrik Alsér2022-09-012-0/+56
| * | | Reorder argsHenrik Alsér2022-09-012-3/+3
| * | | transfer_in_placeHenrik Alsér2022-09-012-8/+9
| * | | Fix exampleHenrik Alsér2022-09-011-2/+3
| * | | impl embedded-hal-asyncHenrik Alsér2022-09-012-4/+56