| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | stm32/rtc: fix exampel | xoviat | 2023-08-06 | 1 | -1/+1 | |
| | | ||||||
| * | Merge pull request #1606 from JcBernack/rng-update | Dario Nieuwenhuis | 2023-07-30 | 1 | -2/+6 | |
| |\ | | | | | | | STM32: RNG update | |||||
| | * | stm32/rng: use bind_interrupts!. | Dario Nieuwenhuis | 2023-07-31 | 1 | -2/+6 | |
| | | | ||||||
| * | | Set frequency in stm32 SPI examples | bofh | 2023-07-31 | 3 | -11/+15 | |
| | | | ||||||
| * | | Fix formatting | bofh | 2023-07-30 | 1 | -9/+1 | |
| | | | ||||||
| * | | Fix stm32 SPI examples | bofh | 2023-07-30 | 3 | -15/+1 | |
| |/ | ||||||
| * | remove memory.x files for other stm32 examples | JuliDi | 2023-07-28 | 3 | -38/+1 | |
| | | ||||||
| * | Added debug=2 in release profile to all examples. | Piotr Esden-Tempski | 2023-07-26 | 1 | -0/+3 | |
| | | | | | | | | This makes rtt output work right when using `cargo run` in release mode. Debug was already enabled for release builds in some of the examples but not all. | |||||
| * | Merge pull request #1676 from adamgreig/fix-dac-example | Dario Nieuwenhuis | 2023-07-24 | 1 | -1/+1 | |
| |\ | | | | | | | stm32: Fix DAC examples | |||||
| | * | stm32: fix DAC examples | Adam Greig | 2023-07-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | The DAC driver defaults to enabling the channel trigger, but leaves it at the default value of TIM6 TRGO, then performs a software trigger after writing the new output value. We could change the trigger selection to software trigger, but for this example it's simpler to just disable the trigger. | |||||
| * | | Add notes about setting chip name correctly for examples. | Adam Greig | 2023-07-22 | 1 | -1/+2 | |
| |/ | ||||||
| * | Release embassy-time v0.1.2 | Dario Nieuwenhuis | 2023-07-06 | 1 | -1/+1 | |
| | | ||||||
| * | Merge branch 'main' of https://github.com/embassy-rs/embassy into ↵ | Mathias | 2023-07-05 | 1 | -2/+3 | |
| |\ | | | | | | | embassy-stm32/rcc-rtc-l4 | |||||
| | * | update embedded-hal crates. | Dario Nieuwenhuis | 2023-07-04 | 1 | -2/+2 | |
| | | | ||||||
| * | | Merge branch 'main' of https://github.com/embassy-rs/embassy into ↵ | Mathias | 2023-07-03 | 7 | -27/+156 | |
| |\| | | | | | | | embassy-stm32/rcc-rtc-l4 | |||||
| | * | Merge pull request #1565 from JuliDi/main | Dario Nieuwenhuis | 2023-06-29 | 2 | -11/+143 | |
| | |\ | | | | | | | | | | Implement DMA for DAC on STM32 | |||||
| | | * | remove need for StaticCell in dac_dma example for stm32l4 | JuliDi | 2023-06-28 | 2 | -23/+8 | |
| | | | | ||||||
| | | * | revert to STM32L4S5VI | JuliDi | 2023-06-28 | 2 | -6/+5 | |
| | | | | ||||||
| | | * | attempt at fixing ci | JuliDi | 2023-06-28 | 1 | -1/+0 | |
| | | | | ||||||
| | | * | attempt at fixing ci | JuliDi | 2023-06-28 | 3 | -6/+7 | |
| | | | | ||||||
| | | * | add doc | JuliDi | 2023-06-28 | 1 | -0/+2 | |
| | | | | ||||||
| | | * | Update DAC examples, add DAC + DMA example | JuliDi | 2023-06-28 | 3 | -10/+156 | |
| | | | | ||||||
| | * | | Update probe-rs-cli -> probe-rs | Dario Nieuwenhuis | 2023-06-29 | 1 | -4/+4 | |
| | | | | ||||||
| | * | | stm32/otg: add VBUS detection. | Dario Nieuwenhuis | 2023-06-27 | 1 | -1/+3 | |
| | |/ | | | | | | | Fixes #1442. | |||||
| | * | stm32: update stm32-metapac. | Dario Nieuwenhuis | 2023-06-19 | 2 | -11/+7 | |
| | | | ||||||
| | * | Remove embassy-cortex-m crate, move stuff to embassy-hal-common. | Dario Nieuwenhuis | 2023-06-09 | 1 | -1/+1 | |
| | | | ||||||
| * | | L4: Switch to MSI to prevent problems with PLL configuration, and enable ↵ | Mathias | 2023-07-01 | 1 | -0/+50 | |
| |/ | | | | power to AHB bus clock to allow RTC to run | |||||
| * | stm32: move to bind_interrupts | xoviat | 2023-05-24 | 6 | -18/+36 | |
| | | | | | disable lora functionality for now | |||||
| * | Fix some typos | Dirk Stolle | 2023-05-08 | 1 | -1/+1 | |
| | | ||||||
| * | Bump versions preparing for -macros and -executor release | Ulf Lilleengen | 2023-04-27 | 1 | -1/+1 | |
| | | ||||||
| * | Switch from probe-run to probe-rs-cli. | Dario Nieuwenhuis | 2023-04-26 | 1 | -4/+4 | |
| | | | | | | - probe-run screwed up the last release 2 weeks ago and it's still not fixed (issue 391). Doesn't look well maintained. - Even when it's not broken, it lags behind probe-rs-cli in new chips support because it's slow in updating probe-rs. | |||||
| * | Release embassy-sync v0.2.0 | Dario Nieuwenhuis | 2023-04-13 | 1 | -1/+1 | |
| | | ||||||
| * | Update embedded-hal crates. | Dario Nieuwenhuis | 2023-04-06 | 1 | -2/+2 | |
| | | ||||||
| * | Merge #1321 | bors[bot] | 2023-04-04 | 1 | -1/+1 | |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | 1321: executor: add Pender, rework Cargo features. r=Dirbaio a=Dirbaio 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). Co-authored-by: Dario Nieuwenhuis <[email protected]> | |||||
| | * | 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). | |||||
| * | | Add MCO support for L4 and F4 families | Mathieu Dupont | 2023-04-03 | 1 | -0/+27 | |
| |/ | ||||||
| * | Fix examples broken by the macro fix. | Dario Nieuwenhuis | 2023-03-08 | 3 | -3/+3 | |
| | | ||||||
| * | Example fixes. | Dario Nieuwenhuis | 2023-03-01 | 1 | -2/+0 | |
| | | ||||||
| * | usb: unify ControlHandler+DeviceStateHandler, route all control requests to ↵ | Dario Nieuwenhuis | 2023-02-08 | 1 | -1/+0 | |
| | | | | | | | | | all handlers. - Allows classes to handle vendor requests. - Allows classes to use a single handler for multiple interfaces. - Allows classes to access the other events (previously only `reset` was available). | |||||
| * | stm32 otg: add examples. | chemicstry | 2023-01-11 | 2 | -3/+109 | |
| | | ||||||
| * | Bump defmt-rtt to 0.4 | Dario Nieuwenhuis | 2022-11-29 | 1 | -1/+1 | |
| | | ||||||
| * | Switch to async-fn-in-trait | Dario Nieuwenhuis | 2022-11-25 | 1 | -1/+1 | |
| | | ||||||
| * | stm32: Add support for read_until_idle on UART | Guillaume MICHEL | 2022-10-26 | 2 | -2/+6 | |
| | | ||||||
| * | Update Rust nightly. | Dario Nieuwenhuis | 2022-10-26 | 1 | -1/+1 | |
| | | ||||||
| * | all Cargo.toml: Add license to all crate Cargo.toml files | chrysn | 2022-10-07 | 1 | -0/+1 | |
| | | | | | Closes: https://github.com/embassy-rs/embassy/issues/1002 | |||||
| * | Update embedded-hal versions and explicitly pin | Ulf Lilleengen | 2022-09-29 | 1 | -2/+2 | |
| | | ||||||
| * | time: add more tick rates, use 1mhz as default. | Dario Nieuwenhuis | 2022-09-02 | 1 | -1/+1 | |
| | | ||||||
| * | split `embassy-util` into `embassy-futures`, `embassy-sync`. | Dario Nieuwenhuis | 2022-08-22 | 1 | -1/+1 | |
| | | ||||||
| * | Split embassy-time from embassy-executor. | Dario Nieuwenhuis | 2022-08-18 | 11 | -12/+13 | |
| | | ||||||
| * | examples Remove the `fn config()` idiom. | Dario Nieuwenhuis | 2022-08-17 | 1 | -6/+3 | |
| | | | | | | It was only useful for doing #[embassy_executor::main(config = "config()")]`. Now that it's gone, it makes more sense to build the config in main directly. | |||||
