diff options
-rw-r--r-- | Lab_2B.X/dist/default/debug/memoryfile.xml | 18 | ||||
-rw-r--r-- | Lab_2B.X/nbproject/private/private.xml | 7 |
2 files changed, 25 insertions, 0 deletions
diff --git a/Lab_2B.X/dist/default/debug/memoryfile.xml b/Lab_2B.X/dist/default/debug/memoryfile.xml new file mode 100644 index 0000000..d566b37 --- /dev/null +++ b/Lab_2B.X/dist/default/debug/memoryfile.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<project> + <executable name="dist/default/debug/Lab_2B.X.debug.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> diff --git a/Lab_2B.X/nbproject/private/private.xml b/Lab_2B.X/nbproject/private/private.xml new file mode 100644 index 0000000..6807a2b --- /dev/null +++ b/Lab_2B.X/nbproject/private/private.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project-private xmlns="http://www.netbeans.org/ns/project-private/1"> + <editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/> + <open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2"> + <group/> + </open-files> +</project-private> |