Commit 2a7e7df6 authored by Adam Wujek's avatar Adam Wujek 💬

sw:tools:proj_creator: include project name into Kconfig and mt_defconfig

Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent e377f4dd
mainmenu "alarm_clock demo configuration"
mainmenu "{{name}} configuration"
comment "Project specific configuration"
......
#
# Automatically generated file; DO NOT EDIT.
# {{name}} configuration
#
#
......@@ -17,11 +18,10 @@ CONFIG_RT_APPLICATION_ID=0
#
CONFIG_MOCKTURTLE_FRAMEWORK_ENABLE=y
CONFIG_MOCKTURTLE_FRAMEWORK_ACTION_ENABLE=y
CONFIG_MOCKTURTLE_FRAMEWORK_PING_ENABLE=y
CONFIG_MOCKTURTLE_FRAMEWORK_VERSION_ENABLE=y
# CONFIG_MOCKTURTLE_FRAMEWORK_DEBUG_ENABLE is not set
# CONFIG_MOCKTURTLE_FRAMEWORK_VARIABLE_ENABLE is not set
# CONFIG_MOCKTURTLE_FRAMEWORK_BUFFER_ENABLE is not set
CONFIG_MOCKTURTLE_FRAMEWORK_PING_ENABLE=y
CONFIG_MOCKTURTLE_FRAMEWORK_VERSION_ENABLE=y
# CONFIG_MOCKTURTLE_FRAMEWORK_VALUE_SEND_ENABLE is not set
# CONFIG_MOCKTURTLE_FRAMEWORK_BUFFER_SEND_ENABLE is not set
......
......@@ -84,6 +84,8 @@ def tpc_apply_value_to_template(directory, table):
"software/lib/Makefile",
"software/firmware/Makefile",
"software/firmware/fw-01/Makefile",
"software/firmware/fw-01/Kconfig",
"software/firmware/fw-01/configs/mt_defconfig",
"doc/Makefile",
"doc/doxygen-project-config",
"doc/img/Makefile",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment