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 <acassis@gmail.com>
This commit is contained in:
Alan Carvalho de Assis 2026-05-29 15:19:35 -03:00 committed by Alan C. Assis
parent 7547b2ee50
commit e256e50e5e

View file

@ -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 \