From 2b77168f152b70f502d8e8a5a3cc3d49f52cafcf Mon Sep 17 00:00:00 2001 From: dojyorin Date: Fri, 10 Nov 2023 04:36:32 +0900 Subject: [PATCH] add STM32 test target. --- .github/workflows/release.json | 2 +- .github/workflows/test.json | 11 ++++++++++- library.properties | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.json b/.github/workflows/release.json index 0dab922..71d8bce 100644 --- a/.github/workflows/release.json +++ b/.github/workflows/release.json @@ -7,7 +7,7 @@ }, "jobs": { "release": { - "name": "Release: ${{github.ref_name}}", + "name": "release: ${{github.ref_name}}", "runs-on": "ubuntu-latest", "steps": [{ "name": "clone repository", diff --git a/.github/workflows/test.json b/.github/workflows/test.json index bb23b94..455116e 100644 --- a/.github/workflows/test.json +++ b/.github/workflows/test.json @@ -24,7 +24,7 @@ }, "jobs": { "test": { - "name": "Test: ${{matrix.board.name}}", + "name": "test: ${{matrix.board.name}}", "runs-on": "ubuntu-latest", "strategy": { "fail-fast": true, @@ -37,6 +37,10 @@ "vendor": "adafruit", "arch": "samd", "name": "adafruit_trinket_m0" + }, { + "vendor": "STMicroelectronics", + "arch": "stm32", + "name": "GenH5" }, { "vendor": "teensy", "arch": "avr", @@ -52,6 +56,11 @@ "board": { "vendor": "adafruit" } + }, { + "index": "https://github.com/stm32duino/BoardManagerFiles/raw/main/package_stmicroelectronics_index.json", + "board": { + "vendor": "STMicroelectronics" + } }, { "index": "https://www.pjrc.com/teensy/package_teensy_index.json", "board": { diff --git a/library.properties b/library.properties index 86d078f..5659a28 100644 --- a/library.properties +++ b/library.properties @@ -1,6 +1,6 @@ name=base64_encode author=dojyorin -version=2.0.2 +version=2.0.3 architectures=* includes=arduino_base64.hpp sentence=Convert between binary and base64 encoded string.