| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump executor crate version to 0.3.0 | Dániel Buga | 2023-08-23 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #1763 from rubdos/sender-receiver-with-ctx | Dario Nieuwenhuis | 2023-08-22 | 1 | -1/+1 |
| |\ | | | | | | | Refactor Channel/Sender/Receiver poll methods | ||||
| | * | Deprecate *recv* in favor of *receive* | Ruben De Smet | 2023-08-22 | 1 | -1/+1 |
| | | | |||||
| * | | Update embedded-hal to 1.0.0-rc.1 (#1783) | Dario Nieuwenhuis | 2023-08-16 | 1 | -2/+2 |
| |/ | |||||
| * | Update to embedded-io 0.5 (#1752) | Dario Nieuwenhuis | 2023-08-07 | 3 | -5/+5 |
| | | |||||
| * | Fix probe chip type in stm32h7 example | Julian | 2023-07-31 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #1606 from JcBernack/rng-update | Dario Nieuwenhuis | 2023-07-30 | 3 | -5/+14 |
| |\ | | | | | | | STM32: RNG update | ||||
| | * | stm32/rng: use bind_interrupts!. | Dario Nieuwenhuis | 2023-07-31 | 3 | -5/+14 |
| | | | |||||
| * | | Fix format in stm32 SPI examples | bofh | 2023-07-30 | 2 | -18/+2 |
| | | | |||||
| * | | Fix more stm32 SPI examples | bofh | 2023-07-30 | 2 | -4/+8 |
| |/ | |||||
| * | stm32/pwm: add output type control | xoviat | 2023-07-29 | 1 | -1/+2 |
| | | |||||
| * | remove memory.x files for other stm32 examples | JuliDi | 2023-07-28 | 1 | -1/+1 |
| | | |||||
| * | add dac-dma example for h7, remove memory.x | JuliDi | 2023-07-28 | 3 | -6/+141 |
| | | |||||
| * | stm32/timer: merge pwm module into timer. (#1703) | Dario Nieuwenhuis | 2023-07-28 | 2 | -3/+3 |
| | | | | | The traits there are applicable to timer use cases other than PWM. It doesn't make sense to keep them separated. | ||||
| * | 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 |
| |/ | |||||
| * | stm32/eth: add set_poll_interval | xoviat | 2023-07-15 | 2 | -2/+2 |
| | | |||||
| * | stm32/eth: impl. poll interval | xoviat | 2023-07-15 | 2 | -2/+2 |
| | | |||||
| * | Release embassy-time v0.1.2 | Dario Nieuwenhuis | 2023-07-06 | 1 | -1/+1 |
| | | |||||
| * | update embedded-hal crates. | Dario Nieuwenhuis | 2023-07-04 | 1 | -2/+2 |
| | | |||||
| * | Merge pull request #1565 from JuliDi/main | Dario Nieuwenhuis | 2023-06-29 | 1 | -4/+5 |
| |\ | | | | | | | Implement DMA for DAC on STM32 | ||||
| | * | Update DAC examples, add DAC + DMA example | JuliDi | 2023-06-28 | 1 | -4/+5 |
| | | | |||||
| * | | Update probe-rs-cli -> probe-rs | Dario Nieuwenhuis | 2023-06-29 | 1 | -1/+1 |
| | | | |||||
| * | | 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 | -34/+24 |
| | | |||||
| * | Remove embassy-cortex-m crate, move stuff to embassy-hal-common. | Dario Nieuwenhuis | 2023-06-09 | 1 | -1/+1 |
| | | |||||
| * | net: Support dual stack IP | Ruben De Smet | 2023-06-07 | 2 | -4/+4 |
| | | |||||
| * | Rename StaticConfig to StaticConfigV4 | Ruben De Smet | 2023-06-06 | 2 | -2/+2 |
| | | |||||
| * | Use make_static! from static-cell v1.1 | Dario Nieuwenhuis | 2023-06-01 | 3 | -27/+17 |
| | | |||||
| * | Fix examples | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -5/+5 |
| | | |||||
| * | Let Flash<Async/Blocking> be a thing | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -1/+1 |
| | | |||||
| * | Align with new bind_interrupt | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -2/+2 |
| | | |||||
| * | Align examples | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -6/+6 |
| | | |||||
| * | Align examples | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -3/+2 |
| | | |||||
| * | stm32: move to bind_interrupts | xoviat | 2023-05-24 | 9 | -31/+56 |
| | | | | | disable lora functionality for now | ||||
| * | net: do not use smoltcp Instant/Duration in public API. | Dario Nieuwenhuis | 2023-05-15 | 1 | -1/+1 |
| | | |||||
| * | 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 | -1/+1 |
| | | | | | | - 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. | ||||
| * | enable inline-asm feature for cortex-m in examples | pennae | 2023-04-18 | 1 | -1/+1 |
| | | | | | | | inline assembly is supported since rust 1.59, we're way past that. enabling this makes the compiled code more compact, and on rp2040 even decreses memory usage by not needing thunks in sram. | ||||
| * | 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 |
| | | |||||
| * | Align flash examples | Rasmus Melchior Jacobsen | 2023-04-05 | 1 | -2/+2 |
| | | |||||
| * | 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). | ||||
| * | Fix examples broken by the macro fix. | Dario Nieuwenhuis | 2023-03-08 | 3 | -3/+3 |
| | | |||||
| * | fix h7 examples | Dario Nieuwenhuis | 2023-02-10 | 1 | -1/+1 |
| | | |||||
| * | 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). | ||||
| * | add missing copy of icmpv6 checksum | Ulf Lilleengen | 2023-01-24 | 1 | -1/+1 |
| | | | | | add proto-ipv6 feature to stm32h7 example to catch issues in CI | ||||
| * | net: allocate space for 2 sockets, needed for dhcp. | Dario Nieuwenhuis | 2023-01-19 | 2 | -2/+2 |
| | | |||||
