Commit Graph

7723 Commits

Author SHA1 Message Date
eZio Pan
6d35e3f63c ci stm32: build target fix 2024-03-06 19:54:59 +08:00
Dario Nieuwenhuis
3638df789e
Merge pull request #2663 from eZioPan/update-build-target
ci stm32: update U5 H5 WBA target to Armv8-M
2024-03-05 14:29:21 +00:00
Erik Bånvik
bb73d6b3fe Fixed suggestions, added nRF51 to BLE 2024-03-05 15:01:05 +01:00
eZio Pan
869d590301 ci stm32: update U5 H5 WBA target to Armv8-M 2024-03-05 21:39:34 +08:00
Erik Bånvik
5b5d54c0c7 Do not build radio for nrf5340-app 2024-03-05 11:58:32 +01:00
Erik Bånvik
5408f21e99 Fixed nrf51 radio build 2024-03-05 11:47:06 +01:00
Erik Bånvik
bc258b322b Support nearly all nRF5 RADIOs 2024-03-05 11:39:15 +01:00
Erik Bånvik
84935fbfab More formatting 2024-03-05 01:06:04 +01:00
Erik Bånvik
c00f014f18 Some more unifying, documentation 2024-03-05 01:03:10 +01:00
Dario Nieuwenhuis
60567b72fb
Merge pull request #2660 from embassy-rs/zerocopy-docs
docs: clarify capabilities of zerocopy channel
2024-03-04 17:52:03 +00:00
Ulf Lilleengen
2a25757377 docs: clarify capabilities of zerocopy channel 2024-03-04 18:36:34 +01:00
Torin Cooper-Bennun
e0018c6f4f stm32: can:fd: merge read impls; buffered RX returns Result<_, BusError> 2024-03-04 12:38:46 +00:00
Torin Cooper-Bennun
72c6cdc5d5 stm32: can: fd: rename TxBufferMode::Queue -> ::Priority for clarity 2024-03-04 12:22:18 +00:00
Ulf Lilleengen
49807c0e7f
Merge pull request #2657 from wyager/bootloader-softfail
Add support for handling bootloader setup failure in `embassy-boot`
2024-03-04 05:04:30 +00:00
William Yager
0813f42d08 ci 2024-03-03 21:07:08 -05:00
William Yager
cde6e2b58b ok 2024-03-03 18:50:27 -05:00
William Yager
873934aae5 ok 2024-03-03 18:43:44 -05:00
Dario Nieuwenhuis
02a0a15976
Merge pull request #2656 from embassy-rs/rcc-gc0
stm32/rcc: port g0, c0 to new api. Add c0 HSIKER/HSISYS support.
2024-03-04 00:26:21 +01:00
Dario Nieuwenhuis
ae266f3bf5 stm32/rcc: port c0 to new api. Add c0 HSIKER/HSISYS support. 2024-03-04 00:08:14 +01:00
Dario Nieuwenhuis
c8c4b0b701 stm32/rcc: port g0 to new api. 2024-03-04 00:04:06 +01:00
Dario Nieuwenhuis
b4567bb8c5 stm32/rcc: g4: consistent PllSource, add pll pqr limits, simplify a bit. 2024-03-04 00:04:06 +01:00
Dario Nieuwenhuis
20760ff4f7
Merge pull request #2648 from peterkrull/dyn-channel-constructor
Add constructor for dynamic channel
2024-03-03 20:57:49 +00:00
Dario Nieuwenhuis
0cd293acc2
Merge pull request #2647 from cschuhen/feature/fdcan-tx-fifo
stm32: can: fd: allow TX buffers in FIFO mode
2024-03-03 20:33:03 +00:00
Peter Krull
245e7d3bc2 This one is for ci/rustfmt 2024-03-03 15:43:01 +01:00
Peter Krull
4bbcc2a7fb Add OnceLock sync primitive 2024-03-03 15:35:52 +01:00
Erik Bånvik
0c4c996339 Fixed formatting 2024-03-03 02:16:20 +01:00
Erik Bånvik
f451168842
Merge branch 'embassy-rs:main' into feat/radio-ieee802154 2024-03-03 01:27:52 +01:00
Erik Bånvik
047b20cee4 Export Error in BLE module 2024-03-03 01:12:08 +01:00
Peter Krull
69d37503c2 Add constructor for dynamic channel 2024-03-02 13:13:26 +01:00
Corey Schuhen
b693ab9b34 Restore init order to restore H7.
Previous commit broke H7 support in HIL farm. Restore previous order by moving a bunch of config from new and into_config_mode to apply_config.

