Commit Graph

804 Commits

Author SHA1 Message Date
skarg a4f0be1dd5 Added readme.txt for ATmega168 port. 2007-08-18 00:14:50 +00:00
skarg b9e4602660 Corrected bug in all confirmed handlers: if a segmented message was received, the handler tried to decode it instead of immediately sending an abort. This caused lockup with WriteProperty. 2007-08-18 00:14:06 +00:00
skarg cc4c46b84d Corrected bug in all confirmed handlers: if a segmented message was received, the handler tried to decode it instead of immediately sending an abort. This caused lockup with WriteProperty. 2007-08-18 00:06:48 +00:00
skarg 31d78501c0 Modified while testing the AT91SAM7S port. Needed to include MS/TP Silence Timer in ISR, and didn't want to call a function. 2007-08-18 00:04:33 +00:00
skarg 2cdf64ab90 Testing the Atmel ARM7 port with an actual UART attached. Fixed several problems, but still not responding. 2007-08-18 00:03:11 +00:00
skarg 07816a3fd5 Updated atmega168 project files. 2007-08-16 22:13:57 +00:00
skarg 62d557a58d Added files for minimal compile. 2007-08-16 18:54:17 +00:00
skarg ef4fab4912 Using existing mstp FSM files. 2007-08-16 18:52:52 +00:00
skarg 2722f8c008 Updated for ATmega port. 2007-08-16 18:52:12 +00:00
skarg a99bbea376 made a copy 2007-08-16 15:30:22 +00:00
skarg 265aa4069d made a copy 2007-08-16 15:29:46 +00:00
skarg f60e2623e3 Added casting to eliminate warnings when compiled with win-avr gcc compiler. 2007-08-16 14:59:51 +00:00
skarg 75302f4843 Updated make file, and testing compile with DLMSTP datalink. 2007-08-16 00:37:56 +00:00
skarg f2e0bbe834 Fixed makefile for atmega168. 2007-08-15 22:41:53 +00:00
skarg eb0b3266f0 Added 76800 baud rate. 2007-08-15 19:20:01 +00:00
skarg 916843468c Converted timer to Timer0, and enabled global interrupts to make the timer work. 2007-08-15 19:18:56 +00:00
skarg 7e1b95d18f Added clear to power reduction registers, but still no timer interrupt under simulation. 2007-08-15 18:27:43 +00:00
skarg 1b364d6df1 Adding MS/TP demo for ATmega168. Not finished yet. 2007-08-15 00:12:19 +00:00
skarg 53bc0932ad made a copy 2007-08-14 16:03:43 +00:00
skarg 273ab6220c made a copy 2007-08-14 16:02:55 +00:00
skarg fe7b8c0459 Added version.c to demos. 2007-08-14 16:00:16 +00:00
skarg 1b9a00e238 Added version files. 2007-08-13 16:42:43 +00:00
skarg 89d5edba62 Added more handling to BVLC. Still more to do. 2007-08-11 17:18:11 +00:00
skarg 75ae61d9ce Moved the bvlc portion to datalink.h. Changed the bip_receive to use the same buffer and shift data in. 2007-08-11 17:17:29 +00:00
skarg 722b183f98 Updated handling of port without IP address. 2007-08-11 17:16:22 +00:00
skarg 572fe661c3 Updated comments. 2007-08-11 17:15:43 +00:00
skarg e10715248a Updated the include files. 2007-08-10 22:10:33 +00:00
skarg 1ae2cceb64 Added some new directories as we get ready to change the BACnet stack source code into a library. 2007-08-10 22:06:40 +00:00
skarg 83ccb299df Added readme.txt file with explanations about the AT91SAM7S port. 2007-08-10 17:51:32 +00:00
skarg aa7e51e621 Updated todo list. 2007-08-10 16:26:14 +00:00
skarg 1d6f04e347 Cleaned up tabs and file width some. 2007-08-10 16:25:50 +00:00
skarg 27f2b9960a Updated rx_fsm for Win32 port. Used for monitoring ms/tp stream from USB-RS485 dongle. 2007-08-10 00:21:27 +00:00
skarg 464276a011 Added more items to the ToDo list. 2007-08-09 23:53:57 +00:00
skarg f1deb0b1fe Tweaked the Atmel ARM7 MS/TP settings. 2007-08-09 23:53:18 +00:00
skarg ed5562126e Added port for Atmel AT91SAM7S-EK ARM7 board using the YAGARTO GNU ARM tool suite. Still testing. 2007-08-08 23:33:30 +00:00
skarg 910acca133 Updated to allow command line passed device interface. 2007-08-08 23:11:28 +00:00
skarg d86641224a Corrected count of objects for PIC port. 2007-08-08 17:39:22 +00:00
skarg 5fb27cae1a Converted c++ style comments to c. Per coding standard. See coding-standard.txt 2007-07-26 16:25:35 +00:00
skarg 519e9fd31b Converted comments from c++ to c. 2007-07-26 14:25:25 +00:00
skarg 3f7927bd84 Updated release script. Updated subversion client documentation. 2007-07-26 14:21:32 +00:00
skarg 70cd98fe7e Added subversion notes. 2007-07-26 13:58:25 +00:00
skarg b427e0055d Used "svn propset svn:eol-style native to these files. Used dos2unix on them on Linux. 2007-07-26 13:29:00 +00:00
skarg 6d908d1ffe Updated for bacint. 2007-07-26 13:20:22 +00:00
skarg ec3d065755 Updated bacint into Linux makefiles. 2007-07-26 00:43:42 +00:00
skarg 7e2d6ee881 Added bacint.c to all the project make files that needed it. We really need to make the code into a library and use the library in the demos since adding a file to all the make files and IDE projects is tedious at best. 2007-07-26 00:24:25 +00:00
skarg 07148e107a Updated the coding standard for indentation. 2007-07-25 21:04:21 +00:00
skarg 60a3f94c9d Updated the script to check if ccmtcnvt exists. 2007-07-25 21:01:24 +00:00
skarg ecc26d4590 Added some checks and balances to the indent script. Modified the standard indent slightly. 2007-07-25 20:54:23 +00:00
skarg 33113601fe updated astyle 2007-07-25 16:09:56 +00:00
skarg 09a8ac50b3 added astyle options file. 2007-07-25 15:33:14 +00:00