| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Update embedded-io to 0.3 | Dario Nieuwenhuis | 2022-05-19 | 1 | -1/+1 | |
| | | ||||||
| * | Replace embassy::io with embedded_io. | Dario Nieuwenhuis | 2022-05-07 | 3 | -7/+10 | |
| | | ||||||
| * | Add bootloader to CI | Ulf Lilleengen | 2022-04-27 | 1 | -1/+1 | |
| | | ||||||
| * | Add stm32 flash + bootloader support | Ulf Lilleengen | 2022-04-27 | 2 | -0/+45 | |
| | | | | | | | | | * Add flash drivers for L0, L1, L4, WB and WL. Not tested for WB, but should be similar to WL. * Add embassy-boot-stm32 for bootloading on STM32. * Add flash examples and bootloader examples * Update stm32-data | |||||
| * | Update to released lorawan crates | Ulf Lilleengen | 2022-04-26 | 2 | -4/+4 | |
| | | ||||||
| * | Update to latest rust-lorawan version | Ulf Lilleengen | 2022-04-08 | 2 | -10/+4 | |
| | | ||||||
| * | Use embassy/defmt-timestamp-uptime in all examples. | Dario Nieuwenhuis | 2022-04-02 | 10 | -41/+24 | |
| | | ||||||
| * | stm32: add rust stable support | Dario Nieuwenhuis | 2022-02-12 | 2 | -3/+61 | |
| | | ||||||
| * | traits: migrate Delay to embedded-hal 1.0+async, remove Rng and Flash. | Dario Nieuwenhuis | 2022-01-27 | 1 | -1/+0 | |
| | | ||||||
| * | Support unstable-trait feature for stm32 | Ulf Lilleengen | 2022-01-26 | 1 | -1/+1 | |
| | | ||||||
| * | stm32: add `time-driver-any` cargo feature that automatically picks one ↵ | Dario Nieuwenhuis | 2022-01-24 | 1 | -1/+1 | |
| | | | | | available timer. | |||||
| * | stm32/spi: expose all functionality as inherent methods. | Dario Nieuwenhuis | 2022-01-19 | 1 | -2/+1 | |
| | | ||||||
| * | stm32/usart: expose all functionality as inherent methods. | Dario Nieuwenhuis | 2022-01-19 | 1 | -1/+0 | |
| | | ||||||
| * | examples/stm32l0: cleanup | Dario Nieuwenhuis | 2022-01-19 | 4 | -37/+2 | |
| | | ||||||
| * | 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 | 3 | -12/+9 | |
| | | ||||||
| * | Make exti an optional feature | Ulf Lilleengen | 2022-01-12 | 1 | -1/+1 | |
| | | | | | | * Add embassy-stm32 build with exti * Add exti to examples | |||||
| * | stm32/rcc: remove Rcc struct, RccExt trait. | Dario Nieuwenhuis | 2022-01-05 | 2 | -16/+10 | |
| | | | | | All the RCC configuration is executed in init(). | |||||
| * | stm32/rcc: remove builders on Config. | Dario Nieuwenhuis | 2022-01-04 | 1 | -1/+1 | |
| | | | | | | This makes API consistent with other Config structs in Embassy, where the convention is to not use builders. | |||||
| * | Update rust-toolchain | Ulf Lilleengen | 2021-12-16 | 1 | -2/+2 | |
| | | ||||||
| * | Refactor sx127x radio to use async SPI with DMA | Ulf Lilleengen | 2021-12-03 | 2 | -13/+6 | |
| | | ||||||
| * | Update rust-lorawan to version supporting defmt 0.3 | Ulf Lilleengen | 2021-12-02 | 1 | -3/+4 | |
| | | ||||||
| * | examples: remove unused deps. | Dario Nieuwenhuis | 2021-11-29 | 1 | -2/+0 | |
| | | ||||||
| * | Fix interrupt_take macro by specifying path to panic macro. | Matous Hybl | 2021-11-23 | 1 | -1/+0 | |
| | | ||||||
| * | Remove unused deps | Dario Nieuwenhuis | 2021-11-15 | 1 | -1/+0 | |
| | | ||||||
| * | Adjust all examples to defmt 0.3. | Bob McWhirter | 2021-11-15 | 1 | -16/+5 | |
| | | ||||||
| * | 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. | |||||
| * | Use upstream version of rust-lorawan | Ulf Lilleengen | 2021-10-22 | 1 | -2/+2 | |
| | | ||||||
| * | Update to newer revision of async lorawan stack | Ulf Lilleengen | 2021-10-11 | 1 | -2/+2 | |
| | | ||||||
| * | Add embassy-lora crate | Ulf Lilleengen | 2021-09-30 | 2 | -0/+108 | |
| | | | | | | | | | | | | | | | This crate contains async radio drivers for various lora drivers that work with embassy timers. The code is imported from Drogue Device ( https://github.com/drogue-iot/drogue-device) The radio drivers integrate with the async LoRaWAN MAC layer in the lorawan-device crate. Also added is an example for the STM32WL55 and for STM32L0 (requires the LoRa Discovery board) for LoRaWAN. Future work is to make the underlying radio drivers using fully async SPI when communicating with the peripheral. | |||||
| * | Update lots of deps | Dario Nieuwenhuis | 2021-09-11 | 1 | -7/+7 | |
| | | ||||||
| * | Remove trait_alias, allow(incomplete_features). | Dario Nieuwenhuis | 2021-09-03 | 6 | -12/+0 | |
| | | | | | trait_alias seems unused. no idea why it's there. | |||||
| * | stm32: move dbgmcu stuff to toplevel config setting, defaulting to true. | Dario Nieuwenhuis | 2021-08-19 | 7 | -36/+16 | |
| | | ||||||
| * | Add IRQ-driven buffered USART implementation for STM32 v2 usart (#356) | Ulf Lilleengen | 2021-08-16 | 2 | -0/+52 | |
| | | | | | | | | | | | * Add IRQ-driven buffered USART implementation for STM32 v2 usart * Implementation based on nRF UARTE, but simplified to not use DMA to avoid complex interaction between DMA and USART. * Implementation of AsyncBufRead and AsyncWrite traits * Some unit tests to ring buffer * Update polyfill version * Update sub module to get usart IRQ fix | |||||
| * | examples: Consistently use unwrap! in favor of .unwrap() | Ben Gamari | 2021-08-05 | 2 | -7/+7 | |
| | | | | | | Unfortunately errors from `embedded_graphics` and `core` doesn't provide the necessary instances currently. | |||||
| * | stm32/time: add Cargo features to choose tim2/tim3 | Dario Nieuwenhuis | 2021-08-05 | 1 | -1/+1 | |
| | | ||||||
| * | time: replace dyn clock/alarm with a global Driver trait | Dario Nieuwenhuis | 2021-08-05 | 3 | -3/+0 | |
| | | ||||||
| * | Update nightly, remove removed features. | Dario Nieuwenhuis | 2021-08-04 | 5 | -10/+0 | |
| | | ||||||
| * | rustfmt everything | Dario Nieuwenhuis | 2021-08-04 | 1 | -1/+1 | |
| | | ||||||
| * | Add uart::Read DMA-based implementation | Ulf Lilleengen | 2021-08-03 | 1 | -0/+42 | |
| | | | | | * Rename existing read() to bread() (blocking) | |||||
| * | examples: Drop build-std = ["core"] | Ben Gamari | 2021-07-31 | 1 | -3/+0 | |
| | | | | | | | | | Previously the cargo configurations of all of the example projects had `build-std = ["core"]`, which forces compilation of `core` as a code-size optimisation. However, this is strictly unnecessary and will currently break for users who do not use `rustup` directly (e.g. nix users). | |||||
| * | stm32l0: Use `embassy::main` for examples | Timo Kröger | 2021-07-29 | 2 | -44/+17 | |
| | | ||||||
| * | Rename embassy-extras to embassy-hal-common | Dario Nieuwenhuis | 2021-07-29 | 1 | -1/+1 | |
| | | ||||||
| * | Fix up the L0 example for SPI. | Bob McWhirter | 2021-07-23 | 1 | -1/+4 | |
| | | ||||||
| * | stm32: Update gpio examples | Thales Fragoso | 2021-06-25 | 3 | -7/+7 | |
| | | ||||||
| * | Add support for generating PAC for dual cores | Ulf Lilleengen | 2021-06-16 | 2 | -3/+8 | |
| | | | | | | | | | * Chips that have multiple cores will be exposed as chipname_corename, i.e. stm32wl55jc_cm4 * Chips that have single cores will use the chip family as feature name and pick the first and only core from the list * Add support for stm32wl55 chip family | |||||
| * | Add minimal RCC impls for L4 and F4 | Ulf Lilleengen | 2021-06-14 | 1 | -1/+0 | |
| | | ||||||
| * | Add examples for STM32L0 | Ulf Lilleengen | 2021-06-09 | 9 | -0/+297 | |
