diff options
author | William Harrington <kb0iic@berzerkula.org> | 2019-07-27 22:16:27 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2019-07-27 22:16:27 -0500 |
commit | e6bffe23c87a9f6de8abdec747600f674b9cab62 (patch) | |
tree | 1da4dc68a918f969f3354f1d70c2aa58b588fabd /dist/default/production/memoryfile.xml | |
parent | 1dd364ccc6fb4447d89cbc965655b895def8e97b (diff) |
Copy project files into repo
Diffstat (limited to 'dist/default/production/memoryfile.xml')
-rwxr-xr-x | dist/default/production/memoryfile.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dist/default/production/memoryfile.xml b/dist/default/production/memoryfile.xml new file mode 100755 index 0000000..6b4ceb6 --- /dev/null +++ b/dist/default/production/memoryfile.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<project>
+ <executable name="dist/default/production\I2C_LCD.X.production.hex">
+ <memory name="program">
+ <units>words</units>
+ <length>8192</length>
+ <used>2894</used>
+ <free>5298</free>
+ </memory>
+ <memory name="data">
+ <units>bytes</units>
+ <length>368</length>
+ <used>145</used>
+ <free>223</free>
+ </memory>
+ </executable>
+</project>
|