| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Align flash examples | Rasmus Melchior Jacobsen | 2023-04-05 | 1 | -1/+1 | |
| | | ||||||
| * | Add random example | miathedev | 2022-12-04 | 1 | -0/+33 | |
| | | ||||||
| * | Add uart async example | miathedev | 2022-11-01 | 1 | -0/+60 | |
| | | ||||||
| * | Remove flash lock/unlock public API from stm32 flash, and perform the ↵ | Mathias | 2022-09-30 | 1 | -1/+1 | |
| | | | | | unlocking and locking automatically on erase and write operations | |||||
| * | Remove default, reorder generic params | ivmarkov | 2022-09-25 | 1 | -1/+2 | |
| | | ||||||
| * | Update Rust nightly. | Dario Nieuwenhuis | 2022-09-22 | 2 | -2/+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 | 2 | -2/+2 | |
| | | | | | For the Seeed Studio Lora-E5 those pins conflict with the radio frontend control GPIOS (PA4 and PA5). | |||||
| * | sync: flatten module structure. | Dario Nieuwenhuis | 2022-08-22 | 1 | -1/+1 | |
| | | ||||||
| * | split `embassy-util` into `embassy-futures`, `embassy-sync`. | Dario Nieuwenhuis | 2022-08-22 | 1 | -1/+1 | |
| | | ||||||
| * | Split embassy-time from embassy-executor. | Dario Nieuwenhuis | 2022-08-18 | 5 | -6/+6 | |
| | | ||||||
| * | examples Remove the `fn config()` idiom. | Dario Nieuwenhuis | 2022-08-17 | 2 | -12/+6 | |
| | | | | | | 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 | 5 | -12/+16 | |
| | | ||||||
| * | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis | 2022-07-29 | 5 | -12/+12 | |
| | | ||||||
| * | Document configuration options and handle optional downlink | Ulf Lilleengen | 2022-07-04 | 1 | -3/+21 | |
| | | ||||||
| * | Run rustfmt. | Dario Nieuwenhuis | 2022-06-12 | 6 | -40/+19 | |
| | | ||||||
| * | Add embassy-cortex-m crate. | Dario Nieuwenhuis | 2022-06-12 | 1 | -1/+1 | |
| | | | | | | | - 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`. | |||||
| * | Add bootloader to CI | Ulf Lilleengen | 2022-04-27 | 1 | -1/+1 | |
| | | ||||||
| * | Add stm32 flash + bootloader support | Ulf Lilleengen | 2022-04-27 | 1 | -0/+43 | |
| | | | | | | | | | * Add flash drivers for L0, L1, L4, WB and WL. Not tested for WB, but should be similar to WL. * Add embassy-boot-stm32 for bootloading on STM32. * Add flash examples and bootloader examples * Update stm32-data | |||||
| * | 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 | 5 | -0/+289 | |
