aboutsummaryrefslogtreecommitdiff
path: root/.vscode
Commit message (Collapse)AuthorAgeFilesLines
* mspm0: add MSPM0G518x support and new packages for othersi509VCB2025-12-141-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 settingsxoviat2025-11-231-4/+3
|
* Fixed broken examples/formatting reported by CIWillaWillNot2025-11-211-1/+5
|
* stm32/afio: make af_num() unavailable in afio chips.Dario Nieuwenhuis2025-09-061-1/+1
|
* nxp: Add mimxrt1062 supporti509VCB2025-07-221-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 driveri509VCB2025-07-221-0/+1
| | | | PIT is used for the time driver
* Embassy for MSPM0i509VCB2025-03-131-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.jsonMatt Ickstadt2024-05-201-3/+6
|
* stm32/spi: remove DMA generic params.Dario Nieuwenhuis2024-04-151-1/+2
|
* No personal preferences in public repositoryDominic2024-03-091-1/+0
|
* stm32/flash: add support for f1.Dario Nieuwenhuis2024-01-051-1/+7
|
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-211-6/+2
|
* embassy-sync 0.5Scott Mabin2023-12-041-0/+3
|
* cleanup vscode settings.Dario Nieuwenhuis2023-08-151-7/+11
|
* added exclusion for adc v4 as wellDon Reilly2023-08-101-0/+1
|
* Merge branch 'main' of https://github.com/embassy-rs/embassy into hrtimxoviat2023-07-011-3/+3
|\
| * Update probe-rs-cli -> probe-rsDario Nieuwenhuis2023-06-291-3/+3
| |
* | stm32/hrtim: add example impl.xoviat2023-06-301-0/+1
|/
* stm32/uart: refactor rx ringbufferxoviat2023-05-291-1/+2
| | | | | - remove some race conditions - allow full use of rx buffer
* stm32/ble: fix tests and add instructions to run examplexoviat2023-05-111-0/+3
|
* adjust .vscode filexoviat2023-04-161-3/+3
|
* vscode: recommend extensions, disable toml formatting, update.Dario Nieuwenhuis2023-03-192-5/+14
|
* Update vscode settings for latest RA.Dario Nieuwenhuis2023-01-111-2/+2
|
* Reduce amount of samples for nrf5340Dominik Boehi2023-01-091-1/+2
|
* net: split driver trait to a separate crate.Dario Nieuwenhuis2022-12-261-14/+8
|
* net: remove unused pool-x featuresDario Nieuwenhuis2022-12-261-1/+0
|
* Remove unnecessary use of atomic-polyfill.Dario Nieuwenhuis2022-12-231-5/+6
| | | | Only use it when CAS is actually needed.
* Add missing examples to rust-analyzer linked projectsGrant Miller2022-10-191-0/+6
|
* split `embassy-util` into `embassy-futures`, `embassy-sync`.Dario Nieuwenhuis2022-08-221-1/+1
|
* Add -boot docserver metadata.Dario Nieuwenhuis2022-08-151-2/+0
|
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-291-0/+5
|
* Async shared bus for SPI & I2C + rename embassy-traits (#769)Henrik Alsér2022-05-261-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 Nieuwenhuis2022-02-121-10/+5
|
* Add all example crates to linked projects (commented out)Grant Miller2021-12-091-1/+17
|
* Rust Analyzer documentationhuntc2021-12-091-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 testDario Nieuwenhuis2021-12-061-1/+1
|
* stm32/pwm: allow using the advanced timer instances too.Dario Nieuwenhuis2021-11-271-0/+1
|
* stm32: add stm32g4 support.Dario Nieuwenhuis2021-11-271-3/+6
|
* Clippy fixesDario Nieuwenhuis2021-10-181-0/+1
|
* embassy: Refactor module structure to remove kitchen-sink `util`.Dario Nieuwenhuis2021-09-111-1/+2
|
* Update lots of depsDario Nieuwenhuis2021-09-111-2/+1
|
* Update vscode settings.Dario Nieuwenhuis2021-07-161-1/+6
|
* Fix OOTB workspace issues with embassy-netDario Nieuwenhuis2021-07-141-1/+5
|
* Update vscode settings for latest rust-analyzerDario Nieuwenhuis2021-07-131-2/+1
|
* rp: clock setupDario Nieuwenhuis2021-06-251-1/+2
|
* fmt: Add dunmy use to avoid "unused variable" errors when no log is enabled.Dario Nieuwenhuis2021-06-071-2/+2
|
* Move examples to a subdirectoryDario Nieuwenhuis2021-06-021-2/+2
|
* WIP: dmaDario Nieuwenhuis2021-05-171-1/+0
|
* Update generated codeThales Fragoso2021-05-141-4/+4
|
* Initial H7 sdmmc supportThales Fragoso2021-05-141-0/+13
|