aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* add JetBrains editor artifacts to `.gitignore`Curly2025-02-221-0/+1
|
* STM32-TSC: enable discriminating between pins within same TSC group and ↵michel2024-11-291-0/+3
| | | | improve TSC library in general
* Currently the return value of `write` is broken, it never returns theHans Josephsen2024-09-221-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 Nieuwenhuis2023-03-201-4/+0
|
* ci: add build with stable.Dario Nieuwenhuis2022-02-121-0/+1
|
* Enable running ci.sh locally multiple-times.Matous Hybl2021-12-091-0/+4
|
* Update lots of depsDario Nieuwenhuis2021-09-111-1/+2
|
* stm32-metapac: ignore gen'd out dirDario Nieuwenhuis2021-08-191-0/+1
|
* Merge remote-tracking branch 'embassy-net/main'Dario Nieuwenhuis2021-05-281-1/+1
|\
| * :rainbow:Dario Nieuwenhuis2021-02-031-0/+3
|
* Remove workspace Cargo.toml, add templateDario Nieuwenhuis2021-03-291-0/+1
|
* Update embassy-std to new executor apiDario Nieuwenhuis2021-02-031-1/+1
|
* Add Executor with timer queue, Timer, Instant, Duration, Alarm.Dario Nieuwenhuis2020-09-251-0/+1
|
* First commitDario Nieuwenhuis2020-09-221-0/+2