Initial commit, getting all the stuff from PlatformIO
This commit is contained in:
18
.pio/libdeps/esp32dev/lvgl/.devcontainer/setup.sh
Executable file
18
.pio/libdeps/esp32dev/lvgl/.devcontainer/setup.sh
Executable file
@@ -0,0 +1,18 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo ". /usr/local/emsdk/emsdk_env.sh" >> /home/codespace/.bashrc
|
||||
|
||||
cd /workspace/lvgl_app
|
||||
sudo chmod 777 .
|
||||
mkdir build
|
||||
mkdir vscode
|
||||
|
||||
cd lvgl/.devcontainer
|
||||
cp __CMakeLists.txt__ ../../CMakeLists.txt
|
||||
cp __lv_conf.h__ ../../lv_conf.h
|
||||
cp __main.c__ ../../main.c
|
||||
cp __build_all.sh__ ../../build_all.sh
|
||||
cp __c_cpp_properties.json__ ../../.vscode/c_cpp_properties.json
|
||||
cp __settings.json__ ../../.vscode/settings.json
|
||||
|
||||
chmod +x ../../build_all.sh
|
||||
Reference in New Issue
Block a user