Add helloworld project; Add Dockerfile and idf.sh; Update README.md

This commit is contained in:
2023-08-25 12:16:18 +02:00
parent b82f169f93
commit eafa002b5c
8 changed files with 109 additions and 1 deletions

11
Dockerfile Normal file
View File

@@ -0,0 +1,11 @@
FROM espressif/idf:release-v5.1
LABEL maintainer="andreas.tsouchlos@gmail.com"
# Make building with a non-root user possible
RUN mkdir -p /home/build
RUN chmod -R 777 /home/build
ENV HOME=/home/build
ENV IDF_TARGET=esp32c3