| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | Merge pull request #4113 from alexmoon/twim-ram-buffer | Ulf Lilleengen | 2025-04-30 | 2 | -1/+5 | |
| | | |\ \ \ | | | |/ / | | |/| | | Make the nrf Twim RAM buffer a instance variable instead of stack allocated | |||||
| | | | * | | Make the nrf Twim RAM buffer a instance variable instead of stack allocated | Alex Moon | 2025-04-18 | 2 | -1/+5 | |
| | | | | | | ||||||
| | | * | | | Updated the pio onewire example | Marc | 2025-04-25 | 1 | -49/+53 | |
| | | |/ / | ||||||
| | * / / | Add support for L5 | Dion Dokter | 2025-04-29 | 1 | -1/+1 | |
| | |/ / | ||||||
| | * | | Merge pull request #3965 from toon23/stm32_usart-pin_config | Dario Nieuwenhuis | 2025-04-18 | 1 | -5/+8 | |
| | |\ \ | | | | | | | | | | | | | Stm32 usart: implement pin config for cts, tx, rts and de | |||||
| | | * | | Stm32 usart: better names for open drain pin modes | Anton Pöhl | 2025-04-16 | 1 | -2/+2 | |
| | | | | | ||||||
| | | * | | Stm32 usart: remove HalfDuplexConfig | Anton Pöhl | 2025-04-11 | 1 | -5/+8 | |
| | | | | | | | | | | | | | | | | | The pin parameters of usart::Config are used instead. | |||||
| | * | | | Merge pull request #4082 from markmurphydev/patch-1 | Dario Nieuwenhuis | 2025-04-18 | 1 | -1/+1 | |
| | |\ \ \ | | | | | | | | | | | | | | | | Update blinky_wifi example name | |||||
| | | * | | | Update blinky_wifi example name | Mark Murphy | 2025-04-12 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | The RP pico w 2 blinky example is currently called `blinky_wifi` | |||||
| | * | | | | Merge pull request #4089 from IvanLi-CN/g4-opamp | Dario Nieuwenhuis | 2025-04-18 | 1 | -2/+2 | |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | feat(embassy-stm32/opamp): Add some STM32G4 opamp usage | |||||
| | | * | | | | feat(embassy-stm32/opamp): Add some stm32g4 opamp usage | Ivan Li | 2025-04-14 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ivan Li <[email protected]> | |||||
| | * | | | | | rp: i2c-slave example: fix twice-swapped sda/scl | Matt Johnston | 2025-04-15 | 1 | -6/+6 | |
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | sda and scl were swapped twice. The code worked, but would be confusing trying to interface with pins externally. | |||||
| | * | | | | Merge pull request #4085 from 1-rafael-1/add-rp235x-in-docs-comments | Ulf Lilleengen | 2025-04-14 | 26 | -30/+30 | |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | update documentation and examples to mention RP235x | |||||
| | | * | | | | Update adc.rs | rafael | 2025-04-14 | 1 | -1/+1 | |
| | | | | | | | ||||||
| | | * | | | | Update adc.rs | rafael | 2025-04-14 | 1 | -2/+2 | |
| | | | | | | | ||||||
| | | * | | | | update documentation and examples to mention RP235x | 1-rafael-1 | 2025-04-13 | 26 | -31/+31 | |
| | | |/ / / | ||||||
| | * / / / | update WiFi credentials to placeholders | 1-rafael-1 | 2025-04-13 | 1 | -2/+2 | |
| | |/ / / | ||||||
| | * | | | Merge pull request #4070 from JuliDi/patch-2 | Dario Nieuwenhuis | 2025-04-11 | 2 | -12/+0 | |
| | |\ \ \ | | | | | | | | | | | | | | | | [RP] Fix missing config.composite_with_iads = false; in webusb example | |||||
| | | * | | | remove incompatible device classes and protocol from RP webusb example | JuliDi | 2025-04-11 | 2 | -12/+0 | |
| | | | | | | ||||||
| | * | | | | fixed fmt | Mick Chanthaseth | 2025-04-10 | 1 | -11/+3 | |
| | | | | | | ||||||
| | * | | | | added qspi example for stm32h742 | Mick Chanthaseth | 2025-04-10 | 4 | -0/+380 | |
| | | | | | | ||||||
| | * | | | | Update minimum FCB version to latest released | Felipe Balbi | 2025-04-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Version 0.2+ allows for the user to provide custom FCB for their platform. By default, FCB should work on MIMXRT685s EVK, by NXP. Based on PR by James Munns on the original "out-of-tree" copy of embassy-imxrt: https://github.com/OpenDevicePartnership/embassy-imxrt/pull/387 | |||||
| | * | | | | Convert tabs into spaces | Felipe Balbi | 2025-04-10 | 1 | -26/+26 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Indent everything with spaces instead of TABS. Based on PR by James Munns on the original "out-of-tree" copy of embassy-imxrt: https://github.com/OpenDevicePartnership/embassy-imxrt/pull/387 | |||||
| | * | | | | Add Embassy iMXRT RTC Time Driver | Felipe Balbi | 2025-04-09 | 2 | -2/+4 | |
| | |/ / / | ||||||
| | * | | | Add embassy-imxrt | Felipe Balbi | 2025-04-09 | 9 | -0/+254 | |
| | | | | | | | | | | | | | | | | | | | | | Adds initial support for MIMXRT600 series MCUs from NXP. Subsequent PRs will add more drivers. | |||||
| | * | | | Update Cargo.toml | lonesometraveler | 2025-04-08 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Merge pull request #4016 from antonok-edm/emmc | Dario Nieuwenhuis | 2025-04-06 | 3 | -3/+3 | |
| | |\ \ \ | | | | | | | | | | | | | | | | Support eMMC devices via SDMMC (STM32) | |||||
| | | * | | | refactor to reduce code duplication | Anton Lazarev | 2025-03-31 | 3 | -3/+3 | |
| | | |/ / | ||||||
| | * | | | Merge pull request #4045 from mkj/dev/matt/xspi | Dario Nieuwenhuis | 2025-04-06 | 1 | -0/+448 | |
| | |\ \ \ | | | | | | | | | | | | | | | | stm32h7rs xspi | |||||
| | | * | | | Add stm32h7rs xpi_memory_mapped example | Matt Johnston | 2025-04-04 | 1 | -0/+448 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on ospi_memory_mapped, targetting stm32h7s3 nucleo board. This works in single mode, no octo mode yet. | |||||
| | * | | | | Merge pull request #3983 from ↵ | Ulf Lilleengen | 2025-04-05 | 12 | -12/+12 | |
| | |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | mgomez0/topic/buffered-uart-take-pins-before-interrupts BufferedUart initialization | |||||
| | | * | | | BufferedUart initialization | Michael Gomez | 2025-04-04 | 12 | -12/+12 | |
| | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | This change modifies UART initialization throughout Embassy to take pins before interrupts. Related to #1304. | |||||
| | * / / | mspm0: blocking uart driver | i509VCB | 2025-03-29 | 10 | -5/+180 | |
| | |/ / | ||||||
| | * | | Statically allocate task pools on stable Rust. | Dario Nieuwenhuis | 2025-03-28 | 45 | -45/+45 | |
| | | | | | | | | | | | | | | | | | | | Thanks @0e4ef622 for the awesome idea of how to do it and the first implementation. Co-Authored-By: Matthew Tran <[email protected]> | |||||
| | * | | Remove Peripheral trait, rename PeripheralRef->Peri. | Dario Nieuwenhuis | 2025-03-27 | 57 | -138/+180 | |
| | | | | ||||||
| | * | | stm32/dac: remove DMA generic params. | Dario Nieuwenhuis | 2025-03-25 | 6 | -14/+12 | |
| | | | | ||||||
| | * | | Merge pull request #3966 from i509VCB/mspm0-init | Ulf Lilleengen | 2025-03-21 | 35 | -0/+791 | |
| | |\ \ | | | | | | | | | | | | | Embassy for MSPM0 | |||||
| | | * | | How about debug=0 for c1104? | i509VCB | 2025-03-15 | 1 | -2/+2 | |
| | | | | | ||||||
| | | * | | more aggressive debug level for CI? | i509VCB | 2025-03-15 | 1 | -2/+2 | |
| | | | | | ||||||
| | | * | | Remove temporary target yamls | i509VCB | 2025-03-15 | 4 | -667/+2 | |
| | | | | | | | | | | | | | | | | | These will be in the next probe-rs release | |||||
| | | * | | rustfmt 2: electric boogaloo | i509VCB | 2025-03-13 | 10 | -40/+20 | |
| | | | | | ||||||
| | | * | | Embassy for MSPM0 | i509VCB | 2025-03-13 | 37 | -0/+1476 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
| | * | | | w/ static config, don't need to wait for DHCP | Steven Friedman | 2025-03-20 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | reformat | Steven Friedman | 2025-03-20 | 1 | -3/+6 | |
| | | | | | ||||||
| | * | | | define stm32h7rs ethernet pin traits | Steven Friedman | 2025-03-20 | 2 | -1/+117 | |
| | | | | | ||||||
| | * | | | Added ADC support for STM32C0. | Timofei Korostelev | 2025-03-20 | 1 | -0/+57 | |
| | |/ / | ||||||
| | * | | boot/rp: Bump version number | 9names | 2025-03-09 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | rp: Update embassy-boot-rp to use embassy-rp 0.4.0 | 9names | 2025-03-09 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | rp/pio: Update cyw43-pio to use new version of embassy-rp | 9names | 2025-03-09 | 2 | -2/+2 | |
| | | | | ||||||
| | * | | rp: Update embassy-rp version in examples and tests | 9names | 2025-03-09 | 2 | -2/+2 | |
| | | | | ||||||
