| Commit message (Expand) | Author | Age | Files | Lines |
| * | rp: use the rp-binary-info crate for binary info. | Dario Nieuwenhuis | 2024-08-17 | 1 | -0/+1 |
| * | disable uart ringbuffered test on f2. | Dario Nieuwenhuis | 2024-08-17 | 1 | -1/+2 |
| * | Temporarily disable stm32f1 tests. | Dario Nieuwenhuis | 2024-08-17 | 1 | -0/+3 |
| * | Adding nrf9151 and nrf9161 feature coverage to CI | nerwalt | 2024-08-12 | 1 | -0/+6 |
| * | rp: update PAC, fix CI. | Dario Nieuwenhuis | 2024-08-12 | 1 | -3/+4 |
| * | Intrinsics aren't implemented for 235x yet. | Caleb Jamison | 2024-08-09 | 1 | -3/+2 |
| * | Maybe fix ci/build II | Caleb Jamison | 2024-08-09 | 1 | -4/+3 |
| * | Maybe fix ci/build? | Caleb Jamison | 2024-08-09 | 1 | -4/+8 |
| * | cyw43: add Bluetooth support. | Dario Nieuwenhuis | 2024-08-05 | 1 | -0/+2 |
| * | Change dual bank CI test to non-dual core | Dion Dokter | 2024-08-05 | 1 | -1/+1 |
| * | Change embassy-boot ci tests to non-dual core chip for simplicity. | Dion Dokter | 2024-08-05 | 1 | -2/+4 |
| * | Update to Rust 1.80, make check-cfg unconditional. | Dario Nieuwenhuis | 2024-07-25 | 1 | -6/+0 |
| * | ci: add instructions to install cargo-batch if not installed. | Dario Nieuwenhuis | 2024-07-24 | 1 | -0/+8 |
| * | Fixing 9151 s and ns ci example builds | nerwalt | 2024-07-15 | 1 | -1/+2 |
| * | Adding 9120 to ci.sh | nerwalt | 2024-07-15 | 1 | -0/+4 |
| * | Moved ltdc example to its own crate | David Haig | 2024-06-28 | 1 | -0/+1 |
| * | tests/nrf: unify, add nrf52832, nrf52833, nrf5340, nrf9160 | Dario Nieuwenhuis | 2024-06-25 | 1 | -2/+6 |
| * | Update stable to Rust 1.79. | Dario Nieuwenhuis | 2024-06-13 | 1 | -0/+6 |
| * | Add example to CI | Joël Schulz-Andres | 2024-05-24 | 1 | -0/+1 |
| * | Add dsi example | Joël Schulz-Ansres | 2024-05-21 | 1 | -0/+1 |
| * | update example path | Ulf Lilleengen | 2024-05-21 | 1 | -5/+5 |
| * | stm32/tests: add stm32u0 hil. | Dario Nieuwenhuis | 2024-05-13 | 1 | -0/+1 |
| * | stm32: add support for STM32H7[RS] "bootflash line", add HIL tests. | Dario Nieuwenhuis | 2024-05-01 | 1 | -0/+6 |
| * | stm32: add support for H5[23], U5[FG], WBA5[045]. | Dario Nieuwenhuis | 2024-04-30 | 1 | -0/+4 |
| * | ci: add u0 examples. | Dario Nieuwenhuis | 2024-04-16 | 1 | -0/+1 |
| * | temporarily disable stm32l152re/usart_rx_ringbuffered test. | Dario Nieuwenhuis | 2024-04-15 | 1 | -0/+3 |
| * | Add stm32u0 support. | Dario Nieuwenhuis | 2024-04-14 | 1 | -0/+3 |
| * | stm32/timer: simplify traits, convert from trait methods to struct. | Dario Nieuwenhuis | 2024-03-23 | 1 | -0/+1 |
| * | ci stm32: build target fix | eZio Pan | 2024-03-06 | 1 | -25/+26 |
| * | ci stm32: update U5 H5 WBA target to Armv8-M | eZio Pan | 2024-03-05 | 1 | -7/+7 |
| * | tests/rp: reenable i2c test. | Dario Nieuwenhuis | 2024-02-17 | 1 | -3/+0 |
| * | tests/stm32: actually add stm32f091rc, stm32h503rb. | Dario Nieuwenhuis | 2024-02-17 | 1 | -0/+2 |
| * | stm32/rcc: port F0 to new API. | Dario Nieuwenhuis | 2024-02-13 | 1 | -0/+7 |
| * | Merge pull request #2541 from xgroleau/fix/executor-rtos-usage-time | Dario Nieuwenhuis | 2024-02-09 | 1 | -0/+2 |
| |\ |
|
| | * | fix: compilation for rtos trace | xgroleau🐢 | 2024-02-08 | 1 | -0/+2 |
| * | | ci(boot): add new example and fix bootloader/stm32wb-dfu | Badr Bouslikhin | 2024-02-07 | 1 | -1/+2 |
| |/ |
|
| * | stm32/rcc: fix more build failures. | Dario Nieuwenhuis | 2024-02-04 | 1 | -0/+3 |
| * | Merge pull request #2533 from embassy-rs/stm32-rcc-fixit | Dario Nieuwenhuis | 2024-02-04 | 1 | -0/+2 |
| |\ |
|
| | * | stm32/rcc: fix build for some f0 and l4 chips. | Dario Nieuwenhuis | 2024-02-04 | 1 | -0/+2 |
| * | | nrf/gpiote: add support for nrf51. | Dario Nieuwenhuis | 2024-02-04 | 1 | -0/+1 |
| |/ |
|
| * | fix: use nrf51-dk chip variant | Ulf Lilleengen | 2024-01-25 | 1 | -1/+1 |
| * | add nrf51 builds to ci | Ulf Lilleengen | 2024-01-25 | 1 | -0/+4 |
| * | add HIL test to CI | Ulf Lilleengen | 2024-01-25 | 1 | -0/+1 |
| * | rename nrf52 HIL test | Ulf Lilleengen | 2024-01-24 | 1 | -1/+1 |
| * | ci.sh: add low-power feature for stm32l5 | Christian Enderle | 2024-01-19 | 1 | -1/+1 |
| * | stm32/tests: enable f446 hil. | Dario Nieuwenhuis | 2024-01-19 | 1 | -3/+0 |
| * | Merge pull request #2436 from embassy-rs/embassy-nrf-docs-nrf91-example | Dario Nieuwenhuis | 2024-01-11 | 1 | -0/+1 |
| |\ |
|
| | * | add nrf9160 example to CI | Ulf Lilleengen | 2024-01-11 | 1 | -0/+1 |
| * | | Flatten embassy-boot dir tree | Dario Nieuwenhuis | 2024-01-11 | 1 | -4/+4 |
| |/ |
|
| * | time: split driver into a separate embassy-time-driver crate. | Dario Nieuwenhuis | 2024-01-11 | 1 | -17/+23 |