| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | cortex-m: remove owned interrupts. | Dario Nieuwenhuis | 2023-06-01 | 1 | -0/+1 |
| | | |||||
| * | Align examples | Rasmus Melchior Jacobsen | 2023-05-30 | 2 | -5/+12 |
| | | |||||
| * | ci: fix nrf, rp tests. | Dario Nieuwenhuis | 2023-05-29 | 1 | -2/+2 |
| | | |||||
| * | Switch from probe-run to probe-rs-cli. | Dario Nieuwenhuis | 2023-04-26 | 1 | -1/+1 |
| | | | | | | - probe-run screwed up the last release 2 weeks ago and it's still not fixed (issue 391). Doesn't look well maintained. - Even when it's not broken, it lags behind probe-rs-cli in new chips support because it's slow in updating probe-rs. | ||||
| * | enable inline-asm feature for cortex-m in examples | pennae | 2023-04-18 | 1 | -1/+1 |
| | | | | | | | inline assembly is supported since rust 1.59, we're way past that. enabling this makes the compiled code more compact, and on rp2040 even decreses memory usage by not needing thunks in sram. | ||||
| * | Align examples with bootloader changes | Rasmus Melchior Jacobsen | 2023-04-04 | 1 | -2/+1 |
| | | |||||
| * | Bump embedded-storage-async to 0.4 | Mehmet Ali Anil | 2023-03-06 | 1 | -1/+1 |
| | | |||||
| * | Cleanup | kalkyl | 2023-01-03 | 1 | -1/+1 |
| | | |||||
| * | embassy-boot (rp): Add WatchdogFlash | kalkyl | 2023-01-03 | 2 | -3/+5 |
| | | |||||
| * | feat: embassy-boot for rp2040 | Ulf Lilleengen | 2022-12-02 | 6 | -0/+152 |
| Add embassy-boot support for RP2040, with examples for the Raspberry Pi Pico. Co-authored-by: Mathias Koch <[email protected]> | |||||
