Skip to content

Commit

Permalink
feat: add USB serial drivers
Browse files Browse the repository at this point in the history
This commit adds support for:
- PL2303
- CP210x
- CH341
- FTDI SIO

Signed-off-by: Jorik Jonker <jorik.jonker@eu.equinix.com>
  • Loading branch information
jonkerj authored and andrewrynhard committed Apr 29, 2021
1 parent 79299d7 commit e480fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e480fed

Please sign in to comment.