diff options
author | RossTheRoss <msattr@gmail.com> | 2020-02-09 11:39:00 -0600 |
---|---|---|
committer | RossTheRoss <msattr@gmail.com> | 2020-02-09 11:39:00 -0600 |
commit | 7ba4058996b07499a7e9a15751132ded28074774 (patch) | |
tree | 5846e230af0e90ac04223bfc6997591c72ed271f /Lab_2B.X/dist/default/production | |
parent | HELP (diff) | |
download | ee2361-7ba4058996b07499a7e9a15751132ded28074774.tar ee2361-7ba4058996b07499a7e9a15751132ded28074774.tar.gz ee2361-7ba4058996b07499a7e9a15751132ded28074774.tar.bz2 ee2361-7ba4058996b07499a7e9a15751132ded28074774.tar.lz ee2361-7ba4058996b07499a7e9a15751132ded28074774.tar.xz ee2361-7ba4058996b07499a7e9a15751132ded28074774.tar.zst ee2361-7ba4058996b07499a7e9a15751132ded28074774.zip |
A
Diffstat (limited to 'Lab_2B.X/dist/default/production')
-rw-r--r-- | Lab_2B.X/dist/default/production/memoryfile.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Lab_2B.X/dist/default/production/memoryfile.xml b/Lab_2B.X/dist/default/production/memoryfile.xml new file mode 100644 index 0000000..94e91e3 --- /dev/null +++ b/Lab_2B.X/dist/default/production/memoryfile.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<project> + <executable name="dist/default/production/Lab_2B.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>591</used> + <free>64683</free> + </memory> + </executable> +</project> |