This is a cleanup that I had considered to move more register access into peripheral.rs.
2024-03-02 14:18:12 +10:00
Corey Schuhen
bf06d10534 Delay setting TX buffer mode until user had a chance to configure it. 2024-03-02 14:00:56 +10:00
Torin Cooper-Bennun
9e403fa89a stm32: can: fd: rename abort_pending_mailbox, rm pub qualifier 2024-03-02 10:08:20 +10:00
Torin Cooper-Bennun
befbb2845a stm32: can: fd: write: if in TX FIFO mode & bufs full, then abort 2024-03-02 10:08:20 +10:00
Torin Cooper-Bennun
30606f9782 stm32: can: fd: allow TX buffers in FIFO mode 2024-03-02 10:08:20 +10:00
Dario Nieuwenhuis
64890498ca
Merge pull request #2242 from lz1998/main
remove portable-atomic
2024-03-01 23:26:26 +00:00
Zheng Li
2c42463205 executor: remove portable-atomic for riscv. 2024-03-02 00:21:56 +01:00
Dario Nieuwenhuis
3fe907b54d
Merge pull request #2646 from cschuhen/feature/wake_tx_on_buffered_push
Give CAN a kick when writing into TX buffer via sender.
2024-03-01 23:15:42 +00:00
Corey Schuhen
df8f508ffa Writing to TX buffer also needs to fire an interrupt to kick off transmission if it is idle.
Formatting
2024-03-02 09:09:27 +10:00
Dario Nieuwenhuis
3b9b44ea99
Merge pull request #2626 from embassy-rs/mux-all-chips
stm32: autogenerate mux config for all chips.
2024-03-01 22:57:04 +00:00
Dario Nieuwenhuis
95234cddba stm32: autogenerate mux config for all chips. 2024-03-01 23:54:37 +01:00
Dario Nieuwenhuis
d5c9c611fa
Merge pull request #2619 from caleb-garrett/cryp
STM32 Crypto Accelerator
2024-03-01 19:35:57 +00:00
Dario Nieuwenhuis
defc1845c9
Merge pull request #2645 from siebeclaes/stm32-can-frame
stm32: can: fd: Fix Frame is_extended() function
2024-03-01 18:28:30 +00:00
Siebe Claes
96af20cf5b stm32: can: fd: Fix Frame is_extended() function 2024-03-01 19:21:01 +01:00
Ulf Lilleengen
e70663765a
Merge pull request #2643 from ndrscodes/patch-2
docs: update broken reference in basic_application.adoc
2024-03-01 10:39:49 +00:00
Andreas Schmidt
4c0d63ce61
docs: update broken reference in basic_application.adoc 2024-03-01 10:13:59 +01:00
Caleb Garrett
97e125872e Remove CRYP from F429. 2024-02-29 19:18:25 -05:00
Caleb Garrett
27fac380cf Remove CRYP from H7A3. 2024-02-29 19:15:32 -05:00
Caleb Garrett
c9cca3c007 Fix H7 CRYP operation. 2024-02-29 19:09:44 -05:00
Caleb Garrett
998532c33e
Merge branch 'embassy-rs:main' into cryp 2024-02-29 15:21:06 -05:00
Ulf Lilleengen
715b6d52e0
Merge pull request #2641 from ndrscodes/patch-1
docs: update basic example references in basic_application.adoc
2024-02-29 20:15:37 +00:00