From e480fedff047233e78ad2c22e7b84cbbb22798d5 Mon Sep 17 00:00:00 2001 From: Jorik Jonker Date: Thu, 29 Apr 2021 14:29:12 +0000 Subject: [PATCH] feat: add USB serial drivers This commit adds support for: - PL2303 - CP210x - CH341 - FTDI SIO Signed-off-by: Jorik Jonker --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 769a40a63b..470e4f0c1f 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ NAME = Talos ARTIFACTS := _out TOOLS ?= ghcr.io/talos-systems/tools:v0.5.0 -PKGS ?= v0.5.0-4-gde9c582 +PKGS ?= v0.5.0-5-g350aa6f EXTRAS ?= v0.3.0 GO_VERSION ?= 1.16 GOFUMPT_VERSION ?= v0.1.0