| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | mspm0: add MSPM0G518x support and new packages for others | i509VCB | 2025-12-14 | 1 | -0/+1 |
| | | | | | | | G518x is the first MSPM0 part with a USB, I2S and NPU peripheral. There is also a new TIMB peripheral (no PWM, so it is perfect for a time driver). Unfortunately it also introduces UNICOMM which is a shared peripheral which can be in UART/I2C/SPI modes. This means that the current UART and I2C drivers need some adjustment to work with the new UNICOMM parts (which is the future). | ||||
| * | fix vscode fmt settings | xoviat | 2025-11-23 | 1 | -4/+3 |
| | | |||||
| * | Fixed broken examples/formatting reported by CI | WillaWillNot | 2025-11-21 | 1 | -1/+5 |
| | | |||||
| * | stm32/afio: make af_num() unavailable in afio chips. | Dario Nieuwenhuis | 2025-09-06 | 1 | -1/+1 |
| | | |||||
| * | nxp: Add mimxrt1062 support | i509VCB | 2025-07-22 | 1 | -0/+1 |
| | | | | | The examples in this case are designed for the IMXRT1060-EVK. The same chip is used in the Teensy 4.0/1, but that will probably get its own set of examples due to some differences such as the FCB. | ||||
| * | nxp: Add MIMXRT1011 GPIO and time driver | i509VCB | 2025-07-22 | 1 | -0/+1 |
| | | | | | PIT is used for the time driver | ||||
| * | Embassy for MSPM0 | i509VCB | 2025-03-13 | 1 | -0/+5 |
| | | | | | | | | | | | | | | This adds an embassy hal for the Texas Instruments MSPM0 microcontroller series. So far the GPIO and time drivers have been implemented. I have tested these drivers on the following parts: - C1104 - L1306 - L2228 - G3507 - G3519 The PAC is generated at https://github.com/mspm0-rs | ||||
| * | vscode: improve docs in settings.json | Matt Ickstadt | 2024-05-20 | 1 | -3/+6 |
| | | |||||
| * | stm32/spi: remove DMA generic params. | Dario Nieuwenhuis | 2024-04-15 | 1 | -1/+2 |
| | | |||||
| * | No personal preferences in public repository | Dominic | 2024-03-09 | 1 | -1/+0 |
| | | |||||
| * | stm32/flash: add support for f1. | Dario Nieuwenhuis | 2024-01-05 | 1 | -1/+7 |
| | | |||||
| * | ci: use beta, add secondary nightly ci. | Dario Nieuwenhuis | 2023-12-21 | 1 | -6/+2 |
| | | |||||
| * | embassy-sync 0.5 | Scott Mabin | 2023-12-04 | 1 | -0/+3 |
| | | |||||
| * | cleanup vscode settings. | Dario Nieuwenhuis | 2023-08-15 | 1 | -7/+11 |
| | | |||||
| * | added exclusion for adc v4 as well | Don Reilly | 2023-08-10 | 1 | -0/+1 |
| | | |||||
| * | Merge branch 'main' of https://github.com/embassy-rs/embassy into hrtim | xoviat | 2023-07-01 | 1 | -3/+3 |
| |\ | |||||
| | * | Update probe-rs-cli -> probe-rs | Dario Nieuwenhuis | 2023-06-29 | 1 | -3/+3 |
| | | | |||||
| * | | stm32/hrtim: add example impl. | xoviat | 2023-06-30 | 1 | -0/+1 |
| |/ | |||||
| * | adjust .vscode file | xoviat | 2023-04-16 | 1 | -3/+3 |
| | | |||||
| * | vscode: recommend extensions, disable toml formatting, update. | Dario Nieuwenhuis | 2023-03-19 | 1 | -5/+3 |
| | | |||||
| * | Update vscode settings for latest RA. | Dario Nieuwenhuis | 2023-01-11 | 1 | -2/+2 |
| | | |||||
| * | Reduce amount of samples for nrf5340 | Dominik Boehi | 2023-01-09 | 1 | -1/+2 |
| | | |||||
| * | net: split driver trait to a separate crate. | Dario Nieuwenhuis | 2022-12-26 | 1 | -14/+8 |
| | | |||||
| * | net: remove unused pool-x features | Dario Nieuwenhuis | 2022-12-26 | 1 | -1/+0 |
| | | |||||
| * | Remove unnecessary use of atomic-polyfill. | Dario Nieuwenhuis | 2022-12-23 | 1 | -5/+6 |
| | | | | | Only use it when CAS is actually needed. | ||||
| * | Add missing examples to rust-analyzer linked projects | Grant Miller | 2022-10-19 | 1 | -0/+6 |
| | | |||||
| * | split `embassy-util` into `embassy-futures`, `embassy-sync`. | Dario Nieuwenhuis | 2022-08-22 | 1 | -1/+1 |
| | | |||||
| * | Add -boot docserver metadata. | Dario Nieuwenhuis | 2022-08-15 | 1 | -2/+0 |
| | | |||||
| * | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis | 2022-07-29 | 1 | -0/+5 |
| | | |||||
| * | Async shared bus for SPI & I2C + rename embassy-traits (#769) | Henrik Alsér | 2022-05-26 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | * Rename embassy-traits to embassy-embedded-hal * Rename embassy-traits to embassy-embedded-hal * Add shared bus for SPI and I2C * rustfmt * EHA alpha 1 * Rename embedded-traits in examples * rustfmt * rustfmt Co-authored-by: Henrik Alsér <[email protected]> | ||||
| * | embassy, embassy-nrf: add `nightly` Cargo feature to gate nightly-only features. | Dario Nieuwenhuis | 2022-02-12 | 1 | -10/+5 |
| | | |||||
| * | Add all example crates to linked projects (commented out) | Grant Miller | 2021-12-09 | 1 | -1/+17 |
| | | |||||
| * | Rust Analyzer documentation | huntc | 2021-12-09 | 1 | -1/+2 |
| | | | | | | | Intends to clarify how to make Embassy usable from within Visual Studio Code by assuming the presence of the Rust Analyzer. Note that IntelliJ does not support the Rust Analyzer, so an open question remains as to the whether this is a good move. If it turns out not to be a good move then we should still look at clarifying the use of a workspace file. | ||||
| * | stm32: add gpio HIL test | Dario Nieuwenhuis | 2021-12-06 | 1 | -1/+1 |
| | | |||||
| * | stm32/pwm: allow using the advanced timer instances too. | Dario Nieuwenhuis | 2021-11-27 | 1 | -0/+1 |
| | | |||||
| * | stm32: add stm32g4 support. | Dario Nieuwenhuis | 2021-11-27 | 1 | -3/+6 |
| | | |||||
| * | Clippy fixes | Dario Nieuwenhuis | 2021-10-18 | 1 | -0/+1 |
| | | |||||
| * | embassy: Refactor module structure to remove kitchen-sink `util`. | Dario Nieuwenhuis | 2021-09-11 | 1 | -1/+2 |
| | | |||||
| * | Update lots of deps | Dario Nieuwenhuis | 2021-09-11 | 1 | -2/+1 |
| | | |||||
| * | Update vscode settings. | Dario Nieuwenhuis | 2021-07-16 | 1 | -1/+6 |
| | | |||||
| * | Fix OOTB workspace issues with embassy-net | Dario Nieuwenhuis | 2021-07-14 | 1 | -1/+5 |
| | | |||||
| * | Update vscode settings for latest rust-analyzer | Dario Nieuwenhuis | 2021-07-13 | 1 | -2/+1 |
| | | |||||
| * | rp: clock setup | Dario Nieuwenhuis | 2021-06-25 | 1 | -1/+2 |
| | | |||||
| * | fmt: Add dunmy use to avoid "unused variable" errors when no log is enabled. | Dario Nieuwenhuis | 2021-06-07 | 1 | -2/+2 |
| | | |||||
| * | Move examples to a subdirectory | Dario Nieuwenhuis | 2021-06-02 | 1 | -2/+2 |
| | | |||||
| * | WIP: dma | Dario Nieuwenhuis | 2021-05-17 | 1 | -1/+0 |
| | | |||||
| * | Update generated code | Thales Fragoso | 2021-05-14 | 1 | -4/+4 |
| | | |||||
| * | Initial H7 sdmmc support | Thales Fragoso | 2021-05-14 | 1 | -0/+13 |
| | | |||||
| * | Autogenerate the tailored PAC for each chip | Dario Nieuwenhuis | 2021-05-06 | 1 | -13/+0 |
| | | |||||
| * | Fix vscode settings | Dario Nieuwenhuis | 2021-04-14 | 1 | -3/+2 |
| | | |||||
