| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add lora-phy examples. | ceekdee | 2023-04-23 | 1 | -104/+0 |
| | | |||||
| * | Update to rust-lorawan with afit support | Ulf Lilleengen | 2023-04-15 | 1 | -1/+1 |
| | | |||||
| * | Update Rust nightly. | Dario Nieuwenhuis | 2022-09-22 | 1 | -1/+0 |
| | | | | | Removes feature(generic_associated_types) | ||||
| * | Use LP as default | Ulf Lilleengen | 2022-08-26 | 1 | -2/+2 |
| | | |||||
| * | lora: Make some options configurable | Timo Kröger | 2022-08-26 | 1 | -1/+3 |
| | | | | | | | Call `config()` only once at construction not with every RX and TX operation. The Lora-E5 only supports HP mode, use that instead. The nucleo board supports both HP and LP and should continue to work. | ||||
| * | lora: Use a trait for RF frontend switching | Timo Kröger | 2022-08-26 | 1 | -1/+27 |
| | | | | | | | The Seeed Studio Lora-E5 module only has two control pins. With the `RadioSwitch` trait the user can implement any method required by the module/board to control the TX/RX direction of the radio frontend. | ||||
| * | lora: Improve IRQ handling | Timo Kröger | 2022-08-26 | 1 | -3/+2 |
| | | | | | | | | * Interrupt handler only triggers a waker: Do the actual interrupt processing which involves SUBGHZ SPI coms in the task. * Do not require a static state for the constructor. * Remove unsafe from construcor. | ||||
| * | stm32wl: Do not require external SPI pins for SUBGHZ | Timo Kröger | 2022-08-26 | 1 | -1/+1 |
| | | | | | For the Seeed Studio Lora-E5 those pins conflict with the radio frontend control GPIOS (PA4 and PA5). | ||||
| * | Split embassy-time from embassy-executor. | Dario Nieuwenhuis | 2022-08-18 | 1 | -1/+1 |
| | | |||||
| * | examples Remove the `fn config()` idiom. | Dario Nieuwenhuis | 2022-08-17 | 1 | -6/+3 |
| | | | | | | It was only useful for doing #[embassy_executor::main(config = "config()")]`. Now that it's gone, it makes more sense to build the config in main directly. | ||||
| * | Remove HAL initialization from #[embassy::main] macro. | Dario Nieuwenhuis | 2022-08-17 | 1 | -3/+5 |
| | | |||||
| * | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis | 2022-07-29 | 1 | -2/+2 |
| | | |||||
| * | Document configuration options and handle optional downlink | Ulf Lilleengen | 2022-07-04 | 1 | -3/+21 |
| | | |||||
| * | Run rustfmt. | Dario Nieuwenhuis | 2022-06-12 | 1 | -14/+9 |
| | | |||||
| * | Update to released lorawan crates | Ulf Lilleengen | 2022-04-26 | 1 | -1/+1 |
| | | |||||
| * | Update to latest rust-lorawan version | Ulf Lilleengen | 2022-04-08 | 1 | -8/+2 |
| | | |||||
| * | Add missing stm32wl/stm32wb chips except stm32wle | Dario Nieuwenhuis | 2022-04-08 | 1 | -0/+72 |
