This commit is contained in:
2025-11-27 08:50:27 +03:00
parent ee4f2f3759
commit 7db56facd9
6 changed files with 68902 additions and 0 deletions

3
CMakeLists.txt Normal file
View File

@@ -0,0 +1,3 @@
cmake_minimum_required(VERSION 3.16)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(ate0002)

1
main/CMakeLists.txt Normal file
View File

@@ -0,0 +1 @@
idf_component_register(SRCS "main.c" INCLUDE_DIRS "")

4
main/main.c Normal file
View File

@@ -0,0 +1,4 @@
void app_main(void)
{
}

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff