| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #2564 from embassy-rs/rcc-f1-update | Dario Nieuwenhuis | 2024-02-14 | 2 | -2/+20 |
| |\ | |||||
| | * | 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 |
| |\ \ | |/ |/| | |||||
| | * | 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 |
| | |/ |/| | |||||
| * | | Delete tests/stm32/teleprobe.sh | Dario Nieuwenhuis | 2024-02-08 | 1 | -12/+0 |
| |/ | |||||
| * | nrf/gpiote: add support for nrf51. | Dario Nieuwenhuis | 2024-02-04 | 2 | -1/+49 |
| * | correct spelling of the word "receive" | Stefan Gehr | 2024-02-03 | 1 | -1/+1 |
| * | Merge pull request #2469 from embassy-rs/nrf51-basic-support | Dario Nieuwenhuis | 2024-01-31 | 16 | -1/+105 |
| |\ | |||||
| | * | use pull-up to ensure we assert the correct change | Ulf Lilleengen | 2024-01-26 | 1 | -1/+1 |
| | * | fix gpio test and remove dummy | Ulf Lilleengen | 2024-01-26 | 2 | -16/+2 |
| | * | fix: link nrf51 tests from flash for now | Ulf Lilleengen | 2024-01-26 | 2 | -5/+5 |
| | * | assert only at least time slept | Ulf Lilleengen | 2024-01-26 | 2 | -2/+0 |
| | * | fix warnings | Ulf Lilleengen | 2024-01-26 | 1 | -2/+1 |
| | * | add simplest test | Ulf Lilleengen | 2024-01-26 | 1 | -0/+15 |
| | * | lower arena for nrf51 | Ulf Lilleengen | 2024-01-25 | 1 | -1/+1 |
| | * | adjust memory settings for lower end variant | Ulf Lilleengen | 2024-01-25 | 1 | -2/+2 |
| | * | fix: use nrf51-dk chip variant | Ulf Lilleengen | 2024-01-25 | 6 | -2/+2 |
| | * | fix: teleprobe target | Ulf Lilleengen | 2024-01-25 | 1 | -1/+1 |
| | * | fix: add missing hil test project | Ulf Lilleengen | 2024-01-25 | 6 | -0/+106 |
| | * | rename nrf52 HIL test | Ulf Lilleengen | 2024-01-24 | 10 | -0/+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 |
| |/ | |||||
| * | rp/gpio: remove generics. | Dario Nieuwenhuis | 2024-01-22 | 5 | -17/+15 |
| * | nrf/gpio: remove generics. | Dario Nieuwenhuis | 2024-01-22 | 2 | -10/+7 |
| * | Remove nightly-only flags from cargo configs. | Dario Nieuwenhuis | 2024-01-22 | 2 | -5/+5 |
| * | 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 | 5 | -13/+13 |
| * | Change GPIO inherent methods back to `&self`. | Dario Nieuwenhuis | 2024-01-10 | 3 | -15/+15 |
| * | Update embedded-hal to v1.0 | Dario Nieuwenhuis | 2024-01-09 | 3 | -7/+7 |
| * | Merge pull request #2404 from plaes/sync-link-ram | Dario Nieuwenhuis | 2024-01-05 | 7 | -524/+45 |
| |\ | |||||
| | * | tests: Fix location of __edata section and comment original | Priit Laes | 2024-01-05 | 1 | -0/+4 |
| | * | tests: Use unified link_ram_cortex_m.x file for all Cortex M targets | Priit Laes | 2024-01-05 | 7 | -512/+7 |
| | * | tests: nrf: Sync link_ram.x from upstream | Priit Laes | 2024-01-05 | 1 | -12/+34 |
| * | | New embassy-net release | Scott Mabin | 2024-01-04 | 4 | -4/+4 |
| |/ | |||||
| * | ci: use beta, add secondary nightly ci. | Dario Nieuwenhuis | 2023-12-21 | 9 | -9/+3 |
| * | chore: replace make_static! macro usage with non-macro version | Ulf Lilleengen | 2023-12-21 | 6 | -26/+41 |
| * | Update embedded-hal to 1.0.0-rc.3 | Dario Nieuwenhuis | 2023-12-14 | 6 | -22/+22 |
| * | Merge pull request #2246 from CaptainMaso/adc_f3_v1_1 | Dario Nieuwenhuis | 2023-12-08 | 4 | -12/+105 |
| |\ | |||||
| | * | 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 | 4 | -4/+4 |
| * | | update release version in examples and other crates | Scott Mabin | 2023-12-04 | 5 | -9/+9 |
