| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | tests/stm32: add stm32f091rc, stm32h503rb. | Dario Nieuwenhuis | 2024-02-17 | 4 | -1/+62 | |
| | | ||||||
| * | Merge pull request #2564 from embassy-rs/rcc-f1-update | Dario Nieuwenhuis | 2024-02-14 | 2 | -2/+20 | |
| |\ | | | | | | | stm32/rcc: port F1, F0 to new API. | |||||
| | * | stm32/rcc: port F1 to new API. | Dario Nieuwenhuis | 2024-02-13 | 2 | -2/+20 | |
| | | | ||||||
| * | | Added HMAC to STM32 hash test. | Caleb Garrett | 2024-02-13 | 2 | -0/+23 | |
| | | | ||||||
| * | | Update STM32 hash test. | Caleb Garrett | 2024-02-12 | 1 | -2/+2 | |
| | | | ||||||
| * | | Merge pull request #2528 from caleb-garrett/hash | Dario Nieuwenhuis | 2024-02-13 | 2 | -7/+92 | |
| |\ \ | |/ |/| | STM32 Hash Accelerator | |||||
| | * | Consolidated hash drivers. | Caleb Garrett | 2024-02-11 | 3 | -23/+16 | |
| | | | ||||||
| | * | Merge branch 'main' into hash | Caleb Garrett | 2024-02-09 | 1 | -12/+0 | |
| | |\ | ||||||
| | * | | Updated stm32-metapac. | Caleb Garrett | 2024-02-06 | 1 | -6/+2 | |
| | | | | ||||||
| | * | | Separated hash interrupt bindings. | Caleb Garrett | 2024-02-05 | 1 | -0/+16 | |
| | | | | ||||||
| | * | | Corrected hash CI build issues. | Caleb Garrett | 2024-02-05 | 2 | -3/+3 | |
| | | | | ||||||
| | * | | Added STM32 hash test. | Caleb Garrett | 2024-02-05 | 3 | -8/+88 | |
| | | | | ||||||
| * | | | stm32/rcc: port F3 RCC to new API | Dario Nieuwenhuis | 2024-02-12 | 1 | -0/+18 | |
| | |/ |/| | | | | | See #2515 | |||||
| * | | Delete tests/stm32/teleprobe.sh | Dario Nieuwenhuis | 2024-02-08 | 1 | -12/+0 | |
| |/ | ||||||
| * | Disable h563 test. | Corey Schuhen | 2024-01-31 | 1 | -1/+1 | |
| | | ||||||
| * | HIL test for STM32 FDCAN support. | Corey Schuhen | 2024-01-31 | 2 | -5/+254 | |
| | | | | | | | | | | | | | | | | | | | | | | | Internal loopback. fdcan: use common.rs for HIL test. Fix tests. Fix tests. Fix tests Add HIL tests for H7 even though they are a bit crippled. CI fixes Bah Test bah | |||||
| * | Remove nightly-only flags from cargo configs. | Dario Nieuwenhuis | 2024-01-22 | 1 | -4/+4 | |
| | | ||||||
| * | tests/stm32: fix h7 wrong smps config. | Dario Nieuwenhuis | 2024-01-20 | 1 | -0/+4 | |
| | | ||||||
| * | fix changed import paths | Ulf Lilleengen | 2024-01-12 | 1 | -5/+3 | |
| | | ||||||
| * | bump embassy-time 0.3, embassy-executor 0.5, embassy-net 0.4. | Dario Nieuwenhuis | 2024-01-11 | 1 | -3/+3 | |
| | | ||||||
| * | Change GPIO inherent methods back to `&self`. | Dario Nieuwenhuis | 2024-01-10 | 1 | -6/+6 | |
| | | | | | | | | With the embedded-hal rc3 update I changed them to require `&mut self`, but in retrospect I think `&self` is better, for extra flexibility. This PR reverts the changes from the rc3 update to inherent methods. | |||||
| * | Update embedded-hal to v1.0 | Dario Nieuwenhuis | 2024-01-09 | 1 | -2/+2 | |
| | | ||||||
| * | Merge pull request #2404 from plaes/sync-link-ram | Dario Nieuwenhuis | 2024-01-05 | 2 | -255/+1 | |
| |\ | | | | | | | tests: Use unified link_ram_cortex_m.x linker script | |||||
| | * | tests: Use unified link_ram_cortex_m.x file for all Cortex M targets | Priit Laes | 2024-01-05 | 2 | -255/+1 | |
| | | | ||||||
| * | | New embassy-net release | Scott Mabin | 2024-01-04 | 1 | -1/+1 | |
| |/ | ||||||
| * | ci: use beta, add secondary nightly ci. | Dario Nieuwenhuis | 2023-12-21 | 3 | -3/+1 | |
| | | ||||||
| * | chore: replace make_static! macro usage with non-macro version | Ulf Lilleengen | 2023-12-21 | 2 | -7/+11 | |
| | | ||||||
| * | Update embedded-hal to 1.0.0-rc.3 | Dario Nieuwenhuis | 2023-12-14 | 2 | -8/+8 | |
| | | ||||||
| * | Merge pull request #2246 from CaptainMaso/adc_f3_v1_1 | Dario Nieuwenhuis | 2023-12-08 | 4 | -12/+105 | |
| |\ | | | | | | | stm32: add ADC f3_v1_1 | |||||
| | * | tests/stm32: add L1 DAC/ADC test. | Dario Nieuwenhuis | 2023-12-08 | 4 | -12/+105 | |
| | | | ||||||
| * | | Update all references to `embasy-executor` to the latest version | Jesse Braham | 2023-12-06 | 1 | -1/+1 | |
| | | | ||||||
| * | | update release version in examples and other crates | Scott Mabin | 2023-12-04 | 1 | -2/+2 | |
| | | | ||||||
| * | | Remove nightly and unstable-traits features in preparation for 1.75. | Dario Nieuwenhuis | 2023-11-29 | 1 | -2/+2 | |
| | | | ||||||
| * | | Update embedded-(hal,io,nal). | Dario Nieuwenhuis | 2023-11-29 | 1 | -2/+2 | |
| |/ | ||||||
| * | tests: use executor task arena instead of TAIT. | Dario Nieuwenhuis | 2023-11-27 | 15 | -16/+2 | |
| | | ||||||
| * | stm32/test: add stm32f446 (board not in HIL rig yet) | Dario Nieuwenhuis | 2023-11-27 | 5 | -36/+66 | |
| | | ||||||
| * | STM32 DAC: Rework DAC driver, support all families. | Adam Greig | 2023-11-25 | 1 | -6/+4 | |
| | | ||||||
| * | executor: release v0.3.3 | Dario Nieuwenhuis | 2023-11-15 | 1 | -1/+1 | |
| | | ||||||
| * | stm32/rcc: unify f2 into f4/f7. | Dario Nieuwenhuis | 2023-11-13 | 1 | -10/+11 | |
| | | ||||||
| * | stm32/rcc: fix pll enum naming on f4, f7. | Dario Nieuwenhuis | 2023-11-13 | 1 | -2/+2 | |
| | | ||||||
| * | stm32/rcc: unify l0l1 and l4l5. | Dario Nieuwenhuis | 2023-11-13 | 1 | -2/+2 | |
| | | ||||||
| * | stm32/rcc: consistent casing and naming for PLL enums. | Dario Nieuwenhuis | 2023-11-13 | 1 | -15/+15 | |
| | | ||||||
| * | stm32: add low power for g4 | xoviat | 2023-11-08 | 1 | -1/+1 | |
| | | ||||||
| * | stm32/rcc: add shared code for hsi48 with crs support. | Dario Nieuwenhuis | 2023-11-05 | 1 | -3/+3 | |
| | | ||||||
| * | stm32/rcc: switch to modern api for l0, l1. | Dario Nieuwenhuis | 2023-11-05 | 1 | -12/+14 | |
| | | ||||||
| * | Merge branch 'main' of github.com:embassy-rs/embassy into low-power | xoviat | 2023-11-04 | 1 | -4/+7 | |
| |\ | ||||||
| | * | Upgrade static-cell to v2.0 | Dario Nieuwenhuis | 2023-11-02 | 1 | -4/+7 | |
| | | | ||||||
| * | | stm32: compute stop mode and workaround rtt test bug | xoviat | 2023-11-04 | 1 | -1/+1 | |
| |/ | ||||||
| * | Release embassy-executor v0.3.1 | Dario Nieuwenhuis | 2023-11-01 | 1 | -1/+1 | |
| | | ||||||
| * | Prepare embassy-net 0.2.1 and embassy-sync 0.4.0 | Dániel Buga | 2023-10-31 | 1 | -1/+1 | |
| | | ||||||
