aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4468 from korbin/embassy-net-eqDario Nieuwenhuis2025-07-271-3/+3
|\
| * add missing PartialEq and Eq trait derives to embassy-net config structskorbin2025-07-271-3/+3
* | Merge pull request #4471 from 0ge/mainDario Nieuwenhuis2025-07-272-39/+21
|\ \ | |/ |/|
| * examples: fix RP2040 link establishing logicOscar Aurin2025-07-272-39/+21
|/
* ci: lower book, doc job prioDario Nieuwenhuis2025-07-272-2/+2
* Merge pull request #4465 from korbin/embassy-net-defmtDario Nieuwenhuis2025-07-262-1/+7
|\
| * add embassy-time/defmt config flag passthroughkorbin2025-07-261-1/+1
| * add embassy-net defmt derives for config structskorbin2025-07-261-0/+6
|/
* Merge pull request #4184 from Ragarnoy/stm32h755-intercoreDario Nieuwenhuis2025-07-264-20/+412
|\
| * Merge branch 'embassy-rs:main' into stm32h755-intercoreRagarnoy2025-05-21205-558/+4872
| |\
| * | Remove unnecessary atomic fences from intercore examplesragarnoy2025-05-212-11/+0
| * | nightly rustfmt really do be my bane rnragarnoy2025-05-101-0/+1
| * | Rewrite documentation and generally improve itragarnoy2025-05-102-61/+71
| * | fix release mode that was broken by lto and codegen units (there are probably...ragarnoy2025-05-104-14/+20
| * | dead code, formatting, ci, we're goodragarnoy2025-05-102-5/+3
| * | formatting againragarnoy2025-05-102-3/+2
| * | formattingragarnoy2025-05-101-14/+11
| * | Add #[allow(dead_code] attributes and rename spawner variableragarnoy2025-05-101-1/+3
| * | rustfmtragarnoy2025-05-102-13/+12
| * | Add intercore communication examples for STM32H755CM4 and CM7, does not work ...ragarnoy2025-05-104-24/+415
* | | Merge pull request #4279 from benjaminschlegel87/stm32_adc_v3_hw_oversampling...Dario Nieuwenhuis2025-07-261-0/+36
|\ \ \
| * | | fixed build after rebaseemkanea-dev2025-07-251-2/+2
| * | | Merge branch 'embassy-rs:main' into stm32_adc_v3_hw_oversampling_supportbenjaminschlegel872025-07-25321-2220/+10994
| |\ \ \
| * | | | adjusted for u0 as wellBenjamin2025-06-031-2/+2
| * | | | Fixed variations in register access for different familiesBenjamin2025-06-031-1/+6
| * | | | Added Option to enable HW Oversampling in STM32 V3 ADCs. Copied from adc/v4.r...Benjamin2025-06-031-0/+31
* | | | | Merge pull request #4460 from rickrogers-ionq/h7rs-xspi-fixesDario Nieuwenhuis2025-07-267-2/+53
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | include proper pll divs/divt initializationRick Rogers2025-07-252-2/+34
| * | | | address ci test failureRick Rogers2025-07-251-0/+2
| * | | | address rustfmt ci checkRick Rogers2025-07-251-3/+3
| * | | | Merge branch 'main' into h7rs-xspi-fixesRick Rogers2025-07-2514-87/+508
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #4259 from natevw/patch-1Dario Nieuwenhuis2025-07-241-1/+1
|\ \ \ \ \
| * | | | | Update layer_by_layer.adoc to clarify PAC limitationsNathan Vander Wilt2025-05-271-1/+1
* | | | | | Merge pull request #4455 from embassy-rs/eeh-time-no-defaultDario Nieuwenhuis2025-07-242-1/+2
|\ \ \ \ \ \
| * | | | | | embassy-embedded-hal: make time feature non-defaultDario Nieuwenhuis2025-07-252-1/+2
* | | | | | | Merge pull request #4454 from embassy-rs/stm32-i2c-slave-v2Dario Nieuwenhuis2025-07-242-58/+221
|\ \ \ \ \ \ \
| * | | | | | | fix: stm32 i2c slave blocking r/wKnaifhogg2025-07-242-58/+221
* | | | | | | | Merge pull request #4183 from IvanLi-CN/feat/stm32-dac-new-unbufferedDario Nieuwenhuis2025-07-241-0/+40
|\ \ \ \ \ \ \ \
| * | | | | | | | feat(stm32): Add DAC::new_unbuffered method.Ivan Li2025-05-251-0/+40
* | | | | | | | | Merge pull request #4296 from adamNewell/fix-rp2350-stack-guard-rlarDario Nieuwenhuis2025-07-241-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix MPU region enablement in stack guard installationAdam Newell2025-06-091-1/+1
* | | | | | | | | | Merge pull request #4302 from Jacke-debug/get_max_duty_off_by_oneDario Nieuwenhuis2025-07-241-2/+10
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Also update the AdvancedInstace4Channel versionJakob2025-06-111-1/+5
| * | | | | | | | | | Add separate case for center aligned modeJakob2025-06-111-1/+5
| * | | | | | | | | | Remove incorrect addition of 1 to get_max_dutyJakob2025-06-111-1/+1
* | | | | | | | | | | Merge pull request #4303 from Jacke-debug/autoreload_preloadDario Nieuwenhuis2025-07-241-0/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Enable autoreload_preload for complementary PWMJakob2025-06-111-0/+1
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #4305 from annie444/mainDario Nieuwenhuis2025-07-241-0/+50
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | Move the methods to the cfg gated impls to handle register renaming.Annie Ehler2025-06-121-25/+50
| * | | | | | | | | Add extra methods for the low-power interrupt timer.Annie Ehler2025-06-111-0/+25
| |/ / / / / / / /