Commit Graph

965 Commits

Author SHA1 Message Date
skarg 466dadc28d Updated unit test makefiles. 2007-11-09 04:08:26 +00:00
skarg bd57da6b49 Updated unit test makefiles. 2007-11-09 03:08:56 +00:00
skarg d9c4429fd0 Corrected bug in demo RP handler for Analog Outputs. Thank you to Paul Bremer! 2007-11-08 16:45:35 +00:00
skarg b060c15679 Updated unit test makefiles. 2007-11-06 19:10:52 +00:00
skarg 33258675ff Added comment. 2007-11-06 17:55:22 +00:00
skarg 7432b4d186 2007-11-01 15:38:59 +00:00
skarg 8e280c73cf Corrected grammar in comment. 2007-10-31 23:11:18 +00:00
skarg 801342e85b Added function to get the device instance number from the address cache using the MAC address. 2007-10-31 23:01:43 +00:00
skarg e51d11856d Updating unit tests. 2007-10-30 14:08:59 +00:00
skarg 63e331a01c Updated the unit tests. 2007-10-30 04:32:11 +00:00
skarg cf5587c29d Correcting unit test makefiles. Corrected error in config.h for BACAPP NULL values. 2007-10-29 13:58:05 +00:00
skarg 39f0a6f876 Corrected EOL style. 2007-10-28 13:32:45 +00:00
skarg f9586e3b44 Fixing scripts. 2007-10-28 13:26:10 +00:00
skarg 25902a751f Added makefile for sdcc and pic, but not working. 2007-10-26 20:28:11 +00:00
skarg 3e366e198f Updated text in readme. 2007-10-26 20:24:01 +00:00
skarg 51fcd77239 Moved some test Borland projects to the test directory. 2007-10-26 19:58:43 +00:00
skarg d664287176 Corrected the offset when an Error is returned in ReadPropertyMultiple. Thanks Paul B.! 2007-10-26 13:50:33 +00:00
skarg b48dbe967a Moved codeblocks projects into test directory. 2007-10-25 12:07:42 +00:00
skarg 1f61a4e7b5 Removed the WriteProperty support on Atmega168 - Program size was at 108%. Gotta think of some ways to slim down. 2007-10-25 04:00:13 +00:00
skarg cf3f881f7a Changed BIP debug from define to variable since we are using a lib. Affects Win32 and Linux. 2007-10-25 02:13:02 +00:00
skarg 69ed8a16c5 2007-10-25 02:01:48 +00:00
skarg 8c0ed6f417 Added info about USB converters. 2007-10-25 02:00:04 +00:00
skarg 375f88b7bc Updated parameter names to be Keil compiler friendly. 2007-10-21 15:31:07 +00:00
skarg 97eaacc2a5 Changed data to rpdata to avoid keywork in Keil compiler. 2007-10-21 14:04:53 +00:00
skarg 4d2f46b395 Added defines for each BACAPP datatype so that the developer could only use the ones they need for their WriteProperty applications. 2007-10-19 17:11:31 +00:00
skarg 740bb873be 2007-10-19 04:11:20 +00:00
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