| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | stm32/usart: remove DMA generic params. | Dario Nieuwenhuis | 2024-04-16 | 1 | -2/+1 |
| | | |||||
| * | ci: use beta, add secondary nightly ci. | Dario Nieuwenhuis | 2023-12-21 | 1 | -1/+0 |
| | | |||||
| * | stm32/usart: return error instead of panicking on bad baudrate. | Dario Nieuwenhuis | 2023-09-26 | 1 | -1/+1 |
| | | |||||
| * | stm32: move to bind_interrupts | xoviat | 2023-05-24 | 1 | -3/+6 |
| | | | | | disable lora functionality for now | ||||
| * | stm32: Add support for read_until_idle on UART | Guillaume MICHEL | 2022-10-26 | 1 | -1/+3 |
| | | |||||
| * | Run rustfmt. | Dario Nieuwenhuis | 2022-06-12 | 1 | -3/+1 |
| | | |||||
| * | Use embassy/defmt-timestamp-uptime in all examples. | Dario Nieuwenhuis | 2022-04-02 | 1 | -3/+3 |
| | | |||||
| * | stm32/usart: expose all functionality as inherent methods. | Dario Nieuwenhuis | 2022-01-19 | 1 | -4/+3 |
| | | |||||
| * | Remove trait_alias, allow(incomplete_features). | Dario Nieuwenhuis | 2021-09-03 | 1 | -2/+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 | 1 | -5/+0 |
| | | |||||
| * | examples: Consistently use unwrap! in favor of .unwrap() | Ben Gamari | 2021-08-05 | 1 | -3/+3 |
| | | | | | | Unfortunately errors from `embedded_graphics` and `core` doesn't provide the necessary instances currently. | ||||
| * | Update nightly, remove removed features. | Dario Nieuwenhuis | 2021-08-04 | 1 | -2/+0 |
| | | |||||
| * | Rename bread -> read_blocking | Ulf Lilleengen | 2021-08-04 | 1 | -1/+1 |
| | | |||||
| * | Add uart::Read DMA-based implementation | Ulf Lilleengen | 2021-08-03 | 1 | -1/+1 |
| | | | | | * Rename existing read() to bread() (blocking) | ||||
| * | stm32l4: Cleanup examples | Timo Kröger | 2021-07-29 | 1 | -11/+8 |
| | | | | | | * Use `cortex_m_rt::entry` for sync examples * Use `Dbgmcu::enable_all()` everywhere | ||||
| * | stm32/examples: cleanup L4 | Dario Nieuwenhuis | 2021-07-24 | 1 | -47/+14 |
| | | |||||
| * | Enable SYSCFG clock in `exti::init()` | Timo Kröger | 2021-07-24 | 1 | -4/+0 |
| | | |||||
| * | stm32: No need to enable GPIO clocks manually | Timo Kröger | 2021-07-23 | 1 | -9/+0 |
| | | |||||
| * | stm32/dma: impl all variants | Dario Nieuwenhuis | 2021-07-16 | 1 | -1/+1 |
| | | |||||
| * | stm32l4/examples: remove old-pac uses. | Dario Nieuwenhuis | 2021-07-15 | 1 | -38/+32 |
| | | |||||
| * | Fix more warnings and examples. | Bob McWhirter | 2021-07-14 | 1 | -1/+2 |
| | | |||||
| * | Checkpoint DMAMUX channel setup. | Bob McWhirter | 2021-07-13 | 1 | -4/+0 |
| | | |||||
| * | Stub in the DMA bits that aren't yet there. | Bob McWhirter | 2021-07-01 | 1 | -1/+9 |
| | | |||||
| * | Add L4+ example for USART. | Bob McWhirter | 2021-07-01 | 1 | -0/+89 |
