From 1c242daf76d3ff476a194e08c1922976d1ca22c9 Mon Sep 17 00:00:00 2001 From: carbon Date: Fri, 19 Jul 2024 19:36:19 +0800 Subject: [PATCH] libwiringx add pwm api for duo256m Signed-off-by: carbon --- buildroot-2021.05/package/duo-wiringx/duo-wiringx.hash | 2 +- buildroot-2021.05/package/duo-wiringx/duo-wiringx.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/buildroot-2021.05/package/duo-wiringx/duo-wiringx.hash b/buildroot-2021.05/package/duo-wiringx/duo-wiringx.hash index 3a2a593a0a..e63fc1bbb3 100644 --- a/buildroot-2021.05/package/duo-wiringx/duo-wiringx.hash +++ b/buildroot-2021.05/package/duo-wiringx/duo-wiringx.hash @@ -1,4 +1,4 @@ # From https://github.com/milkv-duo/duo-wiringx -sha256 3309970f0e6d69f27e6a35ae006ccb12939c25dd223391aa24db450b08978068 duo-wiringx-1.0.1.tar.gz +sha256 1e2ef2d87fa7b24e84e52464f77ac54b96c0854fb3ead66541b411552ca6256e duo-wiringx-1.0.2.tar.gz # Locally calculated sha256 fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85 LICENSE diff --git a/buildroot-2021.05/package/duo-wiringx/duo-wiringx.mk b/buildroot-2021.05/package/duo-wiringx/duo-wiringx.mk index 21101ec117..a5e70c7dbe 100644 --- a/buildroot-2021.05/package/duo-wiringx/duo-wiringx.mk +++ b/buildroot-2021.05/package/duo-wiringx/duo-wiringx.mk @@ -1,4 +1,4 @@ -DUO_WIRINGX_VERSION = 1.0.1 +DUO_WIRINGX_VERSION = 1.0.2 DUO_WIRINGX_SITE = $(call github,milkv-duo,duo-wiringx,$(DUO_WIRINGX_VERSION)) DUO_WIRINGX_LICENSE = MPL-2.0 DUO_WIRINGX_LICENSE_FILES = COPYING