| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | WIP embassy-net v2 | Dario Nieuwenhuis | 2022-05-25 | 2 | -96/+84 | |
| | | ||||||
| * | Merge #776 | bors[bot] | 2022-05-19 | 1 | -0/+26 | |
| |\ | | | | | | | | | | | | | | | 776: Automatically set ADC clock prescaler on v2 ADC to respect max frequency r=Dirbaio a=matoushybl Co-authored-by: Matous Hybl <[email protected]> | |||||
| | * | Automatically set ADC clock prescaler on v2 ADC to respect max frequency | Matous Hybl | 2022-05-18 | 1 | -0/+26 | |
| | | | ||||||
| * | | Update embedded-io to 0.3 | Dario Nieuwenhuis | 2022-05-19 | 1 | -1/+1 | |
| |/ | ||||||
| * | Merge #752 | bors[bot] | 2022-05-06 | 2 | -4/+4 | |
| |\ | | | | | | | | | | | | | | | | | | | | | 752: Replace embassy::io with embedded_io. r=Dirbaio a=Dirbaio TODO: - [x] Release embedded-io on crates.io - [x] Remove git dep Co-authored-by: Dario Nieuwenhuis <[email protected]> | |||||
| | * | Replace embassy::io with embedded_io. | Dario Nieuwenhuis | 2022-05-07 | 2 | -4/+4 | |
| | | | ||||||
| * | | Add F7 flash and bootloader support | Matous Hybl | 2022-05-06 | 2 | -0/+60 | |
| |/ | ||||||
| * | embassy-stm32/eth: convert LAN8742 driver to generic SMI driver | David Lenfesty | 2022-04-30 | 1 | -4/+4 | |
| | | | | | | | | | SMI Ethernet PHYs all share a common base set of registers that can do 90% of all tasks. The LAN8742 driver used some vendor-specific registers to check link negotiation status, but the need for that was debatable, so I migrated it to a generic driver instead, anybody who wants extra functionality can copy it and impl their own on top of it. | |||||
| * | net: auto-enable defmt in smoltcp using namespaced features. | Dario Nieuwenhuis | 2022-04-13 | 1 | -1/+1 | |
| | | ||||||
| * | Use embassy/defmt-timestamp-uptime in all examples. | Dario Nieuwenhuis | 2022-04-02 | 9 | -55/+32 | |
| | | ||||||
| * | Format | chemicstry | 2022-03-17 | 1 | -1/+1 | |
| | | ||||||
| * | Cleanup | chemicstry | 2022-03-16 | 1 | -1/+2 | |
| | | ||||||
| * | Add F7 example | chemicstry | 2022-03-16 | 1 | -0/+43 | |
| | | ||||||
| * | stm32: add rust stable support | Dario Nieuwenhuis | 2022-02-12 | 1 | -1/+1 | |
| | | ||||||
| * | stm32: Add standard crate-wide macros for pin/dma traits, switch all drivers ↵ | Dario Nieuwenhuis | 2022-02-10 | 1 | -3/+4 | |
| | | | | | to use them. | |||||
| * | traits: migrate Delay to embedded-hal 1.0+async, remove Rng and Flash. | Dario Nieuwenhuis | 2022-01-27 | 1 | -1/+0 | |
| | | ||||||
| * | stm32: add `time-driver-any` cargo feature that automatically picks one ↵ | Dario Nieuwenhuis | 2022-01-24 | 1 | -1/+1 | |
| | | | | | available timer. | |||||
| * | stm32/usart: expose all functionality as inherent methods. | Dario Nieuwenhuis | 2022-01-19 | 1 | -1/+0 | |
| | | ||||||
| * | stm32/exti: expose all functionality as inherent methods. | Dario Nieuwenhuis | 2022-01-19 | 1 | -1/+0 | |
| | | ||||||
| * | stm32/gpio: expose all functionality as inherent methods. | Dario Nieuwenhuis | 2022-01-19 | 2 | -9/+7 | |
| | | ||||||
| * | Make exti an optional feature | Ulf Lilleengen | 2022-01-12 | 1 | -2/+2 | |
| | | | | | | * Add embassy-stm32 build with exti * Add exti to examples | |||||
| * | Review changes | Robert Walker | 2021-12-29 | 1 | -21/+5 | |
| | | ||||||
| * | Added and tested the usart dma example for stm32f767zi using a | Robert Walker | 2021-12-28 | 1 | -0/+46 | |
| | | | | | Nucleo-f767zi board. | |||||
| * | Use smoltcp 0.8.0 from crates.io. | Matous Hybl | 2021-12-12 | 1 | -2/+1 | |
| | | ||||||
| * | Use smoltcp revision from its master branch. | Matous Hybl | 2021-12-09 | 1 | -1/+1 | |
| | | ||||||
| * | Fix build examples with defmt. | Dario Nieuwenhuis | 2021-12-06 | 1 | -0/+6 | |
| | | ||||||
| * | examples: remove unused deps. | Dario Nieuwenhuis | 2021-11-29 | 2 | -4/+1 | |
| | | ||||||
| * | net: don't depend directly on smoltcp outside embassy-net | Dario Nieuwenhuis | 2021-11-24 | 1 | -12/+0 | |
| | | ||||||
| * | Remove unused deps | Dario Nieuwenhuis | 2021-11-15 | 1 | -1/+0 | |
| | | ||||||
| * | Further cargo muckings for smol/defmt. | Bob McWhirter | 2021-11-15 | 1 | -2/+2 | |
| | | ||||||
| * | Adjust all examples to defmt 0.3. | Bob McWhirter | 2021-11-15 | 1 | -17/+6 | |
| | | ||||||
| * | Add v1c ethernet driver for the STM32F7 family. | Matous Hybl | 2021-11-10 | 3 | -2/+156 | |
| | | ||||||
| * | Replace rustflags with build.rs extra-link-args. | Dario Nieuwenhuis | 2021-11-07 | 2 | -12/+4 | |
| | | | | | | | | | | | | | Rustflags apply to ALL the crates in the graph, while we only need them for the toplevel crate which is the only one getting linked. Rustflags are not equal for all crates, this caused cargo to re-build the same dependency crate multiple times uselessly. After this change, deps are reused more, making builds faster. Note that this only applies when sharing the target/ dir for multiple crates in the repo which is not the default. | |||||
| * | Initial support for STM32F767ZI. | Matous Hybl | 2021-10-26 | 9 | -0/+240 | |
