| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add embassy-cortex-m crate. | Dario Nieuwenhuis | 2022-06-12 | 1 | -2/+2 | |
| | | | | | | | - Move Interrupt and InterruptExecutor from `embassy` to `embassy-cortex-m`. - Move Unborrow from `embassy` to `embassy-hal-common` (nothing in `embassy` requires it anymore) - Move PeripheralMutex from `embassy-hal-common` to `embassy-cortex-m`. | |||||
| * | Update rust nightly, embedded-hal 1.0, embedded-hal-async. | Dario Nieuwenhuis | 2022-03-11 | 3 | -13/+11 | |
| | | ||||||
| * | Support unstable-trait feature for stm32 | Ulf Lilleengen | 2022-01-26 | 2 | -16/+17 | |
| | | ||||||
| * | stm32/gpio: expose all functionality as inherent methods. | Dario Nieuwenhuis | 2022-01-19 | 1 | -10/+9 | |
| | | ||||||
| * | Remove unneeded rustfmt::skip | Ulf Lilleengen | 2021-12-16 | 1 | -4/+18 | |
| | | ||||||
| * | Flush MISO before transfer operation | Ulf Lilleengen | 2021-12-03 | 1 | -2/+1 | |
| | | ||||||
| * | Refactor sx127x radio to use async SPI with DMA | Ulf Lilleengen | 2021-12-03 | 2 | -213/+246 | |
| | | ||||||
| * | Add embassy-lora crate | Ulf Lilleengen | 2021-09-30 | 6 | -0/+1517 | |
| This crate contains async radio drivers for various lora drivers that work with embassy timers. The code is imported from Drogue Device ( https://github.com/drogue-iot/drogue-device) The radio drivers integrate with the async LoRaWAN MAC layer in the lorawan-device crate. Also added is an example for the STM32WL55 and for STM32L0 (requires the LoRa Discovery board) for LoRaWAN. Future work is to make the underlying radio drivers using fully async SPI when communicating with the peripheral. | ||||||
