aboutsummaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Tell bors to delete merged branchesGrant Miller2022-03-141-0/+1
|
* ci: add build with stable.Dario Nieuwenhuis2022-02-121-2/+24
|
* Update cargo-batch.Dario Nieuwenhuis2022-02-111-1/+1
|
* stm32: add gpio HIL testDario Nieuwenhuis2021-12-061-0/+3
|
* ci: do main build with fully generated stm32-metapac.Dario Nieuwenhuis2021-11-241-10/+1
|
* Faster CI with cargo-batchDario Nieuwenhuis2021-11-221-144/+16
|
* Merge #461bors[bot]2021-11-071-0/+9
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 461: nrf: add initial nrf5340 support r=Dirbaio a=Dirbaio Thanks to `@diondokter's` work on DPPI this was quite easy! :) TODO: - [ ] Add config option to enable 128mhz - [ ] Add config option to unlock APPROTECT automatically. - [ ] Add a way to boot net (config option or API?) - [ ] Support WDT (there's WDT0, WDT1. Needs some refactor) - [ ] Support NVMC - [ ] Support TEMP Co-authored-by: Dario Nieuwenhuis <[email protected]>
| * nrf: add initial nrf5340 supportDario Nieuwenhuis2021-10-281-0/+9
| |
* | Add stm32u5 examples to CI run.Bob McWhirter2021-11-021-0/+2
| |
* | Merge #457bors[bot]2021-10-271-1/+4
|\| | | | | | | | | | | | | | | | | | | | | 457: nrf91: support running in both S and NS mode. r=Dirbaio a=Dirbaio - Cargo feature `nrf9160` is now `nrf9160-s` or `nrf9160-ns` - "fake-PAC" renames everything appropriately so there's no need to spam cfg's everywhere. With `nrf9160-s` you can now run code without flashing any weird SPM/bootloader. Tested on nrf9160-dk. Co-authored-by: Dario Nieuwenhuis <[email protected]>
| * nrf91: support running in both S and NS mode.Dario Nieuwenhuis2021-10-261-1/+4
| |
* | Add stm32f7 to CIDario Nieuwenhuis2021-10-261-0/+2
|/
* Merge #423bors[bot]2021-10-131-0/+3
|\ | | | | | | | | | | | | | | | | | | | | | | 423: nRF9160 support r=Dirbaio a=diondokter - Created a chip file with all the peripherals, interrupts and peripheral implementations. - All peripherals now use an alias for the NS (non-secure) version of the nRF9160 version. - Implementations of peripherals that don't exist are ignored. - Most PPI functionality has been stubbed out because the nRF91 has the newer DPPI which is not compatible with the current API. (The channels are also set to not configurable, so they are kinda useless now, but in principle the stubs should never be called) Co-authored-by: Dion Dokter <[email protected]>
| * - Removed the enable assert from UARTE.Dion Dokter2021-10-131-0/+3
| | | | | | | | - Added nRF9160 to CI.
* | Add borsDario Nieuwenhuis2021-10-122-3/+12
|/