aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | Merge pull request #4113 from alexmoon/twim-ram-bufferUlf Lilleengen2025-04-302-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 allocatedAlex Moon2025-04-182-1/+5
| | | | |
| | * | | Updated the pio onewire exampleMarc2025-04-251-49/+53
| | |/ /
| * / / Add support for L5Dion Dokter2025-04-291-1/+1
| |/ /
| * | Merge pull request #3965 from toon23/stm32_usart-pin_configDario Nieuwenhuis2025-04-181-5/+8
| |\ \ | | | | | | | | | | | | Stm32 usart: implement pin config for cts, tx, rts and de
| | * | Stm32 usart: better names for open drain pin modesAnton Pöhl2025-04-161-2/+2
| | | |
| | * | Stm32 usart: remove HalfDuplexConfigAnton Pöhl2025-04-111-5/+8
| | | | | | | | | | | | | | | | The pin parameters of usart::Config are used instead.
| * | | Merge pull request #4082 from markmurphydev/patch-1Dario Nieuwenhuis2025-04-181-1/+1
| |\ \ \ | | | | | | | | | | | | | | | Update blinky_wifi example name
| | * | | Update blinky_wifi example nameMark Murphy2025-04-121-1/+1
| | | | | | | | | | | | | | | The RP pico w 2 blinky example is currently called `blinky_wifi`
| * | | | Merge pull request #4089 from IvanLi-CN/g4-opampDario Nieuwenhuis2025-04-181-2/+2
| |\ \ \ \ | | | | | | | | | | | | | | | | | | feat(embassy-stm32/opamp): Add some STM32G4 opamp usage
| | * | | | feat(embassy-stm32/opamp): Add some stm32g4 opamp usageIvan Li2025-04-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ivan Li <[email protected]>
| * | | | | rp: i2c-slave example: fix twice-swapped sda/sclMatt Johnston2025-04-151-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-commentsUlf Lilleengen2025-04-1426-30/+30
| |\ \ \ \ | | | | | | | | | | | | | | | | | | update documentation and examples to mention RP235x
| | * | | | Update adc.rsrafael2025-04-141-1/+1
| | | | | |
| | * | | | Update adc.rsrafael2025-04-141-2/+2
| | | | | |
| | * | | | update documentation and examples to mention RP235x1-rafael-12025-04-1326-31/+31
| | |/ / /
| * / / / update WiFi credentials to placeholders1-rafael-12025-04-131-2/+2
| |/ / /
| * | | Merge pull request #4070 from JuliDi/patch-2Dario Nieuwenhuis2025-04-112-12/+0
| |\ \ \ | | | | | | | | | | | | | | | [RP] Fix missing config.composite_with_iads = false; in webusb example
| | * | | remove incompatible device classes and protocol from RP webusb exampleJuliDi2025-04-112-12/+0
| | | | |
| * | | | fixed fmtMick Chanthaseth2025-04-101-11/+3
| | | | |
| * | | | added qspi example for stm32h742Mick Chanthaseth2025-04-104-0/+380
| | | | |
| * | | | Update minimum FCB version to latest releasedFelipe Balbi2025-04-101-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 spacesFelipe Balbi2025-04-101-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 DriverFelipe Balbi2025-04-092-2/+4
| |/ / /
| * | | Add embassy-imxrtFelipe Balbi2025-04-099-0/+254
| | | | | | | | | | | | | | | | | | | | Adds initial support for MIMXRT600 series MCUs from NXP. Subsequent PRs will add more drivers.
| * | | Update Cargo.tomllonesometraveler2025-04-081-1/+1
| | | |
| * | | Merge pull request #4016 from antonok-edm/emmcDario Nieuwenhuis2025-04-063-3/+3
| |\ \ \ | | | | | | | | | | | | | | | Support eMMC devices via SDMMC (STM32)
| | * | | refactor to reduce code duplicationAnton Lazarev2025-03-313-3/+3
| | |/ /
| * | | Merge pull request #4045 from mkj/dev/matt/xspiDario Nieuwenhuis2025-04-061-0/+448
| |\ \ \ | | | | | | | | | | | | | | | stm32h7rs xspi
| | * | | Add stm32h7rs xpi_memory_mapped exampleMatt Johnston2025-04-041-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 Lilleengen2025-04-0512-12/+12
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | mgomez0/topic/buffered-uart-take-pins-before-interrupts BufferedUart initialization
| | * | | BufferedUart initializationMichael Gomez2025-04-0412-12/+12
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | This change modifies UART initialization throughout Embassy to take pins before interrupts. Related to #1304.
| * / / mspm0: blocking uart driveri509VCB2025-03-2910-5/+180
| |/ /
| * | Statically allocate task pools on stable Rust.Dario Nieuwenhuis2025-03-2845-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 Nieuwenhuis2025-03-2757-138/+180
| | |
| * | stm32/dac: remove DMA generic params.Dario Nieuwenhuis2025-03-256-14/+12
| | |
| * | Merge pull request #3966 from i509VCB/mspm0-initUlf Lilleengen2025-03-2135-0/+791
| |\ \ | | | | | | | | | | | | Embassy for MSPM0
| | * | How about debug=0 for c1104?i509VCB2025-03-151-2/+2
| | | |
| | * | more aggressive debug level for CI?i509VCB2025-03-151-2/+2
| | | |
| | * | Remove temporary target yamlsi509VCB2025-03-154-667/+2
| | | | | | | | | | | | | | | | These will be in the next probe-rs release
| | * | rustfmt 2: electric boogalooi509VCB2025-03-1310-40/+20
| | | |
| | * | Embassy for MSPM0i509VCB2025-03-1337-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 DHCPSteven Friedman2025-03-201-1/+1
| | | |
| * | | reformatSteven Friedman2025-03-201-3/+6
| | | |
| * | | define stm32h7rs ethernet pin traitsSteven Friedman2025-03-202-1/+117
| | | |
| * | | Added ADC support for STM32C0.Timofei Korostelev2025-03-201-0/+57
| |/ /
| * | boot/rp: Bump version number9names2025-03-091-1/+1
| | |
| * | rp: Update embassy-boot-rp to use embassy-rp 0.4.09names2025-03-091-1/+1
| | |
| * | rp/pio: Update cyw43-pio to use new version of embassy-rp9names2025-03-092-2/+2
| | |
| * | rp: Update embassy-rp version in examples and tests9names2025-03-092-2/+2
| | |