Skip to content

Commit 5154826

Browse files
committed
feat(esp_commands): Add tests to the esp_commands component
1 parent b0deecf commit 5154826

File tree

13 files changed

+542
-178
lines changed

13 files changed

+542
-178
lines changed

esp_commands/CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
idf_build_get_property(target IDF_TARGET)
22

33
set(srcs "esp_commands.c"
4-
"eps_commands_helpers.c")
4+
"esp_commands_helpers.c")
55

66
idf_component_register(
7-
SRCS "esp_commands.c" "eps_commands_helpers.c"
7+
SRCS ${srcs}
88
INCLUDE_DIRS include
99
PRIV_INCLUDE_DIRS private_include
10+
REQUIRES heap
1011
LDFRAGMENTS linker.lf)

0 commit comments

Comments
 (0)