| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | stm32: update stm32-metapac. | Dario Nieuwenhuis | 2023-06-19 | 1 | -2/+2 |
| | | |||||
| * | examples: use nicer InterrupExt to set irq priority in multprio. | Dario Nieuwenhuis | 2023-06-09 | 1 | -9/+5 |
| | | |||||
| * | Fix some typos | Dirk Stolle | 2023-05-08 | 1 | -2/+2 |
| | | |||||
| * | Fix example reference voltage | Grant Miller | 2023-04-05 | 1 | -4/+3 |
| | | |||||
| * | Fix example | Grant Miller | 2023-04-05 | 1 | -3/+12 |
| | | |||||
| * | Update STM32F0 ADC example to use `read_internal` | Matthew W. Samsonoff | 2023-04-05 | 1 | -2/+5 |
| | | |||||
| * | Add ADC example for STM32F0 | Matthew W. Samsonoff | 2023-04-05 | 1 | -0/+24 |
| | | |||||
| * | executor: add Pender, rework Cargo features. | Dario Nieuwenhuis | 2023-04-03 | 1 | -1/+1 |
| | | | | | | | | | | This introduces a `Pender` struct with enum cases for thread-mode, interrupt-mode and custom callback executors. This avoids calls through function pointers when using only the thread or interrupt executors. Faster, and friendlier to `cargo-call-stack`. `embassy-executor` now has `arch-xxx` Cargo features to select the arch and to enable the builtin executors (thread and interrupt). | ||||
| * | cortex-m/executor: don't use the owned interrupts system. | Dario Nieuwenhuis | 2023-02-28 | 1 | -11/+21 |
| | | | | | Preparation for #1224. | ||||
| * | added watchdog example | @imrank03 | 2022-12-21 | 1 | -0/+25 |
| | | |||||
| * | added priority based example | @imrank03 | 2022-12-21 | 1 | -0/+139 |
| | | |||||
| * | added interrupt example | @imrank03 | 2022-12-21 | 1 | -0/+27 |
| | | |||||
| * | button controlled example | @imrank03 | 2022-12-21 | 1 | -0/+64 |
| | | |||||
| * | added blinky example for stm32f0 | @imrank03 | 2022-11-23 | 1 | -0/+28 |
| | | |||||
| * | Split embassy-time from embassy-executor. | Dario Nieuwenhuis | 2022-08-18 | 1 | -2/+2 |
| | | |||||
| * | Remove HAL initialization from #[embassy::main] macro. | Dario Nieuwenhuis | 2022-08-17 | 1 | -2/+2 |
| | | |||||
| * | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis | 2022-07-29 | 1 | -3/+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/+2 |
| | | |||||
| * | Remove trait_alias, allow(incomplete_features). | Dario Nieuwenhuis | 2021-09-03 | 1 | -1/+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 | -1/+1 |
| | | |||||
| * | Update nightly, remove removed features. | Dario Nieuwenhuis | 2021-08-04 | 1 | -2/+0 |
| | | |||||
| * | stm32f0: Enable debug access in low power modes | Timo Kröger | 2021-07-29 | 1 | -1/+1 |
| | | |||||
| * | stm32: Add F0 example | Thales Fragoso | 2021-07-15 | 1 | -0/+23 |
