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
|
9ff27e38aa
|
Corrected object supported list.
|
2007-10-16 22:46:28 +00:00 |
|
skarg
|
fd50708718
|
Tuning the ATmega168 port demo project for the BTL plugfest.
|
2007-10-16 02:32:52 +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
|
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
|
45c179c14c
|
Split out bacnet string modules.
|
2007-10-13 23:40:47 +00:00 |
|
skarg
|
4c54026b81
|
Modified makefiles for bacdcode move.
|
2007-10-13 22:41:50 +00:00 |
|
skarg
|
9881a1bb90
|
Fixed makefile for Borland compiler due to directory changes.
|
2007-10-13 12:31:16 +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 |
|
skarg
|
8ceee148a5
|
Added fixme comment due to report of bug. Thank you John Taylor!
|
2007-10-03 16:19:51 +00:00 |
|
skarg
|
522d9f4f7d
|
Corrected poll station for sole master PFM transition.
|
2007-09-29 14:24:28 +00:00 |
|
skarg
|
ba20c1cc03
|
Corrected problem in MS/TP state machine where device was sending PFM frames to itself (destination address same as source address) when solemaster is true (Thank you to John Stachler!).
|
2007-09-28 23:38:54 +00:00 |
|
skarg
|
3fa42d3df6
|
|
2007-09-28 23:16:36 +00:00 |
|
skarg
|
60ed49f60e
|
changed the RTS guard time.
|
2007-09-28 00:04:46 +00:00 |
|
skarg
|
da79c3826b
|
Updated AVR port to work on actual hardware.
|
2007-09-25 22:08:14 +00:00 |
|
skarg
|
e4d875c95f
|
Modified the code blocks project.
|
2007-09-08 00:13:45 +00:00 |
|
skarg
|
cf7a013640
|
Compiling with CRC tables.
|
2007-09-07 18:02:31 +00:00 |
|
skarg
|
fe950f2579
|
Compiling with CRC tables.
|
2007-09-07 18:01:52 +00:00 |
|
skarg
|
62a7475817
|
Trimmed unnecessary code from MS/TP receive FSM. Updated rs485 for AVR and ARM.
|
2007-09-07 05:42:53 +00:00 |
|
skarg
|
8fb328ce23
|
Modified the AT91SAM7S port and the ATmega168 port to use a slimmed down MS/TP state machine and datalink layer. Tested on AT91SAM7S-EK board.
|
2007-09-07 01:34:19 +00:00 |
|
skarg
|
4f34f6994b
|
Updated the library in the ATmega makefile, and updated the tsm module.
|
2007-09-06 00:09:46 +00:00 |
|
skarg
|
69ddb269b7
|
Creating ATmega demo.
|
2007-09-05 23:47:15 +00:00 |
|
skarg
|
17ceb11d3c
|
Rewrote MS/TP to minimize memory usage. Compiles, but untested.
|
2007-09-05 23:13:15 +00:00 |
|
skarg
|
46ab0030c8
|
Fiddling with the MAX_MDPU and datalink stuff.
|
2007-09-01 00:42:12 +00:00 |
|
skarg
|
9be716c82c
|
Corrected compiler warning.
|
2007-08-31 21:04:43 +00:00 |
|
skarg
|
23fbc1eee7
|
Updated ports client/server demo to use BACnet library.
|
2007-08-24 00:41:08 +00:00 |
|
skarg
|
686030e197
|
Updated the Datalink Data-Expecting-Reply for the at91sam7s and atmega168 projects.
|
2007-08-24 00:34:32 +00:00 |
|
skarg
|
b41f8709d8
|
Updated vendor name and ID to use the one specified in config.h or DEFINED.
|
2007-08-24 00:33:34 +00:00 |
|
skarg
|
e7a49d79ee
|
Converted the linux build to use BACnet library. Moved some BACnet address functions to bacaddr.c/h.
|
2007-08-23 18:56:38 +00:00 |
|
skarg
|
e16ae6eded
|
Updated dlmstp project on Win32. Added rx_fsm.mak for Borland.
|
2007-08-23 00:34:38 +00:00 |
|
skarg
|
4f42b20590
|
Modified the MS/TP Master Node state machine to handle Data Expecting Reply in a more appropriate manner. Updated the MS/TP monitor rx_fsm, and updated the linux and windows dlsmtp for new functionality.
|
2007-08-23 00:28:14 +00:00 |
|
skarg
|
b37c58e0bf
|
Updated stdint.h and stdbool.h which are used with compilers that are pre-C99 standard (i.e. borland). This also cleaned up warnings when built with codeblocks using MinGW.
|
2007-08-21 23:03:01 +00:00 |
|
skarg
|
f74d39558f
|
Added more configuration information to config.h, including the default Vendor Id. This BACnet Stack at SourceForge has been assigned Vendor Id 260 by ASHRAE. We can now release binary utilities and tools with our own Vendor ID!
|
2007-08-21 17:50:01 +00:00 |
|
skarg
|
03dfa101c9
|
Adjusted the minimum Turnaround time for ARM and AVR ports to give a minimum since there are errors induced from the clock and from rounding.
|
2007-08-20 19:39:36 +00:00 |
|
skarg
|
1d46e28189
|
Added frame and overrun error detection into AT91SAM7S port of MS/TP.
|
2007-08-20 16:33:29 +00:00 |
|
skarg
|
4980eb8b2e
|
Corrected Atmel ARM7 AT91SAM7S port by fixing some problems in the dlmstp.c functions. Validated.
|
2007-08-20 15:57:13 +00:00 |
|
skarg
|
eabe6dee96
|
Converted SilenceTimer on MS/TP datalink to be a function so that it can be atomic on 8-bit microcontrollers.
|
2007-08-19 12:30:51 +00:00 |
|
skarg
|
53f2fc3f35
|
Updated the unit test make files. Fixed the init sections of MS/TP monitor (rx_fsm) modules. Corrected the rx_fsm code to check the correct return value of the read. Fixed the return value of the RS485 prototypes.
|
2007-08-18 16:14:06 +00:00 |
|
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
|
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 |
|