aboutsummaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
...
* | Separated USB_OTG_HS to STM32WBA6Gerzain Mata2025-07-278-0/+209
| |
* | Working USB_OTG_HS example for STM32WBAGerzain Mata2025-07-272-138/+6
| |
* | Merge branch 'main' into feat/stm32wba-usb-exampleGerzain Mata2025-07-275-48/+31
|\ \
| * \ Merge pull request #4463 from leftger/feat/stm32wba-rcc-pll-supportDario Nieuwenhuis2025-07-271-0/+65
| |\ \ | | | | | | | | | | | | Added support for PLL as a clock source on STM32WBA
| | * | Fixed timer config on STM32WBA pwm exampleGerzain Mata2025-07-271-2/+2
| | | |
| | * | Cargo fmtGerzain Mata2025-07-271-2/+3
| | | |
| | * | Merge branch 'main' into feat/stm32wba-rcc-pll-supportleftger2025-07-278-20/+420
| | |\ \
| | * | | Added changes based on PR reviewGerzain Mata2025-07-271-2/+1
| | | | |
| * | | | examples: fix RP2040 link establishing logicOscar Aurin2025-07-272-39/+21
| | |/ / | |/| |
* | | | Working USB_OTG_HS exampleGerzain Mata2025-07-272-34/+37
| | | |
* | | | Merge branch 'main' into feat/stm32wba-usb-exampleGerzain Mata2025-07-278-20/+420
|\| | |
| * | | Merge pull request #4184 from Ragarnoy/stm32h755-intercoreDario Nieuwenhuis2025-07-264-20/+412
| |\ \ \ | | | | | | | | | | | | | | | Add intercore communication example for STM32H755CM4 and CM7
| | * \ \ Merge branch 'embassy-rs:main' into stm32h755-intercoreRagarnoy2025-05-21112-273/+702
| | |\ \ \
| | * | | | 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 ↵ragarnoy2025-05-104-14/+20
| | | | | | | | | | | | | | | | | | | | | | | | probably things that can be done to be able to keep lto, I haven't found yet)
| | * | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | in release for now (for some reason)
| * | | | | Merge branch 'main' into h7rs-xspi-fixesRick Rogers2025-07-251-1/+8
| |\ \ \ \ \
| * | | | | | add plls/t to stm32h7rs examplesRick Rogers2025-07-244-0/+8
| | | | | | |
* | | | | | | WIP changesGerzain Mata2025-07-251-3/+1
| | | | | | |
* | | | | | | Merge branch 'feat/stm32wba-rcc-pll-support' into feat/stm32wba-usb-exampleGerzain Mata2025-07-251-0/+65
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Added support for PLL as a clock source on STM32WBAGerzain Mata2025-07-251-0/+65
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | - PLL multiplier and dividers work - Added timer example
* | | | | | Fixed usb_hs_serial exampleGerzain Mata2025-07-251-8/+7
| | | | | |
* | | | | | Moved from HSE to HSI to generate USB_OTG_HS_CLKGerzain Mata2025-07-251-11/+13
| | | | | |
* | | | | | Merge branch 'main' into feat/stm32wba-usb-exampleGerzain Mata2025-07-241-1/+8
|\| | | | |
| * | | | | stm32/wb: Add memory manager to GATT exampleclubby7892025-07-231-1/+8
| |/ / / /
* | | | | Partially working USB exampleGerzain Mata2025-07-241-10/+10
| | | | |
* | | | | Working USB. Still no enumerationGerzain Mata2025-07-231-5/+5
| | | | |
* | | | | Cargo fmtGerzain Mata2025-07-231-11/+12
| | | | |
* | | | | Added PLL HAL code for STM32WBAGerzain Mata2025-07-231-3/+23
| | | | |
* | | | | Merge branch 'main' into feat/stm32wba-usb-exampleGerzain Mata2025-07-2326-14/+422
|\| | | |
| * | | | Merge pull request #4436 from i509VCB/rt1062i509VCB2025-07-226-0/+170
| |\ \ \ \ | | | | | | | | | | | | | | | | | | nxp: Add mimxrt1062 support
| | * | | | nxp: Add mimxrt1062 supporti509VCB2025-07-226-0/+170
| | | | | | | | | | | | | | | | | | | | | | | | The examples in this case are designed for the IMXRT1060-EVK. The same chip is used in the Teensy 4.0/1, but that will probably get its own set of examples due to some differences such as the FCB.
| * | | | | Merge pull request #4409 from i509VCB/uart-asynci509VCB2025-07-221-0/+2
| |\ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | mspm0: add buffered uart driver
| | * | | | mspm0: add buffered uart driveri509VCB2025-07-221-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | And tests for G3507.
| * | | | | Merge pull request #4419 from i509VCB/rt1011i509VCB2025-07-226-0/+236
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | nxp: Add MIMXRT1011 GPIO and time driver
| | * | | | | nxp: Add MIMXRT1011 GPIO and time driveri509VCB2025-07-226-0/+236
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PIT is used for the time driver
| * | | | | | chore: bump embassy-usb-logger versionHaobo Gu2025-07-222-2/+2
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Haobo Gu <[email protected]>
| * | | | | Merge pull request #4416 from WyliodrinEmbeddedIoT/lpc-testDario Nieuwenhuis2025-07-211-1/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | feat: added log-to-defmt feature to embassy-nxp
| | * | | | | feat: fmt.rs was addedRoi Bachynskyi2025-07-211-1/+1
| | | | | | |
| | * | | | | Revert "feat: added log-to-defmt feature"Roi Bachynskyi2025-07-212-22/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 6d79c4c81187d5f2704e2d2f72a3deba05ca449a.
| | * | | | | feat: added log-to-defmt featureRoy2025-07-182-0/+22
| | | |_|_|/ | | |/| | | | | | | | | | | | | | | Signed-off-by: Roy <[email protected]>
| * / | | | chore: Update examples to new `nrf-boot-*` versionTimo Kröger2025-07-2110-11/+11
| |/ / / /
* | | | | WIP changesGerzain Mata2025-07-211-1/+1
| | | | |