mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
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:
parent
7547b2ee50
commit
e256e50e5e
1 changed files with 1 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue