Caleb Garrett
|
b7db75adff
|
Updated stm32-metapac.
|
2024-02-06 10:44:52 -05:00 |
|
Badr Bouslikhin
|
c267cb9ab7
|
feat: enhance bootloader for multiple flash support
|
2024-02-06 16:25:45 +01:00 |
|
Badr Bouslikhin
|
aab5da1d3b
|
fix(stm32h7/flash): enhance resilience to program sequence errors (pgserr)
|
2024-02-06 12:30:04 +01:00 |
|
Badr Bouslikhin
|
e72cc9fb24
|
fix(stm32/h7): use correct unit in vco clock check
|
2024-02-06 11:33:39 +01:00 |
|
Dario Nieuwenhuis
|
ad7d4494fa
|
Merge pull request #2502 from jbeaurivage/nrf-uarte-errors
NRF: handle `uarte` RX errors
|
2024-02-05 23:36:42 +00:00 |
|
Justin Beaurivage
|
2575f597cc
|
Address @Dirbaio's comments
|
2024-02-05 18:05:59 -05:00 |
|
Caleb Garrett
|
0b70d67bf6
|
Separated hash interrupt bindings.
|
2024-02-05 14:54:17 -05:00 |
|
Caleb Garrett
|
09973ad482
|
Corrected hash CI build issues.
|
2024-02-05 14:44:50 -05:00 |
|
Caleb Garrett
|
079bb7b490
|
Added STM32 hash test.
|
2024-02-05 14:36:02 -05:00 |
|
Ulf Lilleengen
|
f9cba604a5
|
Merge pull request #2535 from embassy-rs/fix-bp-rendering
docs: fix bullet point indentation
|
2024-02-05 08:13:18 +00:00 |
|
Ulf Lilleengen
|
7817c8b17c
|
docs: fix bullet point indentation
|
2024-02-05 09:10:53 +01:00 |
|
Dario Nieuwenhuis
|
a7415716b6
|
Merge pull request #2524 from matoushybl/wild-air
docs: Embassy in the wild - add air quality monitoring system
|
2024-02-04 22:45:48 +00:00 |
|
Dario Nieuwenhuis
|
e25eb6ca59
|
Merge pull request #2529 from GrantM11235/buffered-uart-doc-links
stm32/usart: Add doc links to buffered uarts
|
2024-02-04 23:29:27 +01:00 |
|
Caleb Garrett
|
e1f6f4b31d
|
Merge branch 'main' into hash
|
2024-02-04 17:24:11 -05:00 |
|
Caleb Garrett
|
a260c0a701
|
Format hash example.
|
2024-02-04 17:21:16 -05:00 |
|
Caleb Garrett
|
059d8a8222
|
Merge commit '1f940bf9e868438090ea126eb2267f5e9325fbd4' into hash
|
2024-02-04 17:19:15 -05:00 |
|
Caleb Garrett
|
66f44b95d7
|
Addressed hash CI build issues.
|
2024-02-04 17:16:33 -05:00 |
|
Dario Nieuwenhuis
|
fc8b1646e7
|
Merge pull request #2534 from embassy-rs/stm32-rcc-fixit
stm32/rcc: fix more build failures.
|
2024-02-04 21:55:45 +00:00 |
|
Dario Nieuwenhuis
|
6c72638ed0
|
stm32/rcc: fix more build failures.
|
2024-02-04 22:47:29 +01:00 |
|
Dario Nieuwenhuis
|
2279669200
|
Merge pull request #2533 from embassy-rs/stm32-rcc-fixit
stm32/rcc: fix build for some f0 and l4 chips.
|
2024-02-04 21:12:11 +00:00 |
|
Dario Nieuwenhuis
|
e3fe08428f
|
stm32/rcc: fix build for some f0 and l4 chips.
Fixes #2531
|
2024-02-04 22:07:17 +01:00 |
|
Dario Nieuwenhuis
|
e782c8f463
|
Merge pull request #2532 from embassy-rs/nrf51-gpiote
nrf/gpiote: add support for nrf51.
|
2024-02-04 20:39:21 +00:00 |
|
Dario Nieuwenhuis
|
d5d86b866f
|
nrf/gpiote: add support for nrf51.
|
2024-02-04 21:36:19 +01:00 |
|
Grant Miller
|
87a52f5ead
|
stm32/usart: Add doc links to buffered uarts
|
2024-02-03 17:04:20 -06:00 |
|
Caleb Garrett
|
1f940bf9e8
|
Merge branch 'main' into hash
|
2024-02-03 17:28:20 -05:00 |
|
Caleb Garrett
|
72bbfec39d
|
Added hash DMA implementation.
|
2024-02-03 16:10:00 -05:00 |
|
Ulf Lilleengen
|
711dd120d1
|
Merge pull request #2526 from BoostCookie/fix-grammar
correct spelling of the word "receive"
|
2024-02-03 14:02:00 +00:00 |
|
Stefan Gehr
|
b9d0069671
|
correct spelling of the word "receive"
|
2024-02-03 14:56:31 +01:00 |
|
Matous Hybl
|
4650a35661
|
docs: Embassy in the wild - add air quality monitoring system
|
2024-02-03 09:41:14 +01:00 |
|
Dario Nieuwenhuis
|
88e7e1ceb9
|
Merge pull request #2521 from embassy-rs/rcc-mux
stm32: autogenerate clocks struct, enable mux for all chips.
|
2024-02-02 23:42:17 +01:00 |
|
Dario Nieuwenhuis
|
9866847375
|
stm32: autogenerate clocks struct, enable mux for all chips.
|
2024-02-02 23:24:34 +01:00 |
|
Dario Nieuwenhuis
|
a099084bff
|
Merge pull request #2520 from Ecco/stm32wba-rcc-v3
Migrate STM32WBA to RCCv3
|
2024-02-02 20:48:39 +00:00 |
|
Romain Goyet
|
92690d8590
|
Migrate STM32WBA to RCCv3
|
2024-02-02 14:12:26 -05:00 |
|
Dario Nieuwenhuis
|
9e704e622a
|
Merge pull request #2517 from embassy-rs/rcc-mux
stm32: misc rcc cleanups
|
2024-02-02 01:36:34 +00:00 |
|
Dario Nieuwenhuis
|
e05c8e2f44
|
stm32/dac: use autogenerated RCC impls.
|
2024-02-01 23:47:30 +01:00 |
|
Caleb Garrett
|
1027530902
|
Added hash interrupts for async.
|
2024-02-01 17:27:25 -05:00 |
|
Dario Nieuwenhuis
|
e7d1119750
|
stm32: automatically use refcounting for rcc bits used multiple times.
|
2024-02-01 23:15:17 +01:00 |
|
Dario Nieuwenhuis
|
b7bc31e51a
|
Merge pull request #2510 from tokenize-inc/ble_extended_scatter
STM32WB: Add scatter memory files for extended BLE stack
|
2024-02-01 20:38:11 +00:00 |
|
Dario Nieuwenhuis
|
8800d29ce2
|
Merge pull request #2513 from Gekkio/f2-adc-fixes
F2 ADC fixes
|
2024-02-01 20:12:13 +00:00 |
|
Joonas Javanainen
|
7e0f287431
|
Fix ADC max frequency for F2
|
2024-02-01 21:58:36 +02:00 |
|
Joonas Javanainen
|
21024e8638
|
Fix F2 temperature sensor ADC channel
On all F2 devices (F205/207/215/217) the sensor is connected to
ADC1_IN16, and is not shared with VBAT which is connected to ADC1_IN18.
|
2024-02-01 21:48:29 +02:00 |
|
Dario Nieuwenhuis
|
c4839e4671
|
Merge pull request #2511 from Ecco/stm32wba-fixed-hse
STM32WBA's high speed external clock has to run at 32 MHz
|
2024-02-01 19:03:35 +00:00 |
|
Romain Goyet
|
aa767272a8
|
STM32WBA's high speed external clock has to run at 32 MHz
|
2024-02-01 13:42:48 -05:00 |
|
Taylor Carpenter
|
72ca5a022b
|
Add scatter memory files for extended BLE stack
Build script chooses the 'x.in' to copy over to 'tl_mbox.x' based on features
|
2024-02-01 10:41:41 -05:00 |
|
Caleb Garrett
|
1dbfa5ab72
|
Added hash v1/v2 configs.
|
2024-02-01 10:28:12 -05:00 |
|
Dario Nieuwenhuis
|
9769d29c22
|
Merge pull request #2508 from sinewave-ee/zero-init-ringbuffer
sync/pipe: be able to be zero-initialized
|
2024-02-01 14:11:45 +00:00 |
|
Sam Lakerveld
|
15e9b60abb
|
sync/pipe: be able to be zero-initialized
|
2024-02-01 13:47:07 +01:00 |
|
Caleb Garrett
|
6e9ddd4626
|
Added hash module with blocking implementation. Included SHA256 example.
|
2024-01-31 21:21:36 -05:00 |
|
Dario Nieuwenhuis
|
7e02389995
|
Merge pull request #2410 from eZioPan/waveform-on-CHx
impl waveform with TIM OC Channel DMA
|
2024-02-01 01:02:01 +00:00 |
|
Dario Nieuwenhuis
|
2f7c8faf51
|
Merge pull request #2465 from sgasse/sgasse/feature/mii-phy
Implement MII interface with feature flag
|
2024-02-01 00:49:10 +00:00 |
|