9432 Commits

Author SHA1 Message Date
Dario Nieuwenhuis
05df319a82 Release embassy-usb v0.4.0, embassy-usb-logger v0.4.0. 2025-01-15 00:59:15 +01:00
wackazong
4b0e20315b Add Clone to Pull 2025-01-14 10:20:39 +01:00
Dario Nieuwenhuis
dd4f57677c
Merge pull request #3762 from embassy-rs/net-ppp-release
net ppp release
embassy-net-ppp-v0.2.0
2025-01-12 21:12:04 +01:00
Dario Nieuwenhuis
2ce56e9999 Release embassy-net-ppp v0.2. 2025-01-12 20:55:59 +01:00
Dario Nieuwenhuis
31e0794e79 Simplify some std examples. 2025-01-12 20:51:17 +01:00
Dario Nieuwenhuis
a991cd6a8d
Merge pull request #3761 from lukipuki/fix-year
Fix year in changelog
2025-01-12 16:32:34 +01:00
Lukáš Poláček
31b50e6291 Fix year in changelog 2025-01-12 15:06:06 +01:00
Dario Nieuwenhuis
e8ec586173
Merge pull request #3755 from eldruin/fix-typo
Fix typo
2025-01-11 19:00:15 +01:00
Diego Barrios Romero
9cd2deba4d Fix typo 2025-01-11 16:23:30 +01:00
Dario Nieuwenhuis
fc7e94ae76
Merge pull request #3753 from embassy-rs/add-intro-video
docs: add intro to embassy by therustybits
2025-01-10 22:09:20 +01:00
Ulf Lilleengen
6003582beb docs: add intro to embassy by therustybits 2025-01-10 21:51:53 +01:00
Dario Nieuwenhuis
4fbe1beefe
Merge pull request #3752 from embassy-rs/embassy-stm32-release-v0.2
Update stm32-metapac, actually release embassy-stm32 v0.2.0
embassy-stm32-v0.2.0
2025-01-10 18:48:50 +01:00
Dario Nieuwenhuis
793eb72cf2 Update stm32-metapac, actually release embassy-stm32 v0.2.0 2025-01-10 18:12:41 +01:00
Dario Nieuwenhuis
5a04b9f583
Merge pull request #3751 from embassy-rs/embassy-stm32-release-v0.2
Release embassy-stm32 v0.2.0
2025-01-10 17:52:53 +01:00
Dario Nieuwenhuis
593d9973e0 Release embassy-stm32 v0.2.0 2025-01-10 17:38:39 +01:00
Dario Nieuwenhuis
92326f10b5
Merge pull request #3748 from Volkalex28/fix_usb
Fix unsupported trace! call for EndpointAddress
2025-01-09 14:51:02 +01:00
Dario Nieuwenhuis
91f1b0bf5c
Merge pull request #3749 from embassy-rs/embassy-nrf-bugfix
Create embassy-nrf 0.3.1
embassy-nrf-v0.3.1
2025-01-09 14:45:19 +01:00
Ulf Lilleengen
9d94d68a7f Create embassy-nrf 0.3.1 2025-01-09 11:41:00 +01:00
Volkalex28
fb1368d9c8 Fix unsupported trace! call for EndpointAddress 2025-01-09 11:02:47 +02:00
Dario Nieuwenhuis
cd70c19ab5
Merge pull request #3745 from dragonnn/nrf_twim
nrf twim return errors in async_wait instead of waiting indefinitely
2025-01-08 19:40:10 +01:00
dragonn
cd38669ac2 panic when events_error is set in twim without errorsrc 2025-01-08 19:08:58 +01:00
Dario Nieuwenhuis
c48fc857cf
Merge pull request #3746 from embassy-rs/nrf-disconnect
nrf/gpio: fix missing setting input as disconnected.
2025-01-08 17:58:53 +00:00
Dario Nieuwenhuis
07fe3415f5 nrf/gpio: fix missing setting input as disconnected. 2025-01-08 18:55:22 +01:00
dragonn
5102b50be7 remove self from check_errorsrc to make it work in async_wait 2025-01-08 14:55:37 +01:00
dragonn
0316ef86cb use check_errorsrc instead of matching again on errorsrc bits 2025-01-08 14:19:25 +01:00
dragonn
ec2ab822b8 nrf twim return errors in async_wait 2025-01-08 14:12:40 +01:00
Dario Nieuwenhuis
6ec108232e
Merge pull request #3744 from mrodgers-witekio/fix-stm32f3xx-flash-erase
stm32: flash: fix flash erase on stm32f3xx series
2025-01-08 10:55:04 +00:00
Matt Rodgers
844d3b38de stm32: flash: fix flash erase on stm32f3xx series
STM32F3xx series also needs a wait of at least one clock cycle before
reading the BSY bit during a flash erase - previously this was only
applied to STM32F1xx series.
2025-01-08 10:11:25 +00:00
Dario Nieuwenhuis
06869e2e85
Merge pull request #3725 from CNLHC/qspi_mmap
feat: mmap mode for qspi and example
2025-01-07 22:36:01 +01:00
Dario Nieuwenhuis
2a06eb2459
Merge pull request #3667 from williams-one/stm32u5-add-hspi-support
STM32U5: add HSPI support
2025-01-07 21:15:54 +00:00
Dario Nieuwenhuis
92fa653672
Merge pull request #3701 from 1-rafael-1/improve-orchestrate-example
Improve orchestrate_tasks example: shared state and better documentation
2025-01-07 22:06:29 +01:00
Dario Nieuwenhuis
90cb610ef7
Merge pull request #3716 from elagil/fix_stm32f4_i2s_clocks
Fix STM32F4 I2S clock calculations
2025-01-07 22:06:20 +01:00
Dario Nieuwenhuis
d08116da49 Fix typo. 2025-01-07 22:00:41 +01:00
William Spinelli
29e4b4486c stm32u5: Add HSPI example using a flash in memory mapped mode 2025-01-07 21:55:08 +01:00
William Spinelli
19efea195d stm32u5: Add support for HSPI peripheral 2025-01-07 21:55:08 +01:00
Liu Hancheng
09cc9c65c9 feat: mmap mode for qspi and example 2025-01-07 21:47:27 +01:00
Dario Nieuwenhuis
7c3099b9e2
Merge pull request #3724 from CNLHC/qspi_waiting_condition
FIX: QSPI synchronous read operation hangs when FIFO is not full
2025-01-07 20:38:51 +00:00
Dario Nieuwenhuis
33d6f65453
Merge pull request #3738 from embassy-rs/stm32-filter-pins
stm32: generate singletons only for pins that actually exist.
2025-01-07 21:07:40 +01:00
Dario Nieuwenhuis
103bb0dfaa stm32: generate singletons only for pins that actually exist.
Before we'd generate all pins Px0..Px15 for each GPIOx port. This changes
codegen to only generate singletons for actually-existing pins.

