From dff2ef777b6a6d04708fd6ce6d1fc5603a725130 Mon Sep 17 00:00:00 2001 From: skarg Date: Wed, 9 Apr 2008 15:39:01 +0000 Subject: [PATCH] Updated the readme for AVR. --- bacnet-stack/ports/atmega168/readme.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/bacnet-stack/ports/atmega168/readme.txt b/bacnet-stack/ports/atmega168/readme.txt index fe770254..2e0084a3 100644 --- a/bacnet-stack/ports/atmega168/readme.txt +++ b/bacnet-stack/ports/atmega168/readme.txt @@ -140,6 +140,16 @@ written using WriteProperty. The Object_Identifier, Object_Name, Max_Info_Frames, Max_Master, and baud rate (property 9600) of the Device object can be written using WriteProperty. +With full optimization, the statistics on the demo are: + +IAR Atmel AVR C/C++ Compiler V5.10A/W32 +12 732 bytes of CODE memory (+ 36 range fill ) +955 bytes of DATA memory (+ 24 absolute ) (includes CStack=0×200) + +avr-gcc (GCC) 4.2.2 (WinAVR 20071221rc1) +Program:   15790 bytes (96.4% Full) +Data:        414 bytes (40.4% Full) (does not include CStack=0×262) + Hopefully you find this code useful! Steve Karg