diff options
author | RossTheRoss <msattr@gmail.com> | 2020-02-09 12:48:36 -0600 |
---|---|---|
committer | RossTheRoss <msattr@gmail.com> | 2020-02-09 12:48:36 -0600 |
commit | 18b29b451daa8b2b252ae615531d4af50608696e (patch) | |
tree | e41e300e8ff6a164b81d077e1cc3d04c682eccca /Lab_2B.X/dist/default/production | |
parent | add some c o m m e n t s (diff) | |
parent | ? (diff) | |
download | ee2361-18b29b451daa8b2b252ae615531d4af50608696e.tar ee2361-18b29b451daa8b2b252ae615531d4af50608696e.tar.gz ee2361-18b29b451daa8b2b252ae615531d4af50608696e.tar.bz2 ee2361-18b29b451daa8b2b252ae615531d4af50608696e.tar.lz ee2361-18b29b451daa8b2b252ae615531d4af50608696e.tar.xz ee2361-18b29b451daa8b2b252ae615531d4af50608696e.tar.zst ee2361-18b29b451daa8b2b252ae615531d4af50608696e.zip |
Merge branch 'master' of https://github.com/RosstheRoss/EE2361Projects
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..33031ab --- /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>618</used> + <free>64656</free> + </memory> + </executable> +</project> |