Commit Graph

358 Commits

Author SHA1 Message Date
skarg 9abf112d45 Moved the inline optimization to the Makefile. 2008-01-09 16:50:44 +00:00
skarg 89432a85c3 Applied standard indentation to files. 2008-01-08 23:13:51 +00:00
skarg bfd4d71804 Corrected EOL on file. 2008-01-08 21:35:24 +00:00
skarg e17cb0559e Converted C++ comments to C comments. 2008-01-08 21:30:50 +00:00
skarg e79bd532af Updated atmega project. 2008-01-07 23:01:44 +00:00
skarg a8e679f8d7 Compiled ATmega16 port example project with IAR Embedded workbench. 2008-01-07 21:41:15 +00:00
skarg 9f1dc8223f Corrected read-property handler example for encoding ack without an extra buffer. 2008-01-07 21:40:33 +00:00
skarg f8adfe1f41 Added read-property methods to encode ack without an extra buffer. 2008-01-04 23:06:46 +00:00
skarg 72abef8e1d Corrected atmega port MS/TP code where APDU size > 255 caused APDU layer to not process packets. 2008-01-03 18:49:38 +00:00
skarg b6d4723ca2 Corrected at91sam7s port MS/TP code where APDU size > 255 caused APDU layer to not process packets. 2008-01-03 18:46:17 +00:00
skarg 62731da8cf added file. 2008-01-03 18:42:17 +00:00
skarg ab7fe095f4 Added comment for reducing code size. 2008-01-02 14:28:31 +00:00
skarg 767fe208e0 Added "static inline" to functions that were only used once, and reduced code usage by 6 bytes for each occurance. 2008-01-02 14:27:41 +00:00
skarg d1ad21a4cc updated max header based on the 8 bytes that are used by MS/TP. 2007-12-27 02:55:00 +00:00
skarg c587fb201a updated. 2007-12-11 22:47:44 +00:00
skarg 92f16a443f Added casts to reduce compile warnings. 2007-12-11 22:47:23 +00:00
skarg 32457a68c0 Indented. 2007-12-07 20:15:56 +00:00
skarg eb72c8cb64 Working on DOS port. 2007-12-06 23:17:27 +00:00
skarg 7622c631af Turbo C++ 1.01 project for building DOS port. 2007-12-06 22:38:24 +00:00
skarg def9ccb49d added main to DOS port for testing. 2007-12-06 22:37:07 +00:00
skarg 64e9b54dbd Adding a DOS port to run on x86 single board computer. 2007-12-06 22:31:14 +00:00
skarg b8b9e1719d Updated projects and comments. 2007-11-29 22:53:27 +00:00
skarg 1477603af6 indented. 2007-11-29 16:39:48 +00:00
skarg 411d6c1b24 Indented. 2007-11-29 15:56:53 +00:00
skarg 1acdf37597 Updated the Visual C++ 6.0 project in the ports directory. 2007-11-27 23:27:57 +00:00
skarg dd3a3b289c Updated code::blocks projects. Added win32 project. 2007-11-27 23:13:25 +00:00
skarg a4e700bbee Fixed warnings from Win32 builds with MinGW. 2007-11-27 23:12:41 +00:00
skarg 35f2aaed00 Corrected race condition where the MS/TP Master Node FSM may miss the first packet since it may not run until after the first packet has arrived if the ReceivedValidFrame flag is set to false during MSTP_MASTER_STATE_INITIALIZE. Thank you to anand! 2007-11-16 13:27:51 +00:00
skarg b35b6409dd Simplified code. 2007-11-12 16:10:51 +00:00
skarg 39f0a6f876 Corrected EOL style. 2007-10-28 13:32:45 +00:00
skarg 25902a751f Added makefile for sdcc and pic, but not working. 2007-10-26 20:28:11 +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 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 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 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 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 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