diff options
author | Matt Strapp <msattr@gmail.com> | 2020-02-28 11:20:34 -0600 |
---|---|---|
committer | Matt Strapp <msattr@gmail.com> | 2020-02-28 11:20:34 -0600 |
commit | 9416d720e118e4b5508ad17d64af0c9b69ff3a2f (patch) | |
tree | 8377222e117bcf97829713cce37c6525a2e50222 /Lab3.X/dist | |
parent | Merge origin/master (diff) | |
download | ee2361-9416d720e118e4b5508ad17d64af0c9b69ff3a2f.tar ee2361-9416d720e118e4b5508ad17d64af0c9b69ff3a2f.tar.gz ee2361-9416d720e118e4b5508ad17d64af0c9b69ff3a2f.tar.bz2 ee2361-9416d720e118e4b5508ad17d64af0c9b69ff3a2f.tar.lz ee2361-9416d720e118e4b5508ad17d64af0c9b69ff3a2f.tar.xz ee2361-9416d720e118e4b5508ad17d64af0c9b69ff3a2f.tar.zst ee2361-9416d720e118e4b5508ad17d64af0c9b69ff3a2f.zip |
Redo numpad
Diffstat (limited to '')
-rw-r--r-- | Lab3.X/dist/default/production/memoryfile.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Lab3.X/dist/default/production/memoryfile.xml b/Lab3.X/dist/default/production/memoryfile.xml new file mode 100644 index 0000000..508df7f --- /dev/null +++ b/Lab3.X/dist/default/production/memoryfile.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?>
+
+<project>
+ <executable name="dist/default/production/Lab3.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>2034</used>
+ <free>63240</free>
+ </memory>
+ </executable>
+</project>
|