tmp: creating specific modules for 8 channels & 16 channels

This commit is contained in:
2025-08-17 08:57:05 +00:00
parent 57ace1383b
commit c9ca399e20
23 changed files with 253 additions and 88 deletions
+2 -1
View File
@@ -7,7 +7,8 @@ RUN apt-get update && \
gdb-multiarch \
gcc-arm-linux-gnueabihf \
g++-arm-linux-gnueabihf \
binutils-arm-linux-gnueabihf && \
binutils-arm-linux-gnueabihf \
libclang-dev && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*