aboutsummaryrefslogtreecommitdiff
path: root/ci.sh
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4600 from i509VCB/c1105_c1106i509VCB2025-09-041-12/+13
|\ | | | | | | mspm0: add mspm0c1105/6
| * mspm0: add mspm0c1105/6i509VCB2025-08-281-12/+13
| |
* | executor: add "task metadata" concept, make name a task metadata.Dario Nieuwenhuis2025-08-291-0/+1
| |
* | executor: do not store task IDs in RAM, we can get it from the pointer every ↵Dario Nieuwenhuis2025-08-291-0/+2
|/ | | | time.
* fix: re-remove nrf53 dkUlf Lilleengen2025-08-251-0/+1
|
* fix: revert changes to ci.sh for nowUlf Lilleengen2025-08-251-11/+325
|
* fix: use the cargo-embassy-devtoolUlf Lilleengen2025-08-251-325/+10
|
* ci: Build stm32h7s3a8 with log featureMatt Johnston2025-08-151-1/+1
| | | | Covers some different peripherals to the existing stm32f429zi,log build.
* ci: 5340dk is deadi509VCB2025-08-141-0/+1
|
* Merge pull request #4478 from leftger/example/stm32wba-usb-dfuDario Nieuwenhuis2025-07-291-0/+2
|\ | | | | | | STM32WBA usb-dfu example
| * STM32WBA usb-dfu exampleGerzain Mata2025-07-291-0/+2
| | | | | | | | | | | | | | - Added sample application - Added sample bootloader Removed trace import
* | Fix build of embassy-time with std+defmt.Dario Nieuwenhuis2025-07-291-0/+1
|/
* stm32: fix build for stm32c09xDario Nieuwenhuis2025-07-291-0/+2
|
* Added examples/stm32wba6 to ci.shGerzain Mata2025-07-271-0/+1
|
* embassy-embedded-hal: make time feature non-defaultDario Nieuwenhuis2025-07-251-0/+2
| | | | default features considered harmful.
* stm32: do not run stm32c071rb tests.Dario Nieuwenhuis2025-07-231-0/+3
|
* Merge branch 'embassy-rs:main' into obe1line-stm32c071obe1line2025-07-231-0/+5
|\
| * nxp: Add mimxrt1062 supporti509VCB2025-07-221-1/+3
| | | | | | | | The examples in this case are designed for the IMXRT1060-EVK. The same chip is used in the Teensy 4.0/1, but that will probably get its own set of examples due to some differences such as the FCB.
| * nxp: Add MIMXRT1011 GPIO and time driveri509VCB2025-07-221-0/+2
| | | | | | | | PIT is used for the time driver
| * Disable flaky test rpi-pico/cyw43-perfDario Nieuwenhuis2025-07-211-0/+1
| |
* | Updated version of stm32-data and added c071 and c051 into ci.shChris Storah2025-07-231-0/+3
|/
* Added RTC low-power support for STM32WBA65Gerzain Mata2025-07-181-1/+1
| | | | Also added low-power feature for STM32WBA65RI build
* Removed reference to ADC3 for STM32G4x1 if the peripheral does not exist and ↵Wouter Geraedts2025-07-171-0/+1
| | | | added stm32g431kb to CI for testing
* stm32: fix stm32g0b0 build.Dario Nieuwenhuis2025-07-161-0/+1
| | | | It has USB but not HSI48 which would break things. Only g0x1 has HSI48.
* Disable flaky testDario Nieuwenhuis2025-07-161-0/+3
|
* Merge pull request #4344 from i509VCB/lpc55-featurei509VCB2025-07-091-1/+1
|\ | | | | | | nxp: add feature for lpc55
| * nxp: add feature for lpc55i509VCB2025-07-081-1/+1
| | | | | | | | | | | | this is needed since I will be working on adding support for the MCX families to embassy-nxp Co-authored-by: IriniaCh524 <[email protected]>
* | Reenable rpi pico tests.Dario Nieuwenhuis2025-07-071-3/+0
| |
* | add examples/stm32h723 to ci.shmelvdl2025-06-271-0/+1
| |
* | Added STM32WBA6XXX devices as featuresGerzain Mata2025-06-261-0/+2
|/ | | | | | | | | | | | Added 2 wba6 features to cargo batch in ci.sh WIP Added default RTC rust version for undefined peripherals Added missing generated RTC peripheral to be handled by rtc/v3.rs Reordered cfg_attrs in rtc/mod.rs
* Add support for Cortex-A/RRobin Mueller2025-05-281-0/+3
|
* Merge branch 'embassy-rs:main' into dfu-verifyGerhard de Clercq2025-05-261-0/+5
|\
| * chore: disable another testUlf Lilleengen2025-05-231-0/+3
| |
| * chore: temporarily disable pico testsUlf Lilleengen2025-05-231-0/+2
| |
* | [embassy-usb-dfu] support ed25519 verificationGerhard de Clercq2025-05-231-0/+1
|/ | | | | This commit adds the ability to verify that USB DFU updates are correctly signed using ed25519. This required adding support to embassy-boot for reading from the DFU partition.
* mspm0: fix build for int groups.Dario Nieuwenhuis2025-05-191-0/+7
|
* Merge pull request #4194 from i509VCB/update-metapac2Dario Nieuwenhuis2025-05-181-5/+5
|\ | | | | mspm0: generate features per chip + package
| * mspm0: generate feature per chip + packagei509VCB2025-05-131-5/+5
| |
* | ci: build std examples on aarch64-unknown-linux-gnui509VCB2025-05-131-1/+1
|/
* Fix more CIDion Dokter2025-05-011-12/+13
|
* tests/stm32: stm32l0 is alive.Dario Nieuwenhuis2025-04-241-1/+0
|
* nrf53: add WDT supportMatthew Tran2025-04-201-0/+1
|
* RIP stm32l073rzDario Nieuwenhuis2025-04-181-0/+1
|
* fix: stm32wb55 low power feature did not compileckrenslehner2025-04-151-0/+1
|
* Add Embassy iMXRT RTC Time DriverFelipe Balbi2025-04-091-2/+2
|
* Add embassy-imxrtFelipe Balbi2025-04-091-0/+2
| | | | | Adds initial support for MIMXRT600 series MCUs from NXP. Subsequent PRs will add more drivers.
* Merge pull request #4017 from shilga/SpinlockMutexDario Nieuwenhuis2025-04-071-0/+1
|\ | | | | | | embassy-rp: Spinlock mutex implementation
| * embassy-rp: add multicore test for SpinlockRawMutexSebastian Quilitz2025-04-071-0/+1
| |
* | mspm0: add uart testsi509VCB2025-04-061-0/+4
| | | | | | | | This also fixes a bug in the uart clock calculation where it could select an oversampling faster than what the hardware is providing.
* | Remove flaky test.Dario Nieuwenhuis2025-04-061-1/+2
|/