add +x to execute scripts

This commit is contained in:
Proddy
2023-09-16 09:40:09 +02:00
parent 776f72650f
commit ac08bb6037
19 changed files with 2 additions and 1 deletions

0
scripts/api_test.http Normal file → Executable file
View File

0
scripts/app-tls-size.py Normal file → Executable file
View File

0
scripts/boot_app0.bin Normal file → Executable file
View File

0
scripts/bootloader_dio_40m.bin Normal file → Executable file
View File

0
scripts/build_interface.py Normal file → Executable file
View File

0
scripts/clang-format.py Normal file → Executable file
View File

0
scripts/clang-tidy.py Normal file → Executable file
View File

View File

3
scripts/dump_entities.py Normal file → Executable file
View File

@@ -1,6 +1,7 @@
# strips out lines between two markers
# pipe a file into, for example:
# make clean; make; echo "test dump" | ./emsesp | python3 ./scripts/dump_entities.py
# make clean; make; echo "test entity_dump" | ./emsesp | python3 ./scripts/dump_entities.py > dump_entities.csv
# see dump_entities.sh
import fileinput
with fileinput.input() as f_input:

0
scripts/dump_entities.sh Normal file → Executable file
View File

0
scripts/espota.py Normal file → Executable file
View File

0
scripts/esptool.py Normal file → Executable file
View File

0
scripts/helpers.py Normal file → Executable file
View File

0
scripts/partitions.bin Normal file → Executable file
View File

0
scripts/rename_fw.py Normal file → Executable file
View File

0
scripts/run_memory_test.py Normal file → Executable file
View File

0
scripts/run_sonar.sh Normal file → Executable file
View File

0
scripts/upload_esp32.py Normal file → Executable file
View File

0
scripts/upload_fw.py Normal file → Executable file
View File