| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #1832 from embassy-rs/pipe-bufread | Dario Nieuwenhuis | 2023-08-29 | 1 | -6/+4 |
| |\ | | | | | | | sync/pipe: impl BufRead. | ||||
| | * | sync/pipe: impl BufRead. | Dario Nieuwenhuis | 2023-08-30 | 1 | -6/+4 |
| | | | |||||
| * | | Release embassy-time v0.1.3 | Jesse Braham | 2023-08-28 | 34 | -38/+38 |
| |/ | |||||
| * | rustfmt | xoviat | 2023-08-27 | 1 | -4/+2 |
| | | |||||
| * | Merge branch 'main' of https://github.com/aidant/embassy into rtc | xoviat | 2023-08-27 | 1 | -5/+14 |
| |\ | |||||
| | * | fix hanging on rtc example | aidant | 2023-08-27 | 1 | -5/+14 |
| | | | |||||
| * | | stm32: fix l4 re-export | xoviat | 2023-08-27 | 2 | -2/+2 |
| | | | |||||
| * | | stm32: fix wl re-export | xoviat | 2023-08-27 | 1 | -3/+3 |
| |/ | |||||
| * | Merge pull request #1821 from embassy-rs/net-ppp | Dario Nieuwenhuis | 2023-08-25 | 2 | -1/+221 |
| |\ | | | | | | | Add embassy-net-ppp driver. | ||||
| | * | net-ppp: add std example. | Dario Nieuwenhuis | 2023-08-25 | 2 | -1/+221 |
| | | | |||||
| * | | Merge pull request #1792 from vDorst/adin1110-pr | Dario Nieuwenhuis | 2023-08-25 | 3 | -3/+449 |
| |\ \ | |/ |/| | | | Added support and example for Analog ADIN1110 SPE SPI ethernet chip. | ||||
| | * | stm32l4: Add EVAL-ADIN1110EBZ example with basic http server | René van Dorst | 2023-08-24 | 3 | -3/+449 |
| | | | | | | | | | Page show the current temperature and auto refresh every 1s. | ||||
| * | | net: allow changing IP config at runtime. | Dario Nieuwenhuis | 2023-08-25 | 1 | -1/+1 |
| |/ | |||||
| * | Bump executor crate version to 0.3.0 | Dániel Buga | 2023-08-23 | 34 | -34/+34 |
| | | |||||
| * | 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 | ||||
