diff options
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>
|