From f41d7d61c124173edc170183ba62f9a6f76ec268 Mon Sep 17 00:00:00 2001 From: maxgerhardt <maximilian.gerhardt@rub.de> Date: Sat, 4 Mar 2023 19:47:09 +0100 Subject: [PATCH] Slight README improvements, change CI to windows (temp) --- .github/workflows/build.yml | 2 +- README.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8753f29..c5dba3e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,7 +4,7 @@ on: [push, pull_request] jobs: build: - runs-on: ubuntu-latest + runs-on: windows-latest steps: - uses: actions/checkout@v3 - name: Cache pip diff --git a/README.md b/README.md index 6c04e84..58a45e6 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,9 @@ Anyone who wants to write a good/nice utility should probably look at the code i ## VSCode + PlatformIO -This project can also be built, uploaded and debugged with VSCode and the PlatformIO extension. See [here](https://github.com/Community-PIO-CH32V/platform-ch32v) for details. +This project can also be built, uploaded and debugged with VSCode and the PlatformIO extension. Simply clone and open this project in VSCode and have the PlatformIO extension installed. + +See [here](https://github.com/Community-PIO-CH32V/platform-ch32v) for further details. ## Quick Reference * Needed for programming/debugging: `SWIO` is on `PD1` -- GitLab