aboutsummaryrefslogtreecommitdiffstats
path: root/Lab5.X/dist/default
diff options
context:
space:
mode:
Diffstat (limited to 'Lab5.X/dist/default')
-rw-r--r--Lab5.X/dist/default/debug/memoryfile.xml18
-rw-r--r--Lab5.X/dist/default/production/memoryfile.xml18
2 files changed, 36 insertions, 0 deletions
diff --git a/Lab5.X/dist/default/debug/memoryfile.xml b/Lab5.X/dist/default/debug/memoryfile.xml
new file mode 100644
index 0000000..9f704b1
--- /dev/null
+++ b/Lab5.X/dist/default/debug/memoryfile.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<project>
+ <executable name="dist/default/debug/Lab5.X.debug.elf">
+ <memory name="data">
+ <units>bytes</units>
+ <length>8192</length>
+ <used>80</used>
+ <free>8112</free>
+ </memory>
+ <memory name="program">
+ <units>bytes</units>
+ <length>65274</length>
+ <used>1086</used>
+ <free>64188</free>
+ </memory>
+ </executable>
+</project>
diff --git a/Lab5.X/dist/default/production/memoryfile.xml b/Lab5.X/dist/default/production/memoryfile.xml
new file mode 100644
index 0000000..13949ab
--- /dev/null
+++ b/Lab5.X/dist/default/production/memoryfile.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<project>
+ <executable name="dist/default/production/Lab5.X.production.elf">
+ <memory name="data">
+ <units>bytes</units>
+ <length>8192</length>
+ <used>0</used>
+ <free>8192</free>
+ </memory>
+ <memory name="program">
+ <units>bytes</units>
+ <length>65274</length>
+ <used>1125</used>
+ <free>64149</free>
+ </memory>
+ </executable>
+</project>