| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Separated USB_OTG_HS to STM32WBA6 | Gerzain Mata | 2025-07-27 | 8 | -0/+209 | |
| | | | ||||||
| * | | Working USB_OTG_HS example for STM32WBA | Gerzain Mata | 2025-07-27 | 2 | -138/+6 | |
| | | | ||||||
| * | | Merge branch 'main' into feat/stm32wba-usb-example | Gerzain Mata | 2025-07-27 | 5 | -48/+31 | |
| |\ \ | ||||||
| | * \ | Merge pull request #4463 from leftger/feat/stm32wba-rcc-pll-support | Dario Nieuwenhuis | 2025-07-27 | 1 | -0/+65 | |
| | |\ \ | | | | | | | | | | | | | Added support for PLL as a clock source on STM32WBA | |||||
| | | * | | Fixed timer config on STM32WBA pwm example | Gerzain Mata | 2025-07-27 | 1 | -2/+2 | |
| | | | | | ||||||
| | | * | | Cargo fmt | Gerzain Mata | 2025-07-27 | 1 | -2/+3 | |
| | | | | | ||||||
| | | * | | Merge branch 'main' into feat/stm32wba-rcc-pll-support | leftger | 2025-07-27 | 8 | -20/+420 | |
| | | |\ \ | ||||||
| | | * | | | Added changes based on PR review | Gerzain Mata | 2025-07-27 | 1 | -2/+1 | |
| | | | | | | ||||||
| | * | | | | examples: fix RP2040 link establishing logic | Oscar Aurin | 2025-07-27 | 2 | -39/+21 | |
| | | |/ / | |/| | | ||||||
| * | | | | Working USB_OTG_HS example | Gerzain Mata | 2025-07-27 | 2 | -34/+37 | |
| | | | | | ||||||
| * | | | | Merge branch 'main' into feat/stm32wba-usb-example | Gerzain Mata | 2025-07-27 | 8 | -20/+420 | |
| |\| | | | ||||||
| | * | | | Merge pull request #4184 from Ragarnoy/stm32h755-intercore | Dario Nieuwenhuis | 2025-07-26 | 4 | -20/+412 | |
| | |\ \ \ | | | | | | | | | | | | | | | | Add intercore communication example for STM32H755CM4 and CM7 | |||||
| | | * \ \ | Merge branch 'embassy-rs:main' into stm32h755-intercore | Ragarnoy | 2025-05-21 | 112 | -273/+702 | |
| | | |\ \ \ | ||||||
| | | * | | | | Remove unnecessary atomic fences from intercore examples | ragarnoy | 2025-05-21 | 2 | -11/+0 | |
| | | | | | | | ||||||
| | | * | | | | nightly rustfmt really do be my bane rn | ragarnoy | 2025-05-10 | 1 | -0/+1 | |
| | | | | | | | ||||||
| | | * | | | | Rewrite documentation and generally improve it | ragarnoy | 2025-05-10 | 2 | -61/+71 | |
| | | | | | | | ||||||
| | | * | | | | fix release mode that was broken by lto and codegen units (there are ↵ | ragarnoy | 2025-05-10 | 4 | -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 good | ragarnoy | 2025-05-10 | 2 | -5/+3 | |
| | | | | | | | ||||||
| | | * | | | | formatting again | ragarnoy | 2025-05-10 | 2 | -3/+2 | |
| | | | | | | | ||||||
| | | * | | | | formatting | ragarnoy | 2025-05-10 | 1 | -14/+11 | |
| | | | | | | | ||||||
| | | * | | | | Add #[allow(dead_code] attributes and rename spawner variable | ragarnoy | 2025-05-10 | 1 | -1/+3 | |
| | | | | | | | ||||||
| | | * | | | | rustfmt | ragarnoy | 2025-05-10 | 2 | -13/+12 | |
| | | | | | | | ||||||
| | | * | | | | Add intercore communication examples for STM32H755CM4 and CM7, does not work ↵ | ragarnoy | 2025-05-10 | 4 | -24/+415 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | in release for now (for some reason) | |||||
| | * | | | | | Merge branch 'main' into h7rs-xspi-fixes | Rick Rogers | 2025-07-25 | 1 | -1/+8 | |
| | |\ \ \ \ \ | ||||||
| | * | | | | | | add plls/t to stm32h7rs examples | Rick Rogers | 2025-07-24 | 4 | -0/+8 | |
| | | | | | | | | ||||||
| * | | | | | | | WIP changes | Gerzain Mata | 2025-07-25 | 1 | -3/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge branch 'feat/stm32wba-rcc-pll-support' into feat/stm32wba-usb-example | Gerzain Mata | 2025-07-25 | 1 | -0/+65 | |
| |\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | ||||||
| | * | | | | | | Added support for PLL as a clock source on STM32WBA | Gerzain Mata | 2025-07-25 | 1 | -0/+65 | |
| | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | - PLL multiplier and dividers work - Added timer example | |||||
| * | | | | | | Fixed usb_hs_serial example | Gerzain Mata | 2025-07-25 | 1 | -8/+7 | |
| | | | | | | | ||||||
| * | | | | | | Moved from HSE to HSI to generate USB_OTG_HS_CLK | Gerzain Mata | 2025-07-25 | 1 | -11/+13 | |
| | | | | | | | ||||||
| * | | | | | | Merge branch 'main' into feat/stm32wba-usb-example | Gerzain Mata | 2025-07-24 | 1 | -1/+8 | |
| |\| | | | | | ||||||
| | * | | | | | stm32/wb: Add memory manager to GATT example | clubby789 | 2025-07-23 | 1 | -1/+8 | |
| | |/ / / / | ||||||
| * | | | | | Partially working USB example | Gerzain Mata | 2025-07-24 | 1 | -10/+10 | |
| | | | | | | ||||||
| * | | | | | Working USB. Still no enumeration | Gerzain Mata | 2025-07-23 | 1 | -5/+5 | |
| | | | | | | ||||||
| * | | | | | Cargo fmt | Gerzain Mata | 2025-07-23 | 1 | -11/+12 | |
| | | | | | | ||||||
| * | | | | | Added PLL HAL code for STM32WBA | Gerzain Mata | 2025-07-23 | 1 | -3/+23 | |
| | | | | | | ||||||
| * | | | | | Merge branch 'main' into feat/stm32wba-usb-example | Gerzain Mata | 2025-07-23 | 26 | -14/+422 | |
| |\| | | | | ||||||
| | * | | | | Merge pull request #4436 from i509VCB/rt1062 | i509VCB | 2025-07-22 | 6 | -0/+170 | |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | nxp: Add mimxrt1062 support | |||||
| | | * | | | | nxp: Add mimxrt1062 support | i509VCB | 2025-07-22 | 6 | -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-async | i509VCB | 2025-07-22 | 1 | -0/+2 | |
| | |\ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | mspm0: add buffered uart driver | |||||
| | | * | | | | mspm0: add buffered uart driver | i509VCB | 2025-07-22 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | And tests for G3507. | |||||
| | * | | | | | Merge pull request #4419 from i509VCB/rt1011 | i509VCB | 2025-07-22 | 6 | -0/+236 | |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | nxp: Add MIMXRT1011 GPIO and time driver | |||||
| | | * | | | | | nxp: Add MIMXRT1011 GPIO and time driver | i509VCB | 2025-07-22 | 6 | -0/+236 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PIT is used for the time driver | |||||
| | * | | | | | | chore: bump embassy-usb-logger version | Haobo Gu | 2025-07-22 | 2 | -2/+2 | |
| | |/ / / / / | | | | | | | | | | | | | | | | | | | Signed-off-by: Haobo Gu <[email protected]> | |||||
| | * | | | | | Merge pull request #4416 from WyliodrinEmbeddedIoT/lpc-test | Dario Nieuwenhuis | 2025-07-21 | 1 | -1/+1 | |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | feat: added log-to-defmt feature to embassy-nxp | |||||
| | | * | | | | | feat: fmt.rs was added | Roi Bachynskyi | 2025-07-21 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| | | * | | | | | Revert "feat: added log-to-defmt feature" | Roi Bachynskyi | 2025-07-21 | 2 | -22/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 6d79c4c81187d5f2704e2d2f72a3deba05ca449a. | |||||
| | | * | | | | | feat: added log-to-defmt feature | Roy | 2025-07-18 | 2 | -0/+22 | |
| | | | |_|_|/ | | |/| | | | | | | | | | | | | | | | Signed-off-by: Roy <[email protected]> | |||||
| | * / | | | | chore: Update examples to new `nrf-boot-*` version | Timo Kröger | 2025-07-21 | 10 | -11/+11 | |
| | |/ / / / | ||||||
| * | | | | | WIP changes | Gerzain Mata | 2025-07-21 | 1 | -1/+1 | |
| | | | | | | ||||||
