More code

This commit is contained in:
2023-09-23 21:37:11 +02:00
parent 7403b5e53f
commit 45ce330daf
5 changed files with 332 additions and 11 deletions

3
env.sh
View File

@@ -1,7 +1,8 @@
#!/bin/bash
export PATH=$HOME/xtensa-esp32-elf-clang/bin:$PATH
# export PATH=/home/jakob/esp/llvm-project/build/bin/clang:$PATH
. $HOME/esp/esp-idf/export.sh
export PATH=/home/jakob/esp/xtensa-esp32-elf-clang/bin:$PATH
rustup default esp