| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | Hide Pender | Dániel Buga | 2023-08-14 | 1 | -2/+2 | |
| | | * | | | Fix fn name | Dániel Buga | 2023-08-14 | 3 | -5/+5 | |
| | | * | | | Remove interrupt executor, remove PenderContext | Dániel Buga | 2023-08-14 | 8 | -164/+19 | |
| | | * | | | Make PenderContext actually pointer-size | Dániel Buga | 2023-08-14 | 1 | -1/+1 | |
| | | * | | | Remove the non-specific thread-mode executor | Dániel Buga | 2023-08-14 | 7 | -268/+361 | |
| | | * | | | Make PenderContext opaque | Dániel Buga | 2023-08-14 | 6 | -8/+29 | |
| | | * | | | Remove the Pender enum | Dániel Buga | 2023-08-14 | 8 | -101/+98 | |
| | | * | | | Remove pender-callback | Dániel Buga | 2023-08-14 | 2 | -24/+2 | |
| | | * | | | Remove thread-context feature | Dániel Buga | 2023-08-14 | 8 | -34/+5 | |
| | | * | | | Tweak identifiers and comments | Dániel Buga | 2023-08-12 | 6 | -47/+50 | |
| | | * | | | Lift thread-context feature restrictions | Dániel Buga | 2023-08-12 | 2 | -12/+17 | |
| | | * | | | Remove unnecessary !Send markers | Dániel Buga | 2023-08-12 | 4 | -21/+5 | |
| | | * | | | Remove Pender wrapper | Dániel Buga | 2023-08-12 | 4 | -29/+27 | |
| | | * | | | POC: allow custom executors | Dániel Buga | 2023-08-12 | 10 | -378/+438 | |
| | |/ / / | ||||||
| | * | | | Merge pull request #1773 from embassy-rs/boot-improvs | Ulf Lilleengen | 2023-08-11 | 6 | -80/+35 | |
| | |\ \ \ | | |/ / | |/| | | ||||||
| | | * | | boot: release flash after prepare and refactor api | Ulf Lilleengen | 2023-08-11 | 6 | -80/+35 | |
| | |/ / | ||||||
| | * | | Merge pull request #1769 from embassy-rs/spim-disable-irq-on-drop | Dario Nieuwenhuis | 2023-08-10 | 1 | -0/+3 | |
| | |\ \ | ||||||
| | | * | | fix: ensure spi irq is disabled when dropped | Ulf Lilleengen | 2023-08-10 | 1 | -0/+3 | |
| | * | | | Merge pull request #1770 from bugadani/exec | Dario Nieuwenhuis | 2023-08-10 | 2 | -1/+8 | |
| | |\ \ \ | ||||||
| | | * | | | Bump version | Dániel Buga | 2023-08-10 | 2 | -2/+2 | |
| | | * | | | Executor: Add changelog | Dániel Buga | 2023-08-10 | 1 | -0/+7 | |
| | |/ / / | ||||||
| | * | | | Merge pull request #1762 from dreilly1982/adc-f3-build-rs-updates | Dario Nieuwenhuis | 2023-08-10 | 3 | -3/+8 | |
| | |\ \ \ | ||||||
| | | * | | | added exclusion for adc v4 as well | Don Reilly | 2023-08-10 | 2 | -0/+2 | |
| | | * | | | update metapac tag | Don Reilly | 2023-08-10 | 1 | -2/+2 | |
| | | * | | | don't generate adc peripheral for f3 series | Don Reilly | 2023-08-08 | 1 | -1/+4 | |
| | * | | | | Merge pull request #1743 from xoviat/dma-2 | Dario Nieuwenhuis | 2023-08-10 | 3 | -131/+120 | |
| | |\ \ \ \ | ||||||
| | | * | | | | stm32/dma: minor cleanup, optmization | xoviat | 2023-08-04 | 2 | -6/+6 | |
| | | * | | | | stm32/dma: consolidate ringbuf | xoviat | 2023-08-03 | 3 | -125/+114 | |
| | * | | | | | Merge pull request #1748 from lorislibralato/main | Dario Nieuwenhuis | 2023-08-10 | 1 | -1/+26 | |
| | |\ \ \ \ \ | ||||||
| | | * \ \ \ \ | Merge branch 'embassy-rs:main' into main | loris libralato | 2023-08-05 | 4 | -4/+136 | |
| | | |\ \ \ \ \ | ||||||
| | | * \ \ \ \ \ | Merge branch 'main' of github.com:lorislibralato/embassy | loris | 2023-08-05 | 15 | -105/+339 | |
| | | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | | add wake_task_no_pend for expired timer enqueue inside run_queue | loris | 2023-08-05 | 1 | -1/+26 | |
| | * | | | | | | | | Merge pull request #1768 from smartelfi/main | Dario Nieuwenhuis | 2023-08-10 | 1 | -3/+8 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | fix rng ced toggling sequence on reset. | Lucas Granberg | 2023-08-10 | 1 | -3/+8 | |
| | |/ / / / / / / / | ||||||
| * | | | | | | | / | rtc: make fns private | xoviat | 2023-08-22 | 1 | -2/+2 | |
| | |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
| * | | | | | | | | rtc: fix rtcinstant delay computation | xoviat | 2023-08-21 | 1 | -3/+4 | |
| * | | | | | | | | stm32/rcc: add rtc to f410 | xoviat | 2023-08-21 | 1 | -1/+1 | |
| * | | | | | | | | stm32/rtc: misc fixes | xoviat | 2023-08-21 | 1 | -2/+11 | |
| * | | | | | | | | stm32/rcc: set rtc clock on f4 | xoviat | 2023-08-21 | 2 | -1/+8 | |
| * | | | | | | | | rtc: impl. draft rtcinstant api | xoviat | 2023-08-21 | 1 | -26/+97 | |
| * | | | | | | | | rustfmt | xoviat | 2023-08-10 | 1 | -0/+1 | |
| * | | | | | | | | stm32/rtc: implement stop_wakeup_alarm | xoviat | 2023-08-10 | 1 | -7/+11 | |
| * | | | | | | | | stm32/rtc: autocompute wakeup psc. | xoviat | 2023-08-10 | 1 | -16/+80 | |
| * | | | | | | | | stm32/rtc: add start/stop wakeup | xoviat | 2023-08-09 | 1 | -0/+67 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #1765 from embassy-rs/fmt-not-pub | Dario Nieuwenhuis | 2023-08-09 | 2 | -2/+2 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | fmt mod must not be public. | Dario Nieuwenhuis | 2023-08-09 | 2 | -2/+2 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #1753 from xoviat/rtc-wb | xoviat | 2023-08-09 | 10 | -97/+155 | |
| |\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | ||||||
| | * | | | | | | tests/stm32: fix rtc test | xoviat | 2023-08-08 | 2 | -10/+20 | |
| | * | | | | | | stm32/l4: set rtc clock source in rcc | xoviat | 2023-08-08 | 2 | -4/+6 | |
| | * | | | | | | stm32/rtc: remove generics and segregate clock sel | xoviat | 2023-08-08 | 5 | -84/+90 | |
