diff options
author | RossTheRoss <msattr@gmail.com> | 2020-04-24 13:16:17 -0500 |
---|---|---|
committer | RossTheRoss <msattr@gmail.com> | 2020-04-24 13:16:17 -0500 |
commit | e9f3d4a56d10de933c9c22646a7b084ec3cff20f (patch) | |
tree | d1482ec0ae76500e2df3fa6cda276722a1aaa167 /Lab6.X/dist/default/production | |
parent | Forget to add a bunch of things (diff) | |
download | ee2361-e9f3d4a56d10de933c9c22646a7b084ec3cff20f.tar ee2361-e9f3d4a56d10de933c9c22646a7b084ec3cff20f.tar.gz ee2361-e9f3d4a56d10de933c9c22646a7b084ec3cff20f.tar.bz2 ee2361-e9f3d4a56d10de933c9c22646a7b084ec3cff20f.tar.lz ee2361-e9f3d4a56d10de933c9c22646a7b084ec3cff20f.tar.xz ee2361-e9f3d4a56d10de933c9c22646a7b084ec3cff20f.tar.zst ee2361-e9f3d4a56d10de933c9c22646a7b084ec3cff20f.zip |
Add MORE stuff I forget to commit
Diffstat (limited to 'Lab6.X/dist/default/production')
-rw-r--r-- | Lab6.X/dist/default/production/memoryfile.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Lab6.X/dist/default/production/memoryfile.xml b/Lab6.X/dist/default/production/memoryfile.xml new file mode 100644 index 0000000..e8d8e00 --- /dev/null +++ b/Lab6.X/dist/default/production/memoryfile.xml @@ -0,0 +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> |