diff options
Diffstat (limited to 'Lab4.X/dist/default')
-rw-r--r-- | Lab4.X/dist/default/debug/memoryfile.xml | 18 | ||||
-rw-r--r-- | Lab4.X/dist/default/production/memoryfile.xml | 18 |
2 files changed, 36 insertions, 0 deletions
diff --git a/Lab4.X/dist/default/debug/memoryfile.xml b/Lab4.X/dist/default/debug/memoryfile.xml new file mode 100644 index 0000000..6e2c200 --- /dev/null +++ b/Lab4.X/dist/default/debug/memoryfile.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<project> + <executable name="dist/default/debug/Lab4.X.debug.elf"> + <memory name="data"> + <units>bytes</units> + <length>8192</length> + <used>110</used> + <free>8082</free> + </memory> + <memory name="program"> + <units>bytes</units> + <length>65274</length> + <used>1893</used> + <free>63381</free> + </memory> + </executable> +</project> diff --git a/Lab4.X/dist/default/production/memoryfile.xml b/Lab4.X/dist/default/production/memoryfile.xml new file mode 100644 index 0000000..d174a92 --- /dev/null +++ b/Lab4.X/dist/default/production/memoryfile.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<project> + <executable name="dist/default/production/Lab4.X.production.elf"> + <memory name="data"> + <units>bytes</units> + <length>8192</length> + <used>30</used> + <free>8162</free> + </memory> + <memory name="program"> + <units>bytes</units> + <length>65274</length> + <used>1851</used> + <free>63423</free> + </memory> + </executable> +</project> |