| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #1763 from rubdos/sender-receiver-with-ctx | Dario Nieuwenhuis | 2023-08-22 | 8 | -9/+9 |
| |\ | | | | | | | Refactor Channel/Sender/Receiver poll methods | ||||
| | * | Deprecate *recv* in favor of *receive* | Ruben De Smet | 2023-08-22 | 8 | -9/+9 |
| | | | |||||
| * | | Merge pull request #1788 from embassy-rs/esp-hosted-cleanup | Dario Nieuwenhuis | 2023-08-18 | 1 | -2/+2 |
| |\ \ | | | | | | | | | | net-esp-hosted: misc improvements. | ||||
| | * | | net-esp-hosted: sane error handling in control requests. | Dario Nieuwenhuis | 2023-08-17 | 1 | -2/+2 |
| | | | | |||||
| * | | | rp/flash: change naming to `blocking_*`, `new_blocking`. | Dario Nieuwenhuis | 2023-08-18 | 2 | -19/+19 |
| |/ / | | | | | | | | | - Needed for consistency with other drivers. - Having two `new()` functions sometimes resulted in 'multiple applicable methods' errors. | ||||
| * | | Update embedded-hal to 1.0.0-rc.1 (#1783) | Dario Nieuwenhuis | 2023-08-16 | 12 | -17/+31 |
| | | | |||||
| * | | net-wiznet: rename from embassy-net-w5500. | Dario Nieuwenhuis | 2023-08-15 | 5 | -13/+15 |
| | | | |||||
| * | | net-w5500: extract chip-specific stuff to a trait. | Dario Nieuwenhuis | 2023-08-15 | 4 | -0/+8 |
| | | | |||||
| * | | net-enc28j60: add example. | Dario Nieuwenhuis | 2023-08-15 | 2 | -0/+128 |
| | | | |||||
| * | | boot: release flash after prepare and refactor api | Ulf Lilleengen | 2023-08-11 | 3 | -9/+3 |
| |/ | | | | | | This refactoring of the chip specific bootloader creates the internal boot instance and aligned buffer in the prepare stage, so that they are automatically dropped after. This unlocks a use case where peripherals owning the flash need to be Drop'ed before load() happens. | ||||
| * | Merge pull request #1753 from xoviat/rtc-wb | xoviat | 2023-08-09 | 2 | -8/+2 |
| |\ | | | | | | | stm32/rtc: enable in rcc mod | ||||
| | * | stm32/l4: set rtc clock source in rcc | xoviat | 2023-08-08 | 1 | -4/+1 |
| | | | |||||
| | * | stm32/rtc: remove generics and segregate clock sel | xoviat | 2023-08-08 | 1 | -4/+1 |
| | | | |||||
| | * | stm32/rtc: fix exampel | xoviat | 2023-08-06 | 1 | -1/+1 |
| | | | |||||
| | * | stm32: fix rtc and examples | xoviat | 2023-08-06 | 1 | -1/+1 |
| | | | |||||
| * | | Update to embedded-io 0.5 (#1752) | Dario Nieuwenhuis | 2023-08-07 | 33 | -48/+50 |
| | | | |||||
| * | | Merge pull request #1739 from embassy-rs/refactor-fw-updater | Ulf Lilleengen | 2023-08-06 | 9 | -33/+34 |
| |\ \ | |/ |/| | | | Refactor firmware updater | ||||
| | * | Refactor firmware updater | Ulf Lilleengen | 2023-08-06 | 9 | -33/+34 |
| | | | | | | | | | | | * Allow manipulating state without accessing DFU partition. * Provide aligned buffer when creating updater to reduce potential wrong parameters passed. | ||||
| * | | Fix package name for stm32f334-examples | Adam Greig | 2023-08-03 | 1 | -1/+1 |
| |/ | |||||
| * | net: move tuntap from std example to separate crate. (#1737) | Dario Nieuwenhuis | 2023-08-03 | 6 | -242/+5 |
| | | |||||
| * | rp: add single-channel dma from adc | pennae | 2023-08-02 | 1 | -1/+1 |
| | | | | | | | | | | | with uniform treatment of adc inputs it's easy enough to add a new sampling method. dma sampling only supports one channel at the moment, though round-robin sampling would be a simple extension (probably a new trait that's implemented for Channel and &[Channel]). continuous dma as proposed in #1608 also isn't done here, we'd expect that to be a compound dma::Channel that internally splits a buffer in half and dispatches callbacks or something like that. | ||||
| * | rp: generalize adc inputs from pins to channels | pennae | 2023-08-01 | 1 | -5/+6 |
| | | | | | | | this lets us treat pins and the temperature sensor uniformly using the same interface. uniformity in turn lets us add more adc features without combinatorial explosion of methods and types needed to handle them all. | ||||
| * | Merge pull request #1704 from rubdos/ieee802154-fixes | Dario Nieuwenhuis | 2023-07-31 | 1 | -3/+3 |
| |\ | | | | | | | Expose IEEE802.15.4 address in Driver | ||||
| | * | Introduce driver::HardwareAddress without smoltcp dependency | Ruben De Smet | 2023-07-31 | 1 | -3/+2 |
| | | | |||||
| | * | Use HardwareAddress in Driver | Ruben De Smet | 2023-07-28 | 1 | -2/+3 |
| | | | |||||
| * | | Merge pull request #1724 from bguruprasath5/stm32g0-flash-support | Dario Nieuwenhuis | 2023-07-31 | 1 | -0/+44 |
| |\ \ | | | | | | | | | | Added STM32G0 Flash Support | ||||
| | * | | changed ADDR variable to addr | dev-guruprasath | 2023-07-31 | 1 | -5/+5 |
| | | | | |||||
| | * | | changed ADDR variable to addr | dev-guruprasath | 2023-07-31 | 1 | -1/+1 |
| | | | | |||||
| | * | | added working example for flash | dev-guruprasath | 2023-07-31 | 1 | -1/+1 |
| | | | | |||||
| | * | | added working example for flash | dev-guruprasath | 2023-07-31 | 1 | -3/+0 |
| | | | | |||||
| | * | | added working example for flash | dev-guruprasath | 2023-07-31 | 1 | -0/+47 |
| | | | | |||||
| * | | | Merge pull request #1687 from chemicstry/bxcan_timestamp | Dario Nieuwenhuis | 2023-07-31 | 2 | -4/+18 |
| |\ \ \ | | | | | | | | | | | | | stm32/can: implement proper RX timestamps | ||||
| | * | | | Merge remote-tracking branch 'origin/main' into bxcan_timestamp | chemicstry | 2023-07-31 | 86 | -338/+994 |
| | |\| | | |||||
| | * | | | stm32/can: implement proper RX timestamps | chemicstry | 2023-07-25 | 2 | -4/+18 |
| | | | | | |||||
| * | | | | 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 | 14 | -28/+67 |
| |\ \ \ | | | | | | | | | | | | | STM32: RNG update | ||||
| | * | | | stm32/rng: use bind_interrupts!. | Dario Nieuwenhuis | 2023-07-31 | 14 | -28/+67 |
| | | | | | |||||
| * | | | | Merge pull request #1718 from copterust/stm32-spi-set-freq-in-config | Dario Nieuwenhuis | 2023-07-30 | 15 | -141/+59 |
| |\ \ \ \ | | | | | | | | | | | | | | | | Move frequency to SPI config | ||||
| | * | | | | Set frequency in stm32 SPI examples | bofh | 2023-07-31 | 8 | -16/+40 |
| | | | | | | |||||
| | * | | | | Fix format in stm32 SPI examples | bofh | 2023-07-30 | 6 | -54/+6 |
| | | | | | | |||||
| | * | | | | Fix more stm32 SPI examples | bofh | 2023-07-30 | 6 | -12/+24 |
| | | | | | | |||||
| | * | | | | Fix formatting | bofh | 2023-07-30 | 5 | -45/+5 |
| | | | | | | |||||
| | * | | | | Fix stm32 SPI examples | bofh | 2023-07-30 | 9 | -35/+5 |
| | | | | | | |||||
| * | | | | | Uart pio fix zeros | Michael van Niekerk | 2023-07-30 | 1 | -4/+6 |
| | |/ / / |/| | | | | | | | Prevent UART from only getting 0s from the output | ||||
| * | | | | wpan: fix examples | GhaithOueslati | 2023-07-30 | 8 | -16/+40 |
| |/ / / | |||||
| * | | | stm32/pwm: add output type control | xoviat | 2023-07-29 | 4 | -5/+9 |
| | | | | |||||
| * | | | Merge pull request #1710 from Sizurka/rp-async-flash | Dario Nieuwenhuis | 2023-07-28 | 2 | -6/+40 |
| |\ \ \ | | | | | | | | | | | | | rp: add async flash | ||||
| | * | | | rp: add async flash | Derek Hageman | 2023-07-28 | 2 | -6/+40 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Implement an async flash mode using the XIP background best effort read interface. Only reads are actually async, write and erase remain blocking. | ||||
| * | | | | Merge branch 'main' of https://github.com/embassy-rs/embassy into hrtim | xoviat | 2023-07-28 | 47 | -163/+657 |
| |\| | | | |||||
| | * | | | Merge pull request #1707 from pennae/rp-pio-load | Dario Nieuwenhuis | 2023-07-28 | 5 | -49/+17 |
| | |\ \ \ | | | | | | | | | | | | | | | | rp: relocate programs implicitly during load | ||||
