ci: add script to check section references

This commit is contained in:
Ivan Grokhotkov
2020-07-07 20:40:17 +02:00
parent 6beefff725
commit 52607063cb
10 changed files with 456 additions and 0 deletions
@@ -0,0 +1,4 @@
idf_component_register(SRCS "test_main.c"
INCLUDE_DIRS ".")
@@ -0,0 +1,3 @@
void app_main(void)
{
}