| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | Fix bootloader-rp's bootloader memory region overflow | Rob Pilling | 2024-07-31 | 1 | -1/+1 | |
| | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The bootloader region (`FLASH`) mentioned below overflows into the `BOOTLOADER_STATE` region by `0x100` bytes ``` 0x10000100 + 24K = 0x10006100 ``` https://github.com/embassy-rs/embassy/blob/32adddff9c7fc223853ada7e9ab5b7e06014a47c/examples/boot/bootloader/rp/memory.x#L3-L8 | |||||
| * | | | | Merge pull request #3159 from kalkyl/shared-bus | James Munns | 2024-07-18 | 1 | -0/+115 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | Add example for shared I2C and SPI buses | |||||
| | * | | | | Add link to example in book | kalkyl | 2024-07-08 | 1 | -2/+2 | |
| | | | | | | ||||||
| | * | | | | Add example for shared I2C and SPI buses | kalkyl | 2024-07-08 | 1 | -0/+115 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #3185 from MathiasKoch/embassy-rp/uart-split-ref | Dario Nieuwenhuis | 2024-07-18 | 1 | -1/+1 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | (embassy-rp): Add split_ref fn to uart, allowing a mutable reference split into RX & TX handles | |||||
| | * | | | | | Fix example after swapping bufferedUart rx and tx in split fn | Mathias | 2024-07-17 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Merge pull request #3163 from michelrandahl/f303-tsc-example | Dario Nieuwenhuis | 2024-07-18 | 3 | -0/+336 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | add TSC examples | |||||
| | * | | | | | | add async TSC example for STM32L073 | michel | 2024-07-10 | 1 | -0/+122 | |
| | | | | | | | | ||||||
| | * | | | | | | add blocking TSC examples | michel | 2024-07-10 | 2 | -0/+214 | |
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #3171 from nerwalt/nrf9151 | Dario Nieuwenhuis | 2024-07-18 | 15 | -1/+1769 | |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | nrf9151 support | |||||
| | * | | | | | cargo fmt examples | nerwalt | 2024-07-15 | 2 | -4/+0 | |
| | | | | | | | ||||||
| | * | | | | | Merge branch 'main' into nrf9151 | nerwalt | 2024-07-11 | 31 | -24/+1399 | |
| | |\ \ \ \ \ | | | |_|/ / | | |/| | | | ||||||
| | * | | | | | Merge branch 'main' into nrf9151 | nerwalt | 2024-07-01 | 1 | -0/+85 | |
| | |\ \ \ \ \ | ||||||
| | * | | | | | | Adding uart example to 9151-ns | nerwalt | 2024-06-28 | 2 | -3/+40 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated README | |||||
| | * | | | | | | Adding support for 9120 | nerwalt | 2024-06-28 | 4 | -4/+2 | |
| | | | | | | | | ||||||
| | * | | | | | | Adding initial support for nrf9151 s and ns | nerwalt | 2024-06-27 | 13 | -0/+1737 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding s and ns examples, including a reference TFM | |||||
| * | | | | | | | bump more udbd-hid usages to 0.8.1 | JuliDi | 2024-07-16 | 5 | -5/+5 | |
| | | | | | | | | ||||||
| * | | | | | | | bump usbd-hid from 0.7.0 to 0.8.1 | JuliDi | 2024-07-16 | 1 | -1/+1 | |
| | |_|/ / / / |/| | | | | | ||||||
| * | | | | | | rustfmt | rafael | 2024-07-08 | 1 | -5/+2 | |
| | | | | | | | ||||||
| * | | | | | | rustfmt | rafael | 2024-07-08 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | add assign_resources example | rafael | 2024-07-08 | 2 | -0/+85 | |
| | |_|_|/ / |/| | | | | ||||||
| * | | | | | Add more docs and cross-links | kalkyl | 2024-07-08 | 1 | -6/+16 | |
| | | | | | | ||||||
| * | | | | | Add example for sharing things between tasks | kalkyl | 2024-07-08 | 1 | -0/+140 | |
| | |_|/ / |/| | | | ||||||
| * | | | | Fixed to reserve as much space as it uses. | Dickless | 2024-07-07 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | [#2905 #2904] Replaced static raw array with GroundedArrayCell | Dickless | 2024-07-06 | 1 | -3/+9 | |
| | | | | | ||||||
| * | | | | cargo +nightly fmt | Dickless | 2024-07-05 | 1 | -3/+1 | |
| | | | | | ||||||
| * | | | | rustfmt | Dickless | 2024-07-05 | 1 | -2/+1 | |
| | | | | | ||||||
| * | | | | add SAI example | Dickless | 2024-07-05 | 2 | -0/+190 | |
| | | | | | ||||||
| * | | | | stm32 adc: introduce blocking_read | Andres Vahter | 2024-07-03 | 11 | -18/+18 | |
| | | | | | ||||||
| * | | | | Merge pull request #3128 from andresv/stm32-adc-dma-v3 | Ulf Lilleengen | 2024-07-03 | 2 | -0/+120 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | STM32 ADC v3 and V4 DMA support | |||||
| | * | | | | stm32g0: add adc_dma example | Andres Vahter | 2024-07-03 | 1 | -0/+44 | |
| | | | | | | ||||||
| | * | | | | add async dma read example | Alexandros Liarokapis | 2024-07-02 | 1 | -0/+76 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #3124 from Adancurusul/dev | Ulf Lilleengen | 2024-07-03 | 1 | -0/+43 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add adc oversampling support | |||||
| | * | | | | | Add adc oversampling support | Chen Yuheng | 2024-06-27 | 1 | -0/+43 | |
| | | |/ / / | |/| | | | ||||||
| * | | | | | Merge pull request #3111 from Eekle/feature/async_tsc | Ulf Lilleengen | 2024-07-02 | 1 | -2/+8 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Add async API to TSC | |||||
| | * | | | | | Update example | Eekle | 2024-06-30 | 1 | -2/+2 | |
| | | | | | | | ||||||
| | * | | | | | fmt | Eekle | 2024-06-23 | 1 | -4/+2 | |
| | | | | | | | ||||||
| | * | | | | | Add async wait to TSC | Eekle | 2024-06-23 | 1 | -2/+10 | |
| | | | | | | | ||||||
| * | | | | | | Merge pull request #3132 from oro-os/wiznet-version-check | Dario Nieuwenhuis | 2024-07-02 | 5 | -5/+11 | |
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | wiznet: add version check to initialization sequence | |||||
| | * | | | | | wiznet: add version check to initialization sequence | Josh Junon | 2024-06-30 | 5 | -5/+11 | |
| | | |/ / / | |/| | | | ||||||
| * | | | | | Merge pull request #3116 from sethkrie/adc-v2-ringbuf | Dario Nieuwenhuis | 2024-07-02 | 1 | -0/+83 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | ring buffered adc v2 | |||||
| | * | | | | | CI | seth | 2024-06-24 | 1 | -8/+13 | |
| | | | | | | | ||||||
| | * | | | | | second adc added to example + API todos completed | seth | 2024-06-24 | 1 | -6/+26 | |
| | | | | | | | ||||||
| | * | | | | | fmt | seth | 2024-06-24 | 1 | -3/+2 | |
| | | | | | | | ||||||
| | * | | | | | new PR, taking Dirbao's advice to make the DMA impl in a separate struct ↵ | seth | 2024-06-24 | 1 | -0/+59 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | that consumes Adc<T> to make RingBufferedAdc<T>. Handling overrun similar to RingBufferedUart | |||||
| * | | | | | | Merge pull request #3127 from shufps/feat/dds-example | Dario Nieuwenhuis | 2024-07-01 | 2 | -1/+117 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Feat/dds example | |||||
| | * | | | | | | format | shufps | 2024-06-28 | 1 | -5/+3 | |
| | | | | | | | | ||||||
| | * | | | | | | added comment | shufps | 2024-06-28 | 1 | -0/+1 | |
| | | | | | | | | ||||||
| | * | | | | | | added DDS example | shufps | 2024-06-28 | 2 | -1/+118 | |
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #3126 from ninjasource/stm32-ltdc | Dario Nieuwenhuis | 2024-07-01 | 6 | -0/+576 | |
| |\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | Add support for the stm32 LTDC display peripheral | |||||
