Commit Graph

939 Commits

Author SHA1 Message Date
skarg 1f8a8b6f84 Slimming down the Atmel AVR port. 2007-10-19 03:26:43 +00:00
skarg 194c6d17ac Slimming down the Atmel AVR port. 2007-10-19 03:21:45 +00:00
skarg bfefe8cd62 Slimming down... 2007-10-19 01:33:28 +00:00
skarg 02d02cbf86 Corrected errors in compile. 2007-10-18 12:17:41 +00:00
skarg a4d9a2eb69 Moved bacdcode.c and bacreal.c back to src, and removed the separate bacdcode directory. Since gcc linker can remove unused functions, this was wasted effort. Added bacreal unit test. 2007-10-18 12:13:46 +00:00
skarg 6444af91ce Leaving the bacreal split, with a couple of mods. Moving to src in a minute... 2007-10-18 12:10:12 +00:00
skarg 625ff40d71 Moved bacstr.c back to src. Since gcc and others tool linkers can remove unused functions, this turned out to be a wasted effort. 2007-10-18 11:50:14 +00:00
skarg 2878dc0e01 reverting the bacstr lib split. 2007-10-18 11:46:37 +00:00
skarg 89ddbbe2a0 Moved iam.c back to src, and removed the separate iam directory. Since gcc and others tool linkers can remove unused functions, this turned out to be a wasted effort. 2007-10-18 11:41:18 +00:00
skarg 7c6ad3b786 Reverting the iam lib split. 2007-10-18 11:35:49 +00:00
skarg 9b304596c9 Moved rp.c back to src, and removed the separate readprop directory. Since gcc linker can remove unused functions, this was wasted effort. 2007-10-18 11:29:05 +00:00
skarg 9f852a4d6c Changed makefile name back to original. 2007-10-18 11:23:39 +00:00
skarg fe691b6947 2007-10-18 11:20:29 +00:00
skarg 9ff27e38aa Corrected object supported list. 2007-10-16 22:46:28 +00:00
skarg 22c227f326 Removed static link option. 2007-10-16 22:18:22 +00:00
skarg fd50708718 Tuning the ATmega168 port demo project for the BTL plugfest. 2007-10-16 02:32:52 +00:00
skarg b3896ea4f4 Added more functionality to BVLC (untested and uncompiled), and corrected BIP. 2007-10-16 01:24:22 +00:00
skarg ae6d2e882b Updated the version number. 2007-10-16 01:23:38 +00:00
skarg fc2d159833 Changed default device object id to 260xxx since 260 is the vendor ID of this BACnet stack. 2007-10-16 01:23:16 +00:00
skarg f70e80f146 Tuned the ATmega168 port demo project that runs a Device Object and 9 Analog Inputs, and uses ReadProperty service. Uses 16158 bytes of flash, 624 bytes of RAM with an APDU of 128. 2007-10-16 01:22:12 +00:00
skarg cbefb47a05 Added GCC options for removing unused functions/dead code. I don't have to split out all the functions from their files! 2007-10-15 12:26:47 +00:00
skarg 947756fa0d MovedMoved ReadProperty to subdirectory for library splitting. Split client, server, test for ReadProperty. 2007-10-14 02:19:24 +00:00
skarg b91d73d0bc made a copy 2007-10-14 02:08:48 +00:00
skarg 11ac494f7e made a copy 2007-10-14 02:08:22 +00:00
skarg 48b07fa52d made a copy 2007-10-14 02:08:00 +00:00
skarg f7837c744e Moved ReadProperty to subdirectory for library splitting. 2007-10-14 02:07:34 +00:00
skarg 65b7dea8bf Reducing the memory required by ATmega168 port. 2007-10-14 02:01:18 +00:00
skarg 637b6900e3 Reducing the memory required by ATmega168 port. 2007-10-14 01:46:47 +00:00
skarg 5d04c62dbe made a copy 2007-10-14 01:28:04 +00:00
skarg c7a530838c made a copy 2007-10-14 00:48:35 +00:00
skarg c3e7c982da made a copy 2007-10-14 00:30:30 +00:00
skarg b290c71bd7 Split out Real encoding and decoding. 2007-10-14 00:03:23 +00:00
skarg 2ca30c8152 made a copy 2007-10-13 23:42:20 +00:00
skarg 82c0708951 made a copy 2007-10-13 23:41:58 +00:00
skarg 45c179c14c Split out bacnet string modules. 2007-10-13 23:40:47 +00:00
skarg 1d541576a2 made a copy 2007-10-13 23:33:12 +00:00
skarg c5c5f64f7b made a copy 2007-10-13 23:21:23 +00:00
skarg c0f43728c6 made a copy 2007-10-13 23:20:57 +00:00
skarg 963205e1c6 made a copy 2007-10-13 23:20:18 +00:00
skarg c87c50e7e5 2007-10-13 23:18:15 +00:00
skarg 8cbbec9939 Renamed string files for bacdcode. 2007-10-13 23:15:48 +00:00
skarg f1b5e92eb4 made a copy 2007-10-13 23:13:21 +00:00
skarg 58f76539ce made a copy 2007-10-13 23:12:46 +00:00
skarg 7e92c141b0 splitting out the bacnet strings - bitstring, character string, octet string. 2007-10-13 23:11:46 +00:00
skarg 4c54026b81 Modified makefiles for bacdcode move. 2007-10-13 22:41:50 +00:00
skarg eb8f959c73 Moved bacdcode files into src subdirectory in preperation for breakout of functions for a lean library. 2007-10-13 22:39:11 +00:00
skarg 9881a1bb90 Fixed makefile for Borland compiler due to directory changes. 2007-10-13 12:31:16 +00:00
skarg b2bba84392 Fixed makefiles for ARM7 and ATmega ports. Fixed makefiles for Borland compiler. 2007-10-13 12:27:55 +00:00
skarg 3d6158443c Changed API: encode_tagged is now encode_application since we are encoding an application tag. 2007-10-13 12:26:16 +00:00
skarg fe2c7cd00a Updated makefile for I-Am file split. 2007-10-12 01:39:31 +00:00