Siarhei B
917a509c1a
mspm0-I2C: automate source clock definition
...
- i2c-config: automatically defines clock source based on input I2C rate
- i2c: proper config functions naming
- i2c-examples: adapt to changed API
- i2c: save initialization pf cctr register
2025-08-04 10:19:14 +02:00
Siarhei B
f9753f3d31
mspm0: Add I2C Controller examples for mspm0l1306, mspm0g3507 MCUs
...
- mspm0l1306 examples: add I2C blocking & async examples
- mspm0l1306 examples: add -O2 optimization due to Flash limitations
- mspm0g3507 examples: add I2C blocking & async examples
2025-08-04 10:19:14 +02:00
Dario Nieuwenhuis
78a333d008
Release embassy-embedded-hal v0.4
2025-08-03 00:44:51 +02:00
Ulf Lilleengen
0eceb08b90
fix: do full minor version bump for time queue utils
2025-08-01 21:42:23 +02:00
Ulf Lilleengen
3f1ddaf60e
chore: prepare embassy-executor 0.8 release
2025-07-31 10:33:14 +02:00
Gerzain Mata
1b4ea556c0
STM32WBA usb-dfu example
...
- Added sample application
- Added sample bootloader
Removed trace import
2025-07-29 08:11:49 -07:00
Gerzain Mata
9a1f1cc02c
Separated USB_OTG_HS to STM32WBA6
2025-07-27 17:08:29 -07:00
Gerzain Mata
81bef219e3
Working USB_OTG_HS example for STM32WBA
2025-07-27 16:44:43 -07:00
Gerzain Mata
00f94972d7
Merge branch 'main' into feat/stm32wba-usb-example
2025-07-27 16:40:25 -07:00
Dario Nieuwenhuis
4e4a1c0054
Merge pull request #4463 from leftger/feat/stm32wba-rcc-pll-support
...
Added support for PLL as a clock source on STM32WBA
2025-07-27 21:39:11 +00:00
Gerzain Mata
05f1c75f8b
Fixed timer config on STM32WBA pwm example
2025-07-27 14:24:36 -07:00
Oscar Aurin
21566666b8
examples: fix RP2040 link establishing logic
2025-07-27 23:05:59 +02:00
Gerzain Mata
1d3c48cf45
Working USB_OTG_HS example
2025-07-27 14:02:47 -07:00
Gerzain Mata
0545353ec1
Merge branch 'main' into feat/stm32wba-usb-example
2025-07-27 10:14:03 -07:00
Gerzain Mata
982117f5b0
Cargo fmt
2025-07-27 09:56:02 -07:00
leftger
b9e643d5c2
Merge branch 'main' into feat/stm32wba-rcc-pll-support
2025-07-27 09:38:38 -07:00
Gerzain Mata
1b3674b30a
Added changes based on PR review
2025-07-27 09:35:13 -07:00
Dario Nieuwenhuis
c45b6d4a51
Merge pull request #4184 from Ragarnoy/stm32h755-intercore
...
Add intercore communication example for STM32H755CM4 and CM7
2025-07-26 11:06:30 +00:00
Gerzain Mata
ee42deaab7
WIP changes
2025-07-25 20:05:45 -07:00
Gerzain Mata
bc41e5e2fc
Merge branch 'feat/stm32wba-rcc-pll-support' into feat/stm32wba-usb-example
2025-07-25 19:29:37 -07:00
Gerzain Mata
a5e8891fe3
Added support for PLL as a clock source on STM32WBA
...
- PLL multiplier and dividers work
- Added timer example
2025-07-25 18:59:10 -07:00
Gerzain Mata
8733a5f56a
Fixed usb_hs_serial example
2025-07-25 18:46:09 -07:00
Gerzain Mata
75c1039aa1
Moved from HSE to HSI to generate USB_OTG_HS_CLK
2025-07-25 14:26:12 -07:00
Rick Rogers
33fc82a455
Merge branch 'main' into h7rs-xspi-fixes
2025-07-25 11:34:21 -04:00
Gerzain Mata
ba5156b6cb
Merge branch 'main' into feat/stm32wba-usb-example
2025-07-24 21:33:01 -07:00
Rick Rogers
24b2794931
add plls/t to stm32h7rs examples
2025-07-24 21:09:24 -04:00
Gerzain Mata
a8d215ff14
Partially working USB example
2025-07-24 16:28:59 -07:00
Gerzain Mata
c5565ccc28
Working USB. Still no enumeration
2025-07-23 15:05:04 -07:00
Gerzain Mata
b4dc4e567c
Cargo fmt
2025-07-23 09:50:18 -07:00
clubby789
4abacac252
stm32/wb: Add memory manager to GATT example
2025-07-23 15:25:58 +01:00
Gerzain Mata
378035aa91
Added PLL HAL code for STM32WBA
2025-07-23 04:54:42 -07:00
Gerzain Mata
e2cec28805
Merge branch 'main' into feat/stm32wba-usb-example
2025-07-23 00:53:10 -07:00
i509VCB
8f5e4ac06d
Merge pull request #4436 from i509VCB/rt1062
...
nxp: Add mimxrt1062 support
2025-07-22 21:11:24 +00:00
i509VCB
be769ac9a4
Merge pull request #4409 from i509VCB/uart-async
...
mspm0: add buffered uart driver
2025-07-22 16:48:01 +00:00
i509VCB
a1867f0d74
mspm0: add buffered uart driver
...
And tests for G3507.
2025-07-22 11:41:47 -05:00
i509VCB
1d46f55bdd
nxp: Add mimxrt1062 support
...
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.
2025-07-22 11:25:45 -05:00
i509VCB
908e016524
Merge pull request #4419 from i509VCB/rt1011
...
nxp: Add MIMXRT1011 GPIO and time driver
2025-07-22 16:16:00 +00:00
i509VCB
1ad5d5a771
nxp: Add MIMXRT1011 GPIO and time driver
...
PIT is used for the time driver
2025-07-22 11:07:10 -05:00
Haobo Gu
f3cc62b77d
chore: bump embassy-usb-logger version
...
Signed-off-by: Haobo Gu <haobogu@outlook.com>
2025-07-22 14:05:17 +08:00
Dario Nieuwenhuis
b9d90d7cbb
Merge pull request #4416 from WyliodrinEmbeddedIoT/lpc-test
...
feat: added log-to-defmt feature to embassy-nxp
2025-07-21 12:17:51 +00:00
Gerzain Mata
a80eb48e67
WIP changes
2025-07-21 04:46:29 -07:00
Timo Kröger
fad100cfa0
chore: Update examples to new nrf-boot-*
version
2025-07-21 13:40:36 +02:00
Gerzain Mata
726991f2e9
Working example in usb_hs_serial.rs
2025-07-21 03:07:41 -07:00
Roi Bachynskyi
2a69657927
feat: fmt.rs was added
2025-07-21 12:49:17 +03:00
Roi Bachynskyi
0fc1ab290f
Revert "feat: added log-to-defmt feature"
...
This reverts commit 6d79c4c81187d5f2704e2d2f72a3deba05ca449a.
2025-07-21 10:47:21 +03:00
Roy
6d79c4c811
feat: added log-to-defmt feature
...
Signed-off-by: Roy <roybachynskyi@gmail.com>
2025-07-18 15:22:36 +03:00
Bailey Quarters
7be5ce2a31
RP2350: Fix PIO clock divider in the blinky Wi-Fi example
2025-07-17 23:16:05 +02:00
Dario Nieuwenhuis
6fb85826e8
Merge pull request #4357 from purepani/push-kytkkzsvpwrz
...
Adds ADC4 for STM32WBA series
2025-07-16 18:21:46 +00:00
Ulf Lilleengen
1dd8c2a745
chore: Release cyw43-pio version 0.5.1
2025-07-16 15:51:55 +02:00
Ulf Lilleengen
8c087e3641
chore: release embassy-nrf 0.5.0 and embassy-rp 0.6.0
2025-07-16 15:47:37 +02:00