| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ci: use beta, add secondary nightly ci. | Dario Nieuwenhuis | 2023-12-21 | 1 | -77/+0 |
| | | |||||
| * | Remove nightly and unstable-traits features in preparation for 1.75. | Dario Nieuwenhuis | 2023-11-29 | 1 | -32/+32 |
| | | |||||
| * | Add some builds without time feature to CI | Andres Oliva | 2023-10-12 | 1 | -0/+5 |
| | | |||||
| * | Add time feature to CI | Andres Oliva | 2023-10-11 | 1 | -33/+33 |
| | | |||||
| * | Update to embedded-io 0.5 (#1752) | Dario Nieuwenhuis | 2023-08-07 | 1 | -2/+0 |
| | | |||||
| * | rp: make QSPI gpio support optional | pennae | 2023-07-31 | 1 | -0/+1 |
| | | | | | | | | | | | this will be mostly not useful to anyone since flash is attached to qspi, and using flash chips that don't use the *entire* qspi interface will severly slow down the chip. the code overhead is minimal right now, but if we also fix interrupt support on qspi pins this will change (adding more code to potentially hot paths, using more memory for wakers that are never used, and preventing the qspi gpio irq from being used in software interrupts as RTIC applications may want to do). | ||||
| * | CI: add proto-ipv4 to embassy-net test | Ruben De Smet | 2023-06-06 | 1 | -1/+1 |
| | | |||||
| * | CI: Add proto-ipv6 tests without ipv4 to CI | Ruben De Smet | 2023-06-06 | 1 | -0/+2 |
| | | |||||
| * | ci: add stable build, add tests. | Dario Nieuwenhuis | 2023-05-29 | 1 | -3/+0 |
| | | |||||
| * | embassy-boot: update ci and examples to use the nightly flag | sander | 2023-04-20 | 1 | -0/+4 |
| | | |||||
| * | Add embassy-net without dhcp to ci.sh | Roy Buitenhuis | 2023-04-18 | 1 | -0/+1 |
| | | |||||
| * | stm32: add stm32c0 support. | Dario Nieuwenhuis | 2023-01-17 | 1 | -1/+1 |
| | | |||||
| * | Rename examples/nrf to examples/nrf52840 | Dominik Boehi | 2023-01-09 | 1 | -1/+1 |
| | | |||||
| * | net: remove unused pool-x features | Dario Nieuwenhuis | 2022-12-26 | 1 | -2/+2 |
| | | |||||
| * | time: add more tick rates, use 1mhz as default. | Dario Nieuwenhuis | 2022-09-02 | 1 | -35/+35 |
| | | |||||
| * | net: feature-gate nightly-only async traits to allow building on stable. | Dario Nieuwenhuis | 2022-08-30 | 1 | -0/+2 |
| | | |||||
| * | Split embassy-time from embassy-executor. | Dario Nieuwenhuis | 2022-08-18 | 1 | -33/+33 |
| | | |||||
| * | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis | 2022-07-29 | 1 | -37/+37 |
| | | |||||
| * | Include embassy-rp in ci builds | Jan Niehusmann | 2022-07-21 | 1 | -0/+3 |
| | | |||||
| * | examples/stm32*, tests/stm32: specify time-tick-32768hz | Will Glynn | 2022-05-31 | 1 | -33/+33 |
| | | |||||
| * | Add STM32F217ZG to CI | Joonas Javanainen | 2022-03-27 | 1 | -0/+2 |
| | | | | | F217 has the most features in the F2 family | ||||
| * | stm32: add rust stable support | Dario Nieuwenhuis | 2022-02-12 | 1 | -0/+32 |
| | | |||||
| * | ci: add build with stable. | Dario Nieuwenhuis | 2022-02-12 | 1 | -0/+30 |
