| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove use of static mut. | Dario Nieuwenhuis | 2024-12-16 | 2 | -16/+22 |
| | | |||||
| * | Merge pull request #3593 from bugadani/refactor | Dario Nieuwenhuis | 2024-12-16 | 52 | -52/+53 |
| |\ | | | | | | | Rework time-driver contract. | ||||
| | * | Make `integrated-timers` the default, remove Cargo feature. | Dario Nieuwenhuis | 2024-12-15 | 52 | -52/+52 |
| | | | |||||
| | * | Refactor integrated-timers | Dániel Buga | 2024-12-10 | 1 | -1/+2 |
| | | | |||||
| * | | Merge pull request #3613 from mubes/stm32u5_otg_hs_support | Dario Nieuwenhuis | 2024-12-13 | 1 | -0/+129 |
| |\ \ | |/ |/| | | | Add support for stm32u595/5a5 OTG_HS in client mode | ||||
| | * | Add support for stm32u595/5a5 OTG_HS in client mode | Dave Marples | 2024-12-10 | 1 | -0/+129 |
| | | | |||||
| * | | Merge pull request #3626 from tommy-gilligan/rp23-usb-hid-keyboard-example | Ulf Lilleengen | 2024-12-10 | 1 | -0/+193 |
| |\ \ | | | | | | | | | | rp23: port usb_hid_keyboard example from rp | ||||
| | * | | cargo +nightly fmt | Tommy Gilligan | 2024-12-10 | 1 | -1/+1 |
| | | | | |||||
| | * | | rp23: port usb_hid_keyboard example from rp | Tommy Gilligan | 2024-12-08 | 1 | -0/+193 |
| | |/ | |||||
| * / | stm32wb-dfu: add MSOS headers | Gerhard de Clercq | 2024-12-10 | 1 | -1/+16 |
| |/ | | | | The USB DFU example now shows how to automatically get the WinUSB driver assigned. | ||||
| * | STM32: bump to latest stm32-metapac | David Lawrence | 2024-12-06 | 1 | -2/+2 |
| | | | | | HRTIM driver is updated per https://github.com/embassy-rs/stm32-data/pull/544 | ||||
| * | docs: improve stm32 embassy-usb-dfu example | Badr Bouslikhin | 2024-12-05 | 1 | -3/+29 |
| | | |||||
| * | Merge pull request #3274 from michelrandahl/discriminating-pins-within-tsc-group | Dario Nieuwenhuis | 2024-12-03 | 19 | -383/+1371 |
| |\ | | | | | STM32-TSC: enable discriminating between pins within same TSC group and improve TSC library in general | ||||
| | * | stm32 tsc: added multipin example for stm32f3 | michel | 2024-11-29 | 1 | -0/+204 |
| | | | |||||
| | * | stm32 tsc examples: minor corrections | michel | 2024-11-29 | 2 | -6/+6 |
| | | | |||||
| | * | Refactor TSC module: Remove redundant 'Tsc' prefixes for improved naming ↵ | michel | 2024-11-29 | 8 | -29/+29 |
| | | | | | | | | | consistency | ||||
| | * | stm32 multipin examples: remove check for group status since we are using ↵ | michel | 2024-11-29 | 2 | -52/+4 |
| | | | | | | | | | the async pending method | ||||
| | * | STM32-TSC: enable discriminating between pins within same TSC group and ↵ | michel | 2024-11-29 | 18 | -383/+1215 |
| | | | | | | | | | improve TSC library in general | ||||
| * | | Merge pull request #3512 from EnmanuelParache/stm32_usart_set_baudrate | Dario Nieuwenhuis | 2024-12-02 | 1 | -0/+37 |
| |\ \ | | | | | | | | | | stm32/usart: Changing baud rate | ||||
| | * | | stm32/usart: Changing baud rate | Enmanuel Parache | 2024-12-03 | 1 | -0/+37 |
| | | | | |||||
| * | | | Merge pull request #3024 from bsodmike/fix_rp_wifi_example | Dario Nieuwenhuis | 2024-12-02 | 1 | -5/+0 |
| |\ \ \ | | | | | | | | | | | | | Update RP Wifi Scan Example: Remove code that isn't used by the example (minor cleanup) | ||||
| | * | | | Remove code that isn't used by the example | Michael de Silva | 2024-12-03 | 1 | -5/+0 |
| | |/ / | |||||
| * | | | Merge pull request #3600 from embassy-rs/patch-1 | Dario Nieuwenhuis | 2024-12-02 | 2 | -3/+2 |
| |\ \ \ | |/ / |/| | | | | | Add set_config method to RP SPI driver (rebased #3419) | ||||
| | * | | examples/rp: update sdmmc. | Dario Nieuwenhuis | 2024-12-03 | 1 | -2/+1 |
| | | | | |||||
| | * | | Add `set_config` method to RP SPI driver | dstric-aqueduct | 2024-12-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Add a `set_config` method to `Spi` to allow reconfiguring SPI mode after creation. The existing implementation of the `embassy-embedded-hal` trait `SetConfig` is changed to use the new method. Existing uses of `SetConfig` trait may need to explicitly call the trait method to maintain current return type. | ||||
| * | | | formatting | rafael | 2024-12-02 | 2 | -2/+2 |
| | | | | |||||
| * | | | formatting | rafael | 2024-12-02 | 2 | -5/+5 |
| | | | | |||||
| * | | | correct rp pwm dutycycle examples: desired frequency | rafael | 2024-12-02 | 3 | -11/+22 |
| |/ / | |||||
| * | | Merge pull request #3566 from IvanLi-CN/feat/adc-read-async-stm32g4 | Dario Nieuwenhuis | 2024-12-02 | 1 | -0/+60 |
| |\ \ | |/ |/| | STM32: Implement Asynchronous ADC Reading for G4 | ||||
| | * | stm32 adc g4: example of async read | Ivan Li | 2024-11-23 | 1 | -0/+60 |
| | | | | | | | | | Signed-off-by: Ivan Li <[email protected]> | ||||
| * | | Rename example crate to remove warning | Ulf Lilleengen | 2024-11-29 | 1 | -1/+1 |
| | | | |||||
| * | | net: release v0.5.0 | Dario Nieuwenhuis | 2024-11-28 | 18 | -18/+18 |
| | | | |||||
| * | | feat: change SOF timer to input capture | elagil | 2024-11-24 | 2 | -38/+61 |
| | | | |||||
| * | | feat(stm32h5): add usb audio example | elagil | 2024-11-24 | 1 | -0/+367 |
| | | | |||||
| * | | feat(stm32f4): add usb audio example | elagil | 2024-11-24 | 2 | -0/+376 |
| |/ | |||||
| * | Bump sync version (#3562) | Dániel Buga | 2024-11-22 | 52 | -52/+52 |
| | | | | | | | | * Bump sync version * Use old embassy-sync in rp bluetooth example * Downgrade update to minor | ||||
| * | STM32H5xx ADC (#3557) | Gabriel Smith | 2024-11-21 | 1 | -0/+59 |
| | | | | | | * stm32: Update STM32 data source * stm32h5: Add ADC example | ||||
| * | nrf: Add NFCT driver. | Dario Nieuwenhuis | 2024-11-20 | 1 | -0/+79 |
| | | | | | | Co-Authored-By: turbocool3r <[email protected]> Co-Authored-By: ferris <[email protected]> | ||||
| * | chore: update for latest SAI features | elagil | 2024-11-18 | 1 | -24/+29 |
| | | |||||
| * | fix: use latest SAI driver | elagil | 2024-11-18 | 1 | -1/+0 |
| | | |||||
| * | feat: Add SPDIFRX example | elagil | 2024-11-18 | 5 | -0/+379 |
| | | |||||
| * | nrf: add nrf54l base: gpio and time driver. | Dario Nieuwenhuis | 2024-11-17 | 5 | -0/+92 |
| | | |||||
| * | fix: unwrap sai receiver `start()` | elagil | 2024-11-16 | 1 | -1/+1 |
| | | |||||
| * | fix(SAI): disallow start without initial write | elagil | 2024-11-16 | 1 | -1/+0 |
| | | |||||
| * | Update nrf-pac. | Dario Nieuwenhuis | 2024-11-15 | 18 | -25/+25 |
| | | |||||
| * | Merge pull request #1660 from Georges760/examples/rp/spi_gc9a01 | Ulf Lilleengen | 2024-11-14 | 2 | -0/+127 |
| |\ | | | | | | | add spi_display with mipidsi example for rp pico | ||||
| | * | fix fmt | Georges Palauqui | 2024-11-05 | 1 | -1/+1 |
| | | | |||||
| | * | add second example fo SPI display on RP | Georges Palauqui | 2024-11-05 | 2 | -0/+127 |
| | | | |||||
| * | | Fix multiprio examples for stm32 devices. | Cedric VINCENT | 2024-11-13 | 3 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit bbe1eebc has changed the order of TIM candidates when using the time-driver-any feature. For instance, in the case of STM32F3, it previously returned TIM2 but now returns TIM15. Consequently, the "multiprio" example no longer works as it requires three *free* CC register (for alarms), while TIM15 provides only one (CC1 is always reserved for regular time keeping). This commit was successfully tested on STM32F3. Additionally, I verified that all the examples using a timer for STM32F0 and STM32F4 still build correctly. Fixes #2749 | ||||
| * | | Release embassy-executor 0.6.3. | Dario Nieuwenhuis | 2024-11-12 | 50 | -50/+50 |
| | | | |||||
