| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | cyw43: adapt build to main embassy repo. | Dario Nieuwenhuis | 2023-05-30 | 1 | -0/+11 |
| | | |||||
| * | ci: run HIL tests in parallel. | Dario Nieuwenhuis | 2023-05-30 | 1 | -32/+11 |
| | | |||||
| * | Switch to Bender for CI. | Dario Nieuwenhuis | 2023-05-29 | 1 | -1/+0 |
| | | |||||
| * | ci: replace openid connect with static secret. | Dario Nieuwenhuis | 2023-05-25 | 1 | -6/+2 |
| | | | | | | | | | | | The oidc token is only valid for 5min, builds are starting to fail because HIL tests take more than 5 min and we only obtain it once at start. Instead of fixing it, let's remove it. My hope for OIDC was to allow running HIL tests on PRs from forks if the author is in a list of trusted users. However GHA simply doesn't give the ID token to PRs from forks. :shrug: Same limitation as with static tokens. So it's useless complexity, let's kill it. | ||||
| * | stm32: move lora to bind_interrupts | xoviat | 2023-05-24 | 1 | -1/+1 |
| | | |||||
| * | stm32: move to bind_interrupts | xoviat | 2023-05-24 | 1 | -1/+2 |
| | | | | | disable lora functionality for now | ||||
| * | stm32: test more feature combinations in ci. | Dario Nieuwenhuis | 2023-05-19 | 1 | -0/+14 |
| | | |||||
| * | embassy-boot: update ci and examples to use the nightly flag | sander | 2023-04-20 | 1 | -4/+4 |
| | | |||||
| * | Add embassy-net without dhcp to ci.sh | Roy Buitenhuis | 2023-04-18 | 1 | -0/+1 |
| | | |||||
| * | Remove empty line, causing build issues. | Roy Buitenhuis | 2023-04-11 | 1 | -1/+0 |
| | | |||||
| * | Add empty test binary for riscv | Roy Buitenhuis | 2023-04-11 | 1 | -0/+2 |
| | | |||||
| * | stm32/test: add C0 hil tests. | Dario Nieuwenhuis | 2023-04-11 | 1 | -0/+1 |
| | | |||||
| * | stm32/test: add h5 hil tests. | Dario Nieuwenhuis | 2023-04-10 | 1 | -0/+1 |
| | | |||||
| * | stm32: add H5 support. | Dario Nieuwenhuis | 2023-04-06 | 1 | -0/+3 |
| | | |||||
| * | Let sector computation be shared across families | Rasmus Melchior Jacobsen | 2023-03-30 | 1 | -0/+1 |
| | | |||||
| * | stm32: use stm32-metapac from crates.io, remove stm32-data submodule. | Dario Nieuwenhuis | 2023-03-20 | 1 | -18/+2 |
| | | |||||
| * | nrf/buffered_uarte: add HIL tests. | Dario Nieuwenhuis | 2023-03-04 | 1 | -0/+1 |
| | | |||||
| * | nrf: add support for UICR configuration. | Dario Nieuwenhuis | 2023-02-20 | 1 | -2/+2 |
| | | | | | | | | | | - APPROTECT enable/disable. Notably this fixes issues with nrf52-rev3 and nrf53 from locking itself at reset. - Use NFC pins as GPIO. - Use RESET pin as GPIO. NFC and RESET pins singletons are made available only when usable as GPIO, for compile-time checking. | ||||
| * | add stm32f413vh to CI | Dario Nieuwenhuis | 2023-02-13 | 1 | -0/+1 |
| | | |||||
| * | fix embedded-sdmmc integration. | Dario Nieuwenhuis | 2023-01-21 | 1 | -1/+1 |
| | | | | | | | | | - Rename feature to `embedded-sdmmc`. - Move embedded-sdmmc fork repo to the embassy-rs org. - Remove unused features in the fork - Fix impl in embassy-stm32 - Add to CI so it doesn't break again. | ||||
| * | stm32: add stm32c0 examples. | Dario Nieuwenhuis | 2023-01-17 | 1 | -0/+1 |
| | | |||||
| * | stm32: add stm32c0 support. | Dario Nieuwenhuis | 2023-01-17 | 1 | -1/+1 |
| | | |||||
| * | Rename examples/nrf to examples/nrf52840 | Dominik Boehi | 2023-01-09 | 1 | -1/+2 |
| | | |||||
| * | feat: compile bootloader examples for nRF91 | Ulf Lilleengen | 2023-01-04 | 1 | -1/+4 |
| | | | | | | | | * Add nRF91 as target in CI builds * Add example linker scripts for nrf91 * Make less nRF52 assumptions example config * Add llvm-tools-preview required for cargo objcopy example | ||||
| * | net: remove unused pool-x features | Dario Nieuwenhuis | 2022-12-26 | 1 | -4/+4 |
| | | |||||
| * | feat: embassy-boot for rp2040 | Ulf Lilleengen | 2022-12-02 | 1 | -0/+3 |
| | | | | | | | | Add embassy-boot support for RP2040, with examples for the Raspberry Pi Pico. Co-authored-by: Mathias Koch <[email protected]> | ||||
| * | Add -time, -sync to CI with all features. | Dario Nieuwenhuis | 2022-11-28 | 1 | -0/+2 |
| | | |||||
