| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | 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 | |
| | | | | | | | ||||||
| * | | | | | | Working example in usb_hs_serial.rs | Gerzain Mata | 2025-07-21 | 4 | -2/+235 | |
| |/ / / / / | ||||||
| * / / / / | RP2350: Fix PIO clock divider in the blinky Wi-Fi example | Bailey Quarters | 2025-07-17 | 1 | -2/+4 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #4357 from purepani/push-kytkkzsvpwrz | Dario Nieuwenhuis | 2025-07-16 | 1 | -0/+49 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | Adds ADC4 for STM32WBA series | |||||
| | * | | | | Adds ADC example for STM32WBA | purepani | 2025-06-30 | 1 | -0/+49 | |
| | | | | | | ||||||
| * | | | | | chore: Release cyw43-pio version 0.5.1 | Ulf Lilleengen | 2025-07-16 | 2 | -2/+2 | |
| | | | | | | ||||||
| * | | | | | chore: release embassy-nrf 0.5.0 and embassy-rp 0.6.0 | Ulf Lilleengen | 2025-07-16 | 14 | -14/+14 | |
| | | | | | | ||||||
| * | | | | | chore: Release embassy-usb version 0.5.0 | Ulf Lilleengen | 2025-07-16 | 25 | -25/+25 | |
| | | | | | | ||||||
| * | | | | | chore: Release embassy-embedded-hal version 0.3.1 | Ulf Lilleengen | 2025-07-16 | 19 | -19/+19 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #4397 from korbin/allocate-numbered-endpoints | Dario Nieuwenhuis | 2025-07-15 | 3 | -6/+6 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Make USB endpoint allocator methods accept an optional `EndpointAddress` | |||||
