9776 Commits

Author SHA1 Message Date
Dániel Buga
9f21cf627b
Prepare embassy-embedded-hal 0.3 2025-01-05 21:28:42 +01:00
Liu Hancheng
cfd5c92375 fix typo 2025-01-05 20:10:45 +08:00
Liu Hancheng
e15e30add2 fix: fix qspi waiting condition 2025-01-05 20:00:15 +08:00
Liu Hancheng
4ad3b66e45 refactor: update write DMA transfer function to use separate memory word type 2025-01-05 10:25:10 +08:00
Gabriel Smith
4c8ee8786f stm32: Implement reads of DTS peripheral
Only PCLK-driven operation is supported.
2025-01-04 13:56:41 -05:00
Liu Hancheng
50e98a9a58 refactor: update DMA transfer functions to support separate memory and peripheral word types 2025-01-04 22:10:47 +08:00
Liu Hancheng
03dd50316c refactor: simplify timer bits handling 2025-01-04 21:38:22 +08:00
Liu Hancheng
7d74d15b18 refactor: update DMA pointer types for cryp and hash modules 2025-01-04 21:10:32 +08:00
Liu Hancheng
ff526e1604 refactor: update DMA transfer functions to use separate memory and peripheral sizes 2025-01-04 20:16:34 +08:00
Dario Nieuwenhuis
ad2f7c329b
Merge pull request #3720 from NZRosto/eh-time-feature-nrf
Correctly gate `time` feature of embassy-embedded-hal in embassy-nrf
2025-01-04 12:02:05 +00:00
Reed
0d824beb11
Enable embassy-eh time feature when appropriate 2025-01-04 21:26:46 +13:00
Reed
ca349813ab
Remove un-needed embassy-eh time feature 2025-01-04 21:20:43 +13:00
Gabriel Smith
2cc50bac44 stm32: Update stm32-data 2025-01-03 22:10:52 -05:00
elagil
d672dc8626 fix: unneeded mutability 2025-01-03 23:40:09 +01:00
elagil
a901fe2f02 fix: unused import 2025-01-03 23:03:42 +01:00
elagil
24fdd25e51 fix: configuration logic 2025-01-03 23:01:46 +01:00
elagil
cf606a161f fix: STM32F4 I2S clock calculations 2025-01-03 22:57:31 +01:00
Dario Nieuwenhuis
e68efc2d7c
Merge pull request #3714 from elagil/stm32h5_ucpd_example
Fix/clean up STM32H5 UCPD example
2025-01-03 17:44:26 +00:00
elagil
eba8089601 chore: fix build 2025-01-03 18:18:00 +01:00
elagil
96819805ea chore: update stm32-data 2025-01-03 17:55:37 +01:00
elagil
d9ef2c94d7 chore: clean up stm32h5 ucpd 2025-01-03 17:54:59 +01:00
Dario Nieuwenhuis
b127ca9844 Update bt-hci to 0.2 2025-01-03 00:16:43 +01:00
Dario Nieuwenhuis
6824567307
Merge pull request #3711 from chanterheld/feature/flash_stm32g0_dualbank
embassy-stm32 support g0 second flash bank
2025-01-02 23:02:51 +00:00
chanterheld
d368760424 fix stmd g0/g4 formatting and bker bit access 2025-01-02 21:14:06 +01:00
chanterheld
c706e3797a fix g0 wait_busy 2025-01-02 20:20:38 +01:00
chanterheld
18386fed64 update stm32-metapac tag 2025-01-02 20:15:15 +01:00
chanterheld
f1ffbf2f7e embassy-stm32. support g0 second flash bank 2025-01-02 20:05:01 +01:00
Dario Nieuwenhuis
cefdbfab2f Release embassy-executor v0.7.0, embassy-time v0.4.0, embassy-time-driver v0.2.0. 2025-01-02 18:57:40 +01:00
Dario Nieuwenhuis
0d1319be68
Merge pull request #3709 from jamesmunns/james/ws2812b-note
Add note for nRF52840-dk board details
2025-01-02 18:27:24 +01:00
James Munns
5c74e6085c Clarify 2025-01-02 18:25:39 +01:00
James Munns
41790316eb Add note for nRF52840-dk board details 2025-01-02 18:23:34 +01:00
Dario Nieuwenhuis
f816cacaf7
Merge pull request #3637 from karimpanacci/main
Fix ScanType enum export
2025-01-02 16:52:42 +00:00
Karim
1de400bdcb Fix ScanType enum export
Exports the ScanType enum, which is needed to build the ScanOptions struct
2025-01-02 17:32:37 +01:00
Dario Nieuwenhuis
d58c7f6047
Merge pull request #3708 from lonesometraveler/fix_broken_link
Fix broken link to WIZnet W5500-EVB-Pico
2025-01-02 17:01:34 +01:00
lonesometraveler
3aca615025 Fix broken link to WIZnet W5500-EVB-Pico 2025-01-02 10:28:29 -05:00
Dario Nieuwenhuis
eaa44c3d3f
Merge pull request #3705 from embassy-rs/time-driver-fix
Ensure alarm is re-scheduled if timetamp is in the past
2025-01-02 12:39:23 +00:00
Ulf Lilleengen
92d67c3ccd Relax timestamp check 2025-01-02 13:35:55 +01:00
Ulf Lilleengen
422938745a Move safeguard if compare irq is enabled 2025-01-02 12:53:55 +01:00
Ulf Lilleengen
06901c3279 Update comment to reflect reality 2025-01-02 12:03:03 +01:00
Ulf Lilleengen
9c7d508bcf Fix case where a short interrupt caused wrong alarm set 2025-01-02 11:59:57 +01:00
Dario Nieuwenhuis
87b4d949bd
Merge pull request #3702 from BartMassey-upstream/std-example-cosmetics
std example cosmetics
2025-01-02 10:30:17 +00:00
Dario Nieuwenhuis
adf1e424f4
Merge pull request #3707 from itmmckernan/main
Fixed stm32 v1 ethernet driver multicast reception
2025-01-02 10:27:05 +00:00
Ian McKernan
28d58578d6 remove trailing space from comment 2025-01-01 21:59:29 -08:00
Ian McKernan
9e9fa1cbef added fix for https://github.com/embassy-rs/embassy/issues/2496 in the v1 driver 2025-01-01 21:47:44 -08:00
Liu Hancheng
90b4164426
dev: change name to bits 2025-01-02 12:51:47 +08:00
Bart Massey
b5ef53ac13 gave examples/std a cleaner and more informational Hello 2025-01-01 16:35:42 -08:00
Dario Nieuwenhuis
e7c3e1b266
Merge pull request #3703 from loftyinclination/main
add documentation for the BLE feature of the embassy-stm32-wpan crate
2025-01-02 00:56:05 +01:00
Ulf Lilleengen
e012e13858 Ensure alarm is re-scheduled if timetamp is in the past
Fixes #3672
2025-01-01 19:47:39 +01:00
Liu Hancheng
a3a8dee579 refactor: exclude stm32l0 for 32bit timer branch
Signed-off-by: Liu Hancheng <liuhancheng.cn@gmail.com>
2025-01-01 17:28:37 +08:00
Liu Hancheng
e2c866119f doc: add doc for timer get_bits fn 2025-01-01 17:24:00 +08:00