aboutsummaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
...
* ci: use nightly for building docs.Dario Nieuwenhuis2023-12-231-0/+1
|
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-214-6/+27
|
* ci: fix test job not caching anything.Dario Nieuwenhuis2023-12-144-3/+7
|
* Remove embassy-lora from doc build.Dario Nieuwenhuis2023-12-041-1/+0
|
* Remove nightly and unstable-traits features in preparation for 1.75.Dario Nieuwenhuis2023-11-292-20/+8
|
* executor: add support for main/task macros in stable (allocates tasks in an ↵Dario Nieuwenhuis2023-11-241-0/+1
| | | | arena)
* executor: add some tests.Dario Nieuwenhuis2023-11-241-0/+2
|
* ci: cache lockfilesDario Nieuwenhuis2023-11-212-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=trueDario Nieuwenhuis2023-09-163-0/+12
|
* ci: reenable stm32 docs.Dario Nieuwenhuis2023-09-151-5/+4
|
* ci: disable stm32 docs build temporarily because it's bringing CI down for ↵Dario Nieuwenhuis2023-09-121-4/+5
| | | | some reason.
* Add teleprobe cache.Dario Nieuwenhuis2023-09-031-0/+1
|
* Delete .github/bors.tomlDario Nieuwenhuis2023-09-011-4/+0
|
* add embassy-net-adin1110 to .github/ci/doc.shRené van Dorst2023-08-241-0/+1
|
* add embassy-net-adin1110 to .github/ci/test.shRené van Dorst2023-08-241-0/+2
|
* net-wiznet: rename from embassy-net-w5500.Dario Nieuwenhuis2023-08-151-1/+1
|
* ci/docs: build embassy-net-enc28j60.Dario Nieuwenhuis2023-08-151-0/+1
|
* Build stm32 docs last.Dario Nieuwenhuis2023-08-151-2/+9
|
* Rename embassy-hal-common to embassy-hal-internal, document it's for ↵Dario Nieuwenhuis2023-07-281-1/+1
| | | | internal use only. (#1700)
* net-esp-hosted: build docs.Dario Nieuwenhuis2023-07-181-0/+1
|
* ci: add check for no CRLF line endings.Dario Nieuwenhuis2023-07-181-0/+17
|
* ci: build doc with 4 threads instead of 6, to avoid running out of disk space.Dario Nieuwenhuis2023-07-061-1/+1
|
* doc: upload statics too.Dario Nieuwenhuis2023-07-041-24/+25
|
* stm32-wpan: add doc metadatagoueslati2023-06-131-0/+1
|
* Fix docs build.Dario Nieuwenhuis2023-06-131-0/+6
|
* Remove embassy-cortex-m crate, move stuff to embassy-hal-common.Dario Nieuwenhuis2023-06-091-1/+0
|
* Document w5500, cyw43Dario Nieuwenhuis2023-06-011-0/+3
|
* ci: build stm32 docs.Dario Nieuwenhuis2023-05-311-20/+21
|
* Move doc building to new CI.Dario Nieuwenhuis2023-05-312-87/+34
|
* ci: run HIL tests in parallel.Dario Nieuwenhuis2023-05-301-0/+1
|
* ci: fix nrf, rp tests.Dario Nieuwenhuis2023-05-291-1/+3
|
* ci: add stable build, add tests.Dario Nieuwenhuis2023-05-293-2/+44
|
* CI fixes.Dario Nieuwenhuis2023-05-292-2/+1
|
* Switch to Bender for CI.Dario Nieuwenhuis2023-05-292-80/+21
|
* ci: replace openid connect with static secret.Dario Nieuwenhuis2023-05-251-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 CIDirk Stolle2023-05-082-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 compilersander2023-04-201-1/+1
|
* ci: ad nightly flag to embassy-boot testssander2023-04-201-1/+1
|
* feat: add embassy-boot-rp to the doc builderLachezar Lechev2023-04-201-2/+1
| | | | Signed-off-by: Lachezar Lechev <[email protected]>
* stm32: use stm32-metapac from crates.io, remove stm32-data submodule.Dario Nieuwenhuis2023-03-201-1/+0
|
* Add more crates to docs.Dario Nieuwenhuis2023-02-131-0/+2
|
* Fix doc build.Dario Nieuwenhuis2023-02-131-2/+2
|
* Support codesigning in the firmware updaterhuntc2023-01-121-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 Nieuwenhuis2022-12-261-0/+1
|
* ci/doc: build embassy-time too.Dario Nieuwenhuis2022-10-051-0/+1
|
* Use 1 thread in ci doc building.Dario Nieuwenhuis2022-10-031-1/+1
|
* Build docs in CIDario Nieuwenhuis2022-10-022-1/+86
|
* split `embassy-util` into `embassy-futures`, `embassy-sync`.Dario Nieuwenhuis2022-08-221-1/+1
|
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-291-1/+1
|
* Update cargo-batch.Dario Nieuwenhuis2022-04-081-2/+2
|