| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | ci: use nightly for building docs. | Dario Nieuwenhuis | 2023-12-23 | 1 | -0/+1 | |
| | | ||||||
| * | ci: use beta, add secondary nightly ci. | Dario Nieuwenhuis | 2023-12-21 | 4 | -6/+27 | |
| | | ||||||
| * | ci: fix test job not caching anything. | Dario Nieuwenhuis | 2023-12-14 | 4 | -3/+7 | |
| | | ||||||
| * | Remove embassy-lora from doc build. | Dario Nieuwenhuis | 2023-12-04 | 1 | -1/+0 | |
| | | ||||||
| * | Remove nightly and unstable-traits features in preparation for 1.75. | Dario Nieuwenhuis | 2023-11-29 | 2 | -20/+8 | |
| | | ||||||
| * | executor: add support for main/task macros in stable (allocates tasks in an ↵ | Dario Nieuwenhuis | 2023-11-24 | 1 | -0/+1 | |
| | | | | | arena) | |||||
| * | executor: add some tests. | Dario Nieuwenhuis | 2023-11-24 | 1 | -0/+2 | |
| | | ||||||
| * | ci: cache lockfiles | Dario Nieuwenhuis | 2023-11-21 | 2 | -0/+20 | |
| | | | | | | - Removes the slow "updating crates.io index, updating git" at start of the job. - Avoids CI being randomly slower if a widely-used dep (like serde) gets bumped causing rebuilding everything. | |||||
| * | ci: set net.git-fetch-with-cli=true | Dario Nieuwenhuis | 2023-09-16 | 3 | -0/+12 | |
| | | ||||||
| * | ci: reenable stm32 docs. | Dario Nieuwenhuis | 2023-09-15 | 1 | -5/+4 | |
| | | ||||||
| * | ci: disable stm32 docs build temporarily because it's bringing CI down for ↵ | Dario Nieuwenhuis | 2023-09-12 | 1 | -4/+5 | |
| | | | | | some reason. | |||||
| * | Add teleprobe cache. | Dario Nieuwenhuis | 2023-09-03 | 1 | -0/+1 | |
| | | ||||||
| * | Delete .github/bors.toml | Dario Nieuwenhuis | 2023-09-01 | 1 | -4/+0 | |
| | | ||||||
| * | add embassy-net-adin1110 to .github/ci/doc.sh | René van Dorst | 2023-08-24 | 1 | -0/+1 | |
| | | ||||||
| * | add embassy-net-adin1110 to .github/ci/test.sh | René van Dorst | 2023-08-24 | 1 | -0/+2 | |
| | | ||||||
| * | net-wiznet: rename from embassy-net-w5500. | Dario Nieuwenhuis | 2023-08-15 | 1 | -1/+1 | |
| | | ||||||
| * | ci/docs: build embassy-net-enc28j60. | Dario Nieuwenhuis | 2023-08-15 | 1 | -0/+1 | |
| | | ||||||
| * | Build stm32 docs last. | Dario Nieuwenhuis | 2023-08-15 | 1 | -2/+9 | |
| | | ||||||
| * | Rename embassy-hal-common to embassy-hal-internal, document it's for ↵ | Dario Nieuwenhuis | 2023-07-28 | 1 | -1/+1 | |
| | | | | | internal use only. (#1700) | |||||
| * | net-esp-hosted: build docs. | Dario Nieuwenhuis | 2023-07-18 | 1 | -0/+1 | |
| | | ||||||
| * | ci: add check for no CRLF line endings. | Dario Nieuwenhuis | 2023-07-18 | 1 | -0/+17 | |
| | | ||||||
| * | ci: build doc with 4 threads instead of 6, to avoid running out of disk space. | Dario Nieuwenhuis | 2023-07-06 | 1 | -1/+1 | |
| | | ||||||
| * | doc: upload statics too. | Dario Nieuwenhuis | 2023-07-04 | 1 | -24/+25 | |
| | | ||||||
| * | stm32-wpan: add doc metadata | goueslati | 2023-06-13 | 1 | -0/+1 | |
| | | ||||||
| * | Fix docs build. | Dario Nieuwenhuis | 2023-06-13 | 1 | -0/+6 | |
| | | ||||||
| * | Remove embassy-cortex-m crate, move stuff to embassy-hal-common. | Dario Nieuwenhuis | 2023-06-09 | 1 | -1/+0 | |
| | | ||||||
| * | Document w5500, cyw43 | Dario Nieuwenhuis | 2023-06-01 | 1 | -0/+3 | |
| | | ||||||
| * | ci: build stm32 docs. | Dario Nieuwenhuis | 2023-05-31 | 1 | -20/+21 | |
| | | ||||||
| * | Move doc building to new CI. | Dario Nieuwenhuis | 2023-05-31 | 2 | -87/+34 | |
| | | ||||||
| * | ci: run HIL tests in parallel. | Dario Nieuwenhuis | 2023-05-30 | 1 | -0/+1 | |
| | | ||||||
| * | ci: fix nrf, rp tests. | Dario Nieuwenhuis | 2023-05-29 | 1 | -1/+3 | |
| | | ||||||
| * | ci: add stable build, add tests. | Dario Nieuwenhuis | 2023-05-29 | 3 | -2/+44 | |
| | | ||||||
| * | CI fixes. | Dario Nieuwenhuis | 2023-05-29 | 2 | -2/+1 | |
| | | ||||||
| * | Switch to Bender for CI. | Dario Nieuwenhuis | 2023-05-29 | 2 | -80/+21 | |
| | | ||||||
| * | ci: replace openid connect with static secret. | Dario Nieuwenhuis | 2023-05-25 | 1 | -0/+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. | |||||
| * | Update GitHub Actions CI | Dirk Stolle | 2023-05-08 | 2 | -6/+6 | |
| | | | | | | | The following updates are performed: * update actions/cache to v3 * update actions/checkout to v3 | |||||
| * | embassy-boot: ensure tests can run on the stable compiler | sander | 2023-04-20 | 1 | -1/+1 | |
| | | ||||||
| * | ci: ad nightly flag to embassy-boot tests | sander | 2023-04-20 | 1 | -1/+1 | |
| | | ||||||
| * | feat: add embassy-boot-rp to the doc builder | Lachezar Lechev | 2023-04-20 | 1 | -2/+1 | |
| | | | | | Signed-off-by: Lachezar Lechev <[email protected]> | |||||
| * | stm32: use stm32-metapac from crates.io, remove stm32-data submodule. | Dario Nieuwenhuis | 2023-03-20 | 1 | -1/+0 | |
| | | ||||||
| * | Add more crates to docs. | Dario Nieuwenhuis | 2023-02-13 | 1 | -0/+2 | |
| | | ||||||
| * | Fix doc build. | Dario Nieuwenhuis | 2023-02-13 | 1 | -2/+2 | |
| | | ||||||
| * | Support codesigning in the firmware updater | huntc | 2023-01-12 | 1 | -2/+8 | |
| | | | | | This commit provides a method to verify that firmware has been signed with a private key given its public key. The implementation uses ed25519-dalek as the signature verifier. An "ed25519" feature is required to enable the functionality. When disabled (the default), calling the firmware updater's verify method will return a failure. | |||||
| * | net: split driver trait to a separate crate. | Dario Nieuwenhuis | 2022-12-26 | 1 | -0/+1 | |
| | | ||||||
| * | ci/doc: build embassy-time too. | Dario Nieuwenhuis | 2022-10-05 | 1 | -0/+1 | |
| | | ||||||
| * | Use 1 thread in ci doc building. | Dario Nieuwenhuis | 2022-10-03 | 1 | -1/+1 | |
| | | ||||||
| * | Build docs in CI | Dario Nieuwenhuis | 2022-10-02 | 2 | -1/+86 | |
| | | ||||||
| * | split `embassy-util` into `embassy-futures`, `embassy-sync`. | Dario Nieuwenhuis | 2022-08-22 | 1 | -1/+1 | |
| | | ||||||
| * | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis | 2022-07-29 | 1 | -1/+1 | |
| | | ||||||
| * | Update cargo-batch. | Dario Nieuwenhuis | 2022-04-08 | 1 | -2/+2 | |
| | | ||||||
