| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | examples: Drop build-std = ["core"] | Ben Gamari | 2021-07-31 | 1 | -3/+0 | |
| | | | | | | | | | Previously the cargo configurations of all of the example projects had `build-std = ["core"]`, which forces compilation of `core` as a code-size optimisation. However, this is strictly unnecessary and will currently break for users who do not use `rustup` directly (e.g. nix users). | |||||
| * | rp/examples: add spi_display example | Dario Nieuwenhuis | 2021-07-20 | 3 | -0/+218 | |
| | | ||||||
| * | rp/examples: add spi example | Dario Nieuwenhuis | 2021-07-19 | 1 | -0/+50 | |
| | | ||||||
| * | rp/timer: add | Dario Nieuwenhuis | 2021-07-12 | 1 | -2/+3 | |
| | | ||||||
| * | Fix warnings in std and rp | Rukai | 2021-07-04 | 1 | -1/+0 | |
| | | ||||||
| * | rp/gpio: add infallible inherent methods | Dario Nieuwenhuis | 2021-06-25 | 2 | -6/+5 | |
| | | ||||||
| * | rp: clock setup | Dario Nieuwenhuis | 2021-06-25 | 1 | -1/+1 | |
| | | ||||||
| * | Move examples to a subdirectory | Dario Nieuwenhuis | 2021-06-02 | 8 | -0/+184 | |
