This is an automated email from the ASF dual-hosted git repository.
acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new e256e50e5e2 nuttx/ci: Add libftdi1-dev to get FT2232H working on CI
e256e50e5e2 is described below
commit e256e50e5e25c2614b12a788443f2e8532230f1a
Author: Alan Carvalho de Assis <[email protected]>
AuthorDate: Fri May 29 15:19:35 2026 -0300
nuttx/ci: Add libftdi1-dev to get FT2232H working on CI
This commit is needed to get PR #18951 passing on CI test.
I think this USB Device could be used in the future to do
real hardware tests, including automated tests on our CI.
Signed-off-by: Alan C. Assis <[email protected]>
---
tools/ci/docker/linux/Dockerfile | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/ci/docker/linux/Dockerfile b/tools/ci/docker/linux/Dockerfile
index f106b2fe171..841df07b3ea 100644
--- a/tools/ci/docker/linux/Dockerfile
+++ b/tools/ci/docker/linux/Dockerfile
@@ -37,6 +37,7 @@ RUN apt-get update -qq && DEBIAN_FRONTEND="noninteractive"
apt-get install -y -q
gawk \
git \
gperf \
+ libftdi1-dev \
libncurses5-dev \
make \
ninja-build \