add needed files
This commit is contained in:
10
scripts/clean.sh
Normal file
10
scripts/clean.sh
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
set -e
|
||||||
|
|
||||||
|
export IDF_TOOLS_PATH=${PWD}/lib/idf-tools
|
||||||
|
export IDF_PATH=${PWD}/lib/esp-idf
|
||||||
|
|
||||||
|
. ${IDF_PATH}/export.sh
|
||||||
|
|
||||||
|
idf.py fullclean
|
||||||
4
src/CMakeLists.txt
Normal file
4
src/CMakeLists.txt
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
|
||||||
|
idf_component_register(SRCS "main.c"
|
||||||
|
PRIV_REQUIRES spi_flash
|
||||||
|
INCLUDE_DIRS ".")
|
||||||
Reference in New Issue
Block a user