aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix build errorsKarun2024-04-031-31/+62
* Configure dual-quad setting by constructorKarun2024-04-031-8/+20
* Remove data length from transfer configKarun2024-04-031-75/+16
* Address PR commentsKarun2024-04-031-14/+8
* Update metapacKarun2024-04-031-2/+2
* Add octospi version dependency for max transfer supportKarun2024-04-021-2/+8
* Update to use private supertrait, following PR#2730Karun2024-04-021-15/+12
* Merge branch 'main' into karun/main_octospi_implementationKarun Koppula2024-04-02229-4158/+8571
|\
| * Merge pull request #2755 from alexmoon/sync-semaphoreUlf Lilleengen2024-04-022-0/+705
| |\
| | * Semaphore synchronization primitiveAlex Moon2024-03-302-0/+705
| * | Merge pull request #2763 from UPB-FILS-MA/rp_rename_pwm_channel_to_sliceDario Nieuwenhuis2024-04-021-64/+64
| |\ \
| | * | rename pins data type and the macroAlexandru RADOVICI2024-04-021-40/+40
| | * | rename pwm channels to pwm slices, including in documentationAlexandru RADOVICI2024-04-021-8/+8
| | * | rename the Channel trait to Slice and the PwmPin to PwmChannelAlexandru RADOVICI2024-04-021-60/+60
| |/ /
| * | Merge pull request #2762 from UPB-FILS-MA/rp_rename_pwmDario Nieuwenhuis2024-04-026-56/+56
| |\ \
| | * | rename PWM_CH to PWM_SLICEAlexandru RADOVICI2024-04-026-56/+56
| |/ /
| * | Merge pull request #2760 from embassy-rs/stm32-bxcan-flattenDario Nieuwenhuis2024-04-0211-1159/+807
| |\ \
| | * | stm32/can: simplify bxcan api, merging bx::* into the main structs.Dario Nieuwenhuis2024-04-0211-1159/+807
| |/ /
| * | Merge pull request #2757 from tyler-gilbert/add-async-stop-stm32-dma_bdmaDario Nieuwenhuis2024-04-011-1/+62
| |\ \
| | * | Add async stop() function to stm32 bdma_dmaTyler Gilbert2024-03-311-1/+62
| | |/
| * | Merge pull request #2756 from Frostie314159/ticker_send_syncDario Nieuwenhuis2024-03-311-1/+1
| |\ \ | | |/ | |/|
| | * Merge branch 'embassy-rs:main' into ticker_send_syncFrostie3141592024-03-31860-13234/+32646
| | |\ | | |/ | |/|
| * | Merge pull request #2754 from UPB-FILS-MA/alexandruradovici-patch-1Dario Nieuwenhuis2024-03-301-1/+1
| |\ \
| | * | fix typoAlexandru Radovici2024-03-301-1/+1
| |/ /
| * | Merge pull request #2295 from Frostie314159/reset-at-afterDario Nieuwenhuis2024-03-281-0/+12
| |\ \
| | * | Adjusted behavior.Frostie3141592024-03-281-2/+2
| | * | Merge branch 'embassy-rs:main' into reset-at-afterFrostie3141592024-03-21847-11805/+30804
| | |\ \
| | * | | Adjusted documentation and reset_after behaviour.Frostie3141592023-12-111-1/+3
| | * | | Introduce reset_{at|after} functions for Ticker.Frostie3141592023-12-111-0/+10
| * | | | Merge pull request #2744 from cschuhen/feature/bxcan_use_fdcan_apiDario Nieuwenhuis2024-03-2815-894/+1305
| |\ \ \ \
| | * | | | RTR fix.Corey Schuhen2024-03-281-1/+2
| | * | | | Fixes for no-time.Corey Schuhen2024-03-282-12/+20
| | * | | | CAN: Use the same testing code for BXCAN and FDCAN h/w.Corey Schuhen2024-03-283-194/+163
| | * | | | CAN: Unify API's between BXCAN and FDCAN. Use Envelope for all read methods i...Corey Schuhen2024-03-2812-152/+295
| | * | | | BXCAN: Add struct that combines Buffered RX and Buffered TX.Corey Schuhen2024-03-281-1/+54
| | * | | | BXCAN: Create TxMode in order to support buffered TX.Corey Schuhen2024-03-282-15/+120
| | * | | | BXCAN: Create RxMode enum and move reader methods into it, laying foundations...Corey Schuhen2024-03-284-73/+219
| | * | | | BXCAN: Register access into new Registers struct.Corey Schuhen2024-03-284-367/+452
| | * | | | BXCAN: Cut out more that wasn't required from BXCAN crate.Corey Schuhen2024-03-282-120/+12
| | * | | | CAN: Move some FDCAN definitions into a module to share with BXCAN.Corey Schuhen2024-03-282-52/+61
| |/ / / /
| * | | | Merge pull request #2745 from de-vri-es/bxcan-keep-rtr-flagDario Nieuwenhuis2024-03-271-4/+4
| |\ \ \ \
| | * | | | embassy_stm32: Preseve the RTR flag in messages.Maarten de Vries2024-03-271-4/+4
| * | | | | Merge pull request #2739 from adri326/adri326/nodma-embedded-ioDario Nieuwenhuis2024-03-271-5/+41
| |\ \ \ \ \
| | * | | | | Document why embedded_io::Read cannot be implemented for the base UartEmilie Burgun2024-03-271-3/+41
| | * | | | | Remove the need for TxDma to be a DMA channel in the blocking UartTx implEmilie Burgun2024-03-261-2/+0
| * | | | | | Merge pull request #2738 from eZioPan/h5-lse-low-driveDario Nieuwenhuis2024-03-271-0/+2
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | stm32 H5: LSE low drive mode is not functionaleZio Pan2024-03-271-0/+2
| * | | | | | Merge pull request #2737 from adri326/adri326/add-iosv-optionDario Nieuwenhuis2024-03-264-20/+28
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Remove ad-hoc fixes for setting the IOSV bit to trueEmilie Burgun2024-03-263-20/+0
| | * | | | | Missing half of the implementation detail commentEmilie Burgun2024-03-261-1/+2