diff options
author | RossTheRoss <msattr@gmail.com> | 2020-04-24 14:38:07 -0500 |
---|---|---|
committer | RossTheRoss <msattr@gmail.com> | 2020-04-24 14:38:07 -0500 |
commit | 9b2514481dbe12675f945c9570c76e3920a38f63 (patch) | |
tree | 8124938c56009a56520b9f3bdf5c297e9fe38253 /Lab6.X/dist/default/production | |
parent | Add MORE stuff I forget to commit (diff) | |
download | ee2361-9b2514481dbe12675f945c9570c76e3920a38f63.tar ee2361-9b2514481dbe12675f945c9570c76e3920a38f63.tar.gz ee2361-9b2514481dbe12675f945c9570c76e3920a38f63.tar.bz2 ee2361-9b2514481dbe12675f945c9570c76e3920a38f63.tar.lz ee2361-9b2514481dbe12675f945c9570c76e3920a38f63.tar.xz ee2361-9b2514481dbe12675f945c9570c76e3920a38f63.tar.zst ee2361-9b2514481dbe12675f945c9570c76e3920a38f63.zip |
Finish EE2361
Diffstat (limited to 'Lab6.X/dist/default/production')
-rw-r--r-- | Lab6.X/dist/default/production/memoryfile.xml | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/Lab6.X/dist/default/production/memoryfile.xml b/Lab6.X/dist/default/production/memoryfile.xml index e8d8e00..0c0496e 100644 --- a/Lab6.X/dist/default/production/memoryfile.xml +++ b/Lab6.X/dist/default/production/memoryfile.xml @@ -1,18 +1,18 @@ -<?xml version="1.0" encoding="UTF-8"?> - -<project> - <executable name="dist/default/production/Lab6.X.production.elf"> - <memory name="data"> - <units>bytes</units> - <length>8192</length> - <used>2176</used> - <free>6016</free> - </memory> - <memory name="program"> - <units>bytes</units> - <length>65274</length> - <used>8088</used> - <free>57186</free> - </memory> - </executable> -</project> +<?xml version="1.0" encoding="UTF-8"?>
+
+<project>
+ <executable name="dist/default/production/Lab6.X.production.elf">
+ <memory name="data">
+ <units>bytes</units>
+ <length>8192</length>
+ <used>4216</used>
+ <free>3976</free>
+ </memory>
+ <memory name="program">
+ <units>bytes</units>
+ <length>65274</length>
+ <used>8025</used>
+ <free>57249</free>
+ </memory>
+ </executable>
+</project>
|