| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | stm32/gpio: make port G work on U5. | Dario Nieuwenhuis | 2023-10-23 | 1 | -2/+2 | |
| | | ||||||
| * | stm32/tests: add stm32wba52cg, stm32u5a9zj | Dario Nieuwenhuis | 2023-10-22 | 1 | -0/+7 | |
| | | ||||||
| * | stm32/tests: add stm32h753zi, stm32h7a3zi. | Dario Nieuwenhuis | 2023-10-21 | 1 | -0/+2 | |
| | | ||||||
| * | stm32/tests: add stm32wl hil. | Dario Nieuwenhuis | 2023-10-17 | 1 | -0/+1 | |
| | | ||||||
| * | Add some builds without time feature to CI | Andres Oliva | 2023-10-12 | 1 | -0/+6 | |
| | | ||||||
| * | Add time feature to CI | Andres Oliva | 2023-10-11 | 1 | -56/+56 | |
| | | ||||||
| * | ci: set target dir if not specified. | Dario Nieuwenhuis | 2023-10-07 | 1 | -1/+4 | |
| | | ||||||
| * | net: add support for dhcp hostname option. | Dario Nieuwenhuis | 2023-10-07 | 1 | -1/+1 | |
| | | ||||||
| * | disable flaky f2 eth test | Dario Nieuwenhuis | 2023-10-06 | 1 | -1/+1 | |
| | | ||||||
| * | ci: remove wpan tests again | xoviat | 2023-10-03 | 1 | -0/+3 | |
| | | ||||||
| * | wpan: re-enable HIL tests | xoviat | 2023-10-03 | 1 | -2/+0 | |
| | | ||||||
| * | stm32/hil: add f2, f3, f7, l49 | Dario Nieuwenhuis | 2023-10-03 | 1 | -0/+4 | |
| | | ||||||
| * | ci: remove wpan tests | xoviat | 2023-10-02 | 1 | -0/+3 | |
| | | ||||||
| * | stm32: fix stop | xoviat | 2023-10-02 | 1 | -2/+0 | |
| | | ||||||
| * | enable wifi_esp_hosted_perf test, disable stm32f4 stop test. | Dario Nieuwenhuis | 2023-10-02 | 1 | -1/+2 | |
| | | ||||||
| * | ci: add all stm32f4 | Dario Nieuwenhuis | 2023-10-01 | 1 | -0/+13 | |
| | | ||||||
| * | temporarily disable wifi_esp_hosted_perf test. | Dario Nieuwenhuis | 2023-09-28 | 1 | -0/+1 | |
| | | ||||||
| * | tests/stm32: add L0, L1, L4, L4+, L5 | Dario Nieuwenhuis | 2023-09-26 | 1 | -0/+5 | |
| | | ||||||
| * | stm32: use PAC enums for VOS. | Dario Nieuwenhuis | 2023-09-18 | 1 | -0/+2 | |
| | | ||||||
| * | stm32: fix wpan_ble test | xoviat | 2023-09-16 | 1 | -2/+0 | |
| | | ||||||
| * | stm32: add stm32wba support. | Dario Nieuwenhuis | 2023-09-16 | 1 | -0/+1 | |
| | | ||||||
| * | ci: build low-power on l0 | xoviat | 2023-09-14 | 1 | -0/+1 | |
| | | ||||||
| * | ci: fix colliding files warning. | Dario Nieuwenhuis | 2023-09-12 | 1 | -2/+2 | |
| | | ||||||
| * | ci: remove wpan_ble for hil | xoviat | 2023-09-11 | 1 | -0/+2 | |
| | | ||||||
| * | Revert "ci: remove failing tests" | Dario Nieuwenhuis | 2023-09-04 | 1 | -5/+0 | |
| | | | | | This reverts commit c5732ce2857ce4028a2e03abeb65254200473e5a. | |||||
| * | ci: remove failing tests | xoviat | 2023-09-03 | 1 | -0/+5 | |
| | | ||||||
| * | Add new feature/arch combinations to executor CI check | Dániel Buga | 2023-08-26 | 1 | -0/+13 | |
| | | ||||||
| * | stm32: fix f37x build. | Dario Nieuwenhuis | 2023-08-19 | 1 | -0/+1 | |
| | | | | | originally broke in https://github.com/embassy-rs/embassy/pull/1762 | |||||
| * | nrf: enable defmt for embassy-hal-internal. | Dario Nieuwenhuis | 2023-08-16 | 1 | -1/+1 | |
| | | ||||||
| * | Update to embedded-io 0.5 (#1752) | Dario Nieuwenhuis | 2023-08-07 | 1 | -10/+4 | |
| | | ||||||
| * | Merge pull request #1728 from pennae/rp-gpio-banks | Dario Nieuwenhuis | 2023-08-01 | 1 | -0/+1 | |
| |\ | | | | | | | rp: fix qspi gpio interrupts, make qspi gpio optional | |||||
| | * | rp: make QSPI gpio support optional | pennae | 2023-07-31 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | this will be mostly not useful to anyone since flash is attached to qspi, and using flash chips that don't use the *entire* qspi interface will severly slow down the chip. the code overhead is minimal right now, but if we also fix interrupt support on qspi pins this will change (adding more code to potentially hot paths, using more memory for wakers that are never used, and preventing the qspi gpio irq from being used in software interrupts as RTIC applications may want to do). | |||||
| * | | Merge pull request #1727 from embassy-rs/hrtim-v2 | xoviat | 2023-07-31 | 1 | -0/+1 | |
| |\ \ | |/ |/| | | | stm32: add hrtim v2 | |||||
| | * | stm32: add hrtim v2 | Dario Nieuwenhuis | 2023-07-31 | 1 | -0/+1 | |
| | | | ||||||
| * | | Merge pull request #1704 from rubdos/ieee802154-fixes | Dario Nieuwenhuis | 2023-07-31 | 1 | -0/+3 | |
| |\ \ | |/ |/| | | | Expose IEEE802.15.4 address in Driver | |||||
| | * | CI: ip, ethernet and ieee802.15.4 should be able to co-exist | Ruben De Smet | 2023-07-31 | 1 | -0/+3 | |
| | | | ||||||
| * | | Merge branch 'main' of https://github.com/embassy-rs/embassy into hrtim | xoviat | 2023-07-28 | 1 | -0/+2 | |
| |\| | ||||||
| | * | CI: ethernet and ieee802.15.4 should be able to co-exist | Ruben De Smet | 2023-07-28 | 1 | -0/+2 | |
| | | | ||||||
| * | | Merge branch 'main' of https://github.com/embassy-rs/embassy into hrtim | xoviat | 2023-07-22 | 1 | -4/+0 | |
| |\| | ||||||
| | * | Remove wifi envvars. They're annoying, they cause rust-analyzer errors when ↵ | Dario Nieuwenhuis | 2023-07-05 | 1 | -4/+0 | |
| | | | | | | | | | opening the examples. | |||||
| * | | stm32/hrtim: add example impl. | xoviat | 2023-06-30 | 1 | -0/+1 | |
| |/ | ||||||
| * | esp-hosted: add perf hil test. | Dario Nieuwenhuis | 2023-06-22 | 1 | -1/+1 | |
| | | ||||||
| * | Add firmware updater examples to CI | Ulf Lilleengen | 2023-06-19 | 1 | -10/+10 | |
| | | | | | | | | | CI was not building the a.rs application due to the requirement of b.bin having been built first. Add a feature flag to examples so that CI can build them including a dummy application. Update a.rs application examples so that they compile again. | |||||
| * | Merge branch 'main' into v4-optional | Dario Nieuwenhuis | 2023-06-08 | 1 | -1/+2 | |
| |\ | ||||||
| | * | Add RTIC example. | Dario Nieuwenhuis | 2023-06-08 | 1 | -0/+1 | |
| | | | ||||||
| | * | cyw43: add perf HIL test. | Dario Nieuwenhuis | 2023-06-06 | 1 | -1/+1 | |
| | | | ||||||
| * | | CI: introduce tests for dual stack v4 and v6 | Ruben De Smet | 2023-06-06 | 1 | -0/+4 | |
| | | | ||||||
| * | | CI: add proto-ipv4 to embassy-net test | Ruben De Smet | 2023-06-06 | 1 | -2/+2 | |
| | | | ||||||
| * | | CI: Add proto-ipv6 tests without ipv4 to CI | Ruben De Smet | 2023-06-06 | 1 | -0/+4 | |
| |/ | ||||||
| * | stm32/rtc: fix build failure in some L4s | Dario Nieuwenhuis | 2023-05-31 | 1 | -0/+1 | |
| | | ||||||
