From fb2d080fbbcea3a91e598b4ea8837a230de6a319 Mon Sep 17 00:00:00 2001 From: Shlomo Hecht Date: Tue, 6 Mar 2018 12:09:02 +0200 Subject: A new forlder for embedded software in our common structure --- .../Embedded/targetConfigs/Tiva TM4C129XNCZAD.ccxml | 13 +++++++++++++ Software/Embedded_SW/Embedded/targetConfigs/readme.txt | 9 +++++++++ 2 files changed, 22 insertions(+) create mode 100644 Software/Embedded_SW/Embedded/targetConfigs/Tiva TM4C129XNCZAD.ccxml create mode 100644 Software/Embedded_SW/Embedded/targetConfigs/readme.txt (limited to 'Software/Embedded_SW/Embedded/targetConfigs') diff --git a/Software/Embedded_SW/Embedded/targetConfigs/Tiva TM4C129XNCZAD.ccxml b/Software/Embedded_SW/Embedded/targetConfigs/Tiva TM4C129XNCZAD.ccxml new file mode 100644 index 000000000..534ac1ba0 --- /dev/null +++ b/Software/Embedded_SW/Embedded/targetConfigs/Tiva TM4C129XNCZAD.ccxml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/Software/Embedded_SW/Embedded/targetConfigs/readme.txt b/Software/Embedded_SW/Embedded/targetConfigs/readme.txt new file mode 100644 index 000000000..d783fef4d --- /dev/null +++ b/Software/Embedded_SW/Embedded/targetConfigs/readme.txt @@ -0,0 +1,9 @@ +The 'targetConfigs' folder contains target-configuration (.ccxml) files, automatically generated based +on the device and connection settings specified in your project on the Properties > General page. + +Please note that in automatic target-configuration management, changes to the project's device and/or +connection settings will either modify an existing or generate a new target-configuration file. Thus, +if you manually edit these auto-generated files, you may need to re-apply your changes. Alternatively, +you may create your own target-configuration file for this project and manage it manually. You can +always switch back to automatic target-configuration management by checking the "Manage the project's +target-configuration automatically" checkbox on the project's Properties > General page. \ No newline at end of file -- cgit v1.3.1