| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update to embedded-io 0.5 (#1752) | Dario Nieuwenhuis | 2023-08-07 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #1606 from JcBernack/rng-update | Dario Nieuwenhuis | 2023-07-30 | 1 | -2/+6 |
| |\ | | | | | | | STM32: RNG update | ||||
| | * | stm32/rng: use bind_interrupts!. | Dario Nieuwenhuis | 2023-07-31 | 1 | -2/+6 |
| | | | |||||
| * | | Set frequency in stm32 SPI examples | bofh | 2023-07-31 | 1 | -1/+5 |
| | | | |||||
| * | | Fix format in stm32 SPI examples | bofh | 2023-07-30 | 4 | -36/+4 |
| | | | |||||
| * | | Fix more stm32 SPI examples | bofh | 2023-07-30 | 4 | -8/+16 |
| | | | |||||
| * | | Fix formatting | bofh | 2023-07-30 | 1 | -9/+1 |
| | | | |||||
| * | | Fix stm32 SPI examples | bofh | 2023-07-30 | 1 | -2/+0 |
| |/ | |||||
| * | Fix examples | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -5/+5 |
| | | |||||
| * | Let Flash<Async/Blocking> be a thing | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -1/+1 |
| | | |||||
| * | Align with new bind_interrupt | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -2/+2 |
| | | |||||
| * | Align examples | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -6/+6 |
| | | |||||
| * | Align examples | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -3/+2 |
| | | |||||
| * | stm32: move to bind_interrupts | xoviat | 2023-05-24 | 2 | -6/+12 |
| | | | | | disable lora functionality for now | ||||
| * | Add lora-phy examples. | ceekdee | 2023-04-23 | 5 | -76/+312 |
| | | |||||
| * | Add external LoRa physical layer functionality. | ceekdee | 2023-04-21 | 1 | -0/+120 |
| | | |||||
| * | Update to rust-lorawan with afit support | Ulf Lilleengen | 2023-04-15 | 1 | -1/+1 |
| | | |||||
| * | Align flash examples | Rasmus Melchior Jacobsen | 2023-04-05 | 1 | -1/+1 |
| | | |||||
| * | Fix interrupt handling so it is similar to before the rework, and fix examples | Mathias | 2023-03-31 | 1 | -14/+2 |
| | | |||||
| * | stm32: Add support for read_until_idle on UART | Guillaume MICHEL | 2022-10-26 | 2 | -6/+10 |
| | | |||||
| * | 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 | ||||
| * | Update Rust nightly. | Dario Nieuwenhuis | 2022-09-22 | 1 | -1/+0 |
| | | | | | Removes feature(generic_associated_types) | ||||
| * | lora: Fix for stm32l0 exampe to build | Timo Kröger | 2022-08-26 | 1 | -1/+1 |
| | | |||||
| * | Remove Forever, switch to static_cell. | Dario Nieuwenhuis | 2022-08-22 | 1 | -3/+3 |
| | | |||||
| * | Split embassy-time from embassy-executor. | Dario Nieuwenhuis | 2022-08-18 | 9 | -12/+12 |
| | | |||||
| * | examples Remove the `fn config()` idiom. | Dario Nieuwenhuis | 2022-08-17 | 2 | -13/+8 |
| | | | | | | 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 | 8 | -18/+21 |
| | | |||||
| * | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis | 2022-07-29 | 9 | -21/+21 |
| | | |||||
| * | embassy-stm32: Simplify time | Grant Miller | 2022-07-10 | 1 | -2/+2 |
| | | | | | | | | | | | - Remove unused `MilliSeconds`, `MicroSeconds`, and `NanoSeconds` types - Remove `Bps`, `KiloHertz`, and `MegaHertz` types that were only used for converting to `Hertz` - Replace all instances of `impl Into<Hertz>` with `Hertz` - Add `hz`, `khz`, and `mhz` methods to `Hertz`, as well as free function shortcuts - Remove `U32Ext` extension trait | ||||
| * | Run rustfmt. | Dario Nieuwenhuis | 2022-06-12 | 9 | -58/+24 |
| | | |||||
| * | Replace embassy::io with embedded_io. | Dario Nieuwenhuis | 2022-05-07 | 1 | -4/+7 |
| | | |||||
| * | 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 |
| | | |||||
| * | Use embassy/defmt-timestamp-uptime in all examples. | Dario Nieuwenhuis | 2022-04-02 | 9 | -40/+23 |
| | | |||||
| * | stm32: add rust stable support | Dario Nieuwenhuis | 2022-02-12 | 1 | -0/+54 |
| | | |||||
| * | stm32/spi: expose all functionality as inherent methods. | Dario Nieuwenhuis | 2022-01-19 | 1 | -2/+1 |
| | | |||||
| * | stm32/usart: expose all functionality as inherent methods. | Dario Nieuwenhuis | 2022-01-19 | 1 | -1/+0 |
| | | |||||
| * | stm32/exti: expose all functionality as inherent methods. | Dario Nieuwenhuis | 2022-01-19 | 1 | -1/+0 |
| | | |||||
| * | stm32/gpio: expose all functionality as inherent methods. | Dario Nieuwenhuis | 2022-01-19 | 3 | -12/+9 |
| | | |||||
| * | stm32/rcc: remove Rcc struct, RccExt trait. | Dario Nieuwenhuis | 2022-01-05 | 2 | -16/+10 |
| | | | | | All the RCC configuration is executed in init(). | ||||
| * | stm32/rcc: remove builders on Config. | Dario Nieuwenhuis | 2022-01-04 | 1 | -1/+1 |
| | | | | | | This makes API consistent with other Config structs in Embassy, where the convention is to not use builders. | ||||
| * | Refactor sx127x radio to use async SPI with DMA | Ulf Lilleengen | 2021-12-03 | 1 | -12/+5 |
| | | |||||
| * | Fix interrupt_take macro by specifying path to panic macro. | Matous Hybl | 2021-11-23 | 1 | -1/+0 |
| | | |||||
| * | Add embassy-lora crate | Ulf Lilleengen | 2021-09-30 | 1 | -0/+104 |
| | | | | | | | | | | | | | | | 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. | ||||
| * | Remove trait_alias, allow(incomplete_features). | Dario Nieuwenhuis | 2021-09-03 | 6 | -12/+0 |
| | | | | | trait_alias seems unused. no idea why it's there. | ||||
| * | stm32: move dbgmcu stuff to toplevel config setting, defaulting to true. | Dario Nieuwenhuis | 2021-08-19 | 6 | -35/+15 |
| | | |||||
| * | Add IRQ-driven buffered USART implementation for STM32 v2 usart (#356) | Ulf Lilleengen | 2021-08-16 | 1 | -0/+51 |
| | | | | | | | | | | | * Add IRQ-driven buffered USART implementation for STM32 v2 usart * Implementation based on nRF UARTE, but simplified to not use DMA to avoid complex interaction between DMA and USART. * Implementation of AsyncBufRead and AsyncWrite traits * Some unit tests to ring buffer * Update polyfill version * Update sub module to get usart IRQ fix | ||||
| * | examples: Consistently use unwrap! in favor of .unwrap() | Ben Gamari | 2021-08-05 | 2 | -7/+7 |
| | | | | | | Unfortunately errors from `embedded_graphics` and `core` doesn't provide the necessary instances currently. | ||||
