| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add JetBrains editor artifacts to `.gitignore` | Curly | 2025-02-22 | 1 | -0/+1 |
| | | |||||
| * | STM32-TSC: enable discriminating between pins within same TSC group and ↵ | michel | 2024-11-29 | 1 | -0/+3 |
| | | | | | improve TSC library in general | ||||
| * | Currently the return value of `write` is broken, it never returns the | Hans Josephsen | 2024-09-22 | 1 | -0/+1 |
| | | | | | | | | | | | previous frame even when present. This happens because a slice of length 64 is always passed to Frame::new from within the `abort_pending_mailbox` function, causing `Frame::new` to return None. The fix is to take a subslice of length `data_length`. | ||||
| * | stm32: use stm32-metapac from crates.io, remove stm32-data submodule. | Dario Nieuwenhuis | 2023-03-20 | 1 | -4/+0 |
| | | |||||
| * | ci: add build with stable. | Dario Nieuwenhuis | 2022-02-12 | 1 | -0/+1 |
| | | |||||
| * | Enable running ci.sh locally multiple-times. | Matous Hybl | 2021-12-09 | 1 | -0/+4 |
| | | |||||
| * | Update lots of deps | Dario Nieuwenhuis | 2021-09-11 | 1 | -1/+2 |
| | | |||||
| * | stm32-metapac: ignore gen'd out dir | Dario Nieuwenhuis | 2021-08-19 | 1 | -0/+1 |
| | | |||||
| * | Merge remote-tracking branch 'embassy-net/main' | Dario Nieuwenhuis | 2021-05-28 | 1 | -1/+1 |
| |\ | |||||
| | * | :rainbow: | Dario Nieuwenhuis | 2021-02-03 | 1 | -0/+3 |
| | | |||||
| * | Remove workspace Cargo.toml, add template | Dario Nieuwenhuis | 2021-03-29 | 1 | -0/+1 |
| | | |||||
| * | Update embassy-std to new executor api | Dario Nieuwenhuis | 2021-02-03 | 1 | -1/+1 |
| | | |||||
| * | Add Executor with timer queue, Timer, Instant, Duration, Alarm. | Dario Nieuwenhuis | 2020-09-25 | 1 | -0/+1 |
| | | |||||
| * | First commit | Dario Nieuwenhuis | 2020-09-22 | 1 | -0/+2 |