(AFs were already previously filtered, so these non-existing pins were already mostly useless)
2025-01-07 20:46:08 +01:00
Dario Nieuwenhuis
2fecaeb0d0
Merge pull request #3737 from embassy-rs/remove-patch
Remove useless patches in examples.
2025-01-07 19:00:01 +00:00
Dario Nieuwenhuis
d92ed4b00c Remove useless patches in examples. 2025-01-07 19:58:02 +01:00
Dario Nieuwenhuis
92376401bb
Merge pull request #3735 from IvanLi-CN/feat/Calibrating-Differential-ADC-for-G4
feat: Calibrating Differential Inputs ADC for G4
2025-01-07 15:43:29 +00:00
Ivan Li
a3c1b18b02
feat: calibrating Differential ADC for G4
Signed-off-by: Ivan Li <ivanli2048@gmail.com>
2025-01-07 21:28:55 +08:00
Dario Nieuwenhuis
4790f8ff35
Merge pull request #3733 from tdittr/stm32-can-rx-filters
feat: STM32 Allow to modify the receiver filters from `BufferedCan`, `CanRx`, and `BufferedCanRx`
2025-01-07 11:29:55 +00:00
Ulf Lilleengen
49dfad6953
Merge pull request #3734 from plaes/nrf-changelog
nrf: Add some notes to changelog
2025-01-07 11:10:26 +00:00
Priit Laes
e7c70f1097 nrf: Refactor changelog a bit
A bit late with my changes, but here they come.
2025-01-07 13:00:02 +02:00
Tamme Dittrich
7ac2a4f674 Allow split CAN Rx to modify the filters 2025-01-07 10:11:53 +01:00
Dario Nieuwenhuis
8a9ca88cc4
Merge pull request #3731 from embassy-rs/update-metapac-yet-again
Update stm32-metapac.
2025-01-06 19:35:21 +01:00
Dario Nieuwenhuis
512407d22a
Merge pull request #3732 from jonasspinner/patch-2
fix typo in executor README.md
2025-01-06 19:35:06 +01:00
Jonas Spinner
38033a2e14
fix typo in executor README.md 2025-01-06 19:28:07 +01:00