Commit Graph

1480 Commits

Author SHA1 Message Date
joxe 35bff8238d renamed variable, rewrote comment to make easier to read 2007-10-07 19:59:27 +00:00
joxe 7fe87db86a fixed some timer interrupt bugs and reimplemented clock_fine to avoid disabling interrupts 2007-10-04 20:45:29 +00:00
fros4943 5f63995265 support for delayed interrupts
earlier TACCR1 could be set to already passed time if timer A interrupts was delayed
2007-10-04 14:14:58 +00:00
nvt-se 2d0225b0e4 Safeguard for invalid packets. 2007-10-04 10:02:08 +00:00
fros4943 dfc0199cbd set drift method as standard for all clock interfaces 2007-10-03 14:20:57 +00:00
nvt-se fb9b800c53 More clear power down procedure. Now it is required that cc1020_on
is called before anyone can send after the power down.
2007-10-02 14:05:45 +00:00
nifi d5580ae7ee corrected debug print 2007-10-02 13:41:12 +00:00
matsutsuka 0ab5a22a47 Fixed a minor glitch 2007-10-01 23:04:02 +00:00
nvt-se 4e8bdb1c08 Power managment is handled by another layer. 2007-10-01 11:59:36 +00:00
nvt-se c0686e80f1 Added definitions for the MAIN register. 2007-10-01 11:56:49 +00:00
matsutsuka d6ec25e37c The libconio_arch-small is architecture-depend implementation of console I/O with minimum size for the server mode. 2007-09-30 12:46:34 +00:00
fros4943 3ace4c55cd code formatting and more debugging output at radio medium failure 2007-09-30 12:03:49 +00:00
fros4943 0f4a25c8ff cooja mac os x support 2007-09-30 12:02:33 +00:00
matsutsuka 1793323e55 Removed the last change so that we can assume all global variables are zero-initialized. 2007-09-30 02:32:23 +00:00
matsutsuka c2472ff0f1 contiki-main file for network client support. 2007-09-29 04:13:14 +00:00
matsutsuka 7dd756dd36 Applications have been modified to support !UIP_UDP and !CTK_CONF_WINDOWCLOSE. 2007-09-29 04:12:15 +00:00
matsutsuka 4381f4b964 Platform-depend CTK support is modified to minimize size of module. 2007-09-29 04:10:00 +00:00
matsutsuka 9e1e31f3bb Makefiles have been modified to support customized crt0. 2007-09-29 04:07:00 +00:00
matsutsuka c3d13b6dd4 Configuration file now supports:
- telnet window size
- UIP configuration
- new rs232 driver
2007-09-29 04:05:20 +00:00
matsutsuka 4d046ef389 Window size has been made customizable, and widget placement is modified to fit in smaller screen size.
If UIP_UDP is turned off, iut doesn't lookup DNS (i.e. doesn't use resolv.c).
2007-09-29 04:02:06 +00:00
matsutsuka 4d6d5eb8ff RS232 support has been unified from just 'dumb' serial line and SLIP support. 2007-09-29 03:58:38 +00:00
matsutsuka f553789fea Made unnecessary symbols static. 2007-09-29 03:57:39 +00:00
matsutsuka 1e6ac84151 Customized crt0 has been introduced to fix some SDCC glitches. 2007-09-29 03:57:07 +00:00
matsutsuka a6527b34d9 When UIP_UDP is off, turn off udp functions more accurately. 2007-09-29 03:54:18 +00:00
fros4943 87e32f037e enabled config of entire ar command, not only arguments 2007-09-28 07:21:21 +00:00
adamdunkels a03ff4d7ac Convenience function for printing out system statistics 2007-09-27 22:22:40 +00:00
adamdunkels 6c241b9f2b Program for testing the Rime reliable unicast bulk transfer protocol 2007-09-27 22:21:27 +00:00
nifi 1abf2c4c16 fixed compiler warning 2007-09-26 11:34:49 +00:00
matsutsuka 4a34da849d Initialization of string has been added, so as to strlen works appropriately while showing the textentry widget. 2007-09-22 04:12:30 +00:00
fros4943 abfe10b100 added exception handling to project dir loading 2007-09-21 16:14:19 +00:00
fros4943 12c539d2b5 always highlighting node at mote plugin activation 2007-09-21 16:11:44 +00:00
nvt-se b72c228379 * Enable rtimers.
* Specify port direction first.
2007-09-21 14:53:36 +00:00
nvt-se 24ffa8cfaf support third DMA line. 2007-09-21 13:51:09 +00:00
nifi 9d75d6d153 enabled inline functions 2007-09-19 14:09:31 +00:00
matsutsuka 7dec361a80 #include <conio.h>
doesn't work on z80 version, because this is not a standard library.
2007-09-19 12:50:23 +00:00
matsutsuka 8d5e863b9a File names are changed. 2007-09-19 12:48:26 +00:00
matsutsuka c99b7dc827 status has been added for polling function. 2007-09-19 12:47:19 +00:00
matsutsuka 8d7bb2119c Architecture-depend CTK implmeentation has been all rewritten by assembler for performance and memory reasons. 2007-09-19 12:46:15 +00:00
matsutsuka b2a6d163fc configuration for serial has been changed. 2007-09-19 12:44:45 +00:00
matsutsuka eb39a24ad8 Char bug seems to be fixed in the newer version of sdcc. 2007-09-19 12:44:01 +00:00
matsutsuka 7b402d38f8 The suffix for preprocessed assembler file has been changed from ".hS" to ".cS" 2007-09-19 12:41:33 +00:00
fros4943 23b9136e5e bug fix if JAVA_HOME not set 2007-09-18 16:23:38 +00:00
fros4943 8323fdfa30 bug fix if JAVA_HOME not set 2007-09-18 16:07:10 +00:00
fros4943 005ad973a2 catching unsupported class version exceptions 2007-09-18 15:57:14 +00:00
fros4943 8f101f495c changed address parsing using nm to more generic: any command may be used 2007-09-18 11:33:46 +00:00
fros4943 aa99049af0 simple tdma rtimer implemetation 2007-09-18 10:37:17 +00:00
fros4943 19b3035e36 simple tdma ctimer implementation 2007-09-18 10:36:36 +00:00
nifi ccf6bc4d9d moved ENERGEST_ON to actual transmission 2007-09-18 10:36:31 +00:00
fros4943 25d2514541 xmac ctimer implementation 2007-09-18 10:35:39 +00:00
nifi c12af56ad0 Turn off ENERGEST_TYPE_TRANSMIT if send error 2007-09-18 10:32:00 +00:00