Commit graph

1461 commits

Author SHA1 Message Date
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
fros4943 4937918af5 updated the default linux/win32 compiler/linker config 2007-09-17 13:06:36 +00:00
nvt-se 33687d8e6f A function declared in lib/random.h is used, so this file should be included
instead of lib/rand.h.
2007-09-14 20:26:52 +00:00
nvt-se 1d4db3e2cc The function was missing the case when the stack was used completely,
and didn't return a value then.
2007-09-14 20:21:01 +00:00
nvt-se d60f3449ea static before const. 2007-09-14 20:12:55 +00:00
nvt-se 077fc61084 Static should come first because it's a storage class. 2007-09-14 20:07:26 +00:00
nvt-se bbecdd9c34 removed uncommented line. 2007-09-14 19:27:22 +00:00
nvt-se 87018b2af5 use uint16_t to be specific about id type size. 2007-09-14 19:24:45 +00:00
nvt-se 5e7a435959 do not declare msp430_cpu_init here. 2007-09-14 19:24:07 +00:00
nvt-se 6955e028da Use splhigh and splx. 2007-09-14 19:20:54 +00:00
nvt-se 290f41db06 better comments.
enable interrupt later.
2007-09-14 19:20:24 +00:00
nvt-se ca733ddfce Added some statistics. 2007-09-14 19:14:54 +00:00
nvt-se 928c22eda1 Minor refactoring and improved compliance with the radio interface. 2007-09-14 18:51:51 +00:00
nvt-se c49c1c0902 Added default Linux settings. 2007-09-12 12:39:31 +00:00
matsutsuka 71e5298d90 Process "kill" is properly implemented. 2007-09-11 12:55:57 +00:00
matsutsuka 661476ad92 PC-6001mkII setting is added. 2007-09-11 12:55:35 +00:00
matsutsuka 809b23fe28 Configuration of regular ctk-conio.c has been added. 2007-09-11 12:55:16 +00:00
matsutsuka 6dd93a3d04 NEC PC-6001 support sources are initially added. 2007-09-11 12:12:59 +00:00
matsutsuka c258a2e83a library extension has been modified form .o to .a 2007-09-11 12:11:38 +00:00
matsutsuka cce43c2efc Baud-rate has been added to the architecture-depend initialization.
Enabled packaged buffer reading.
2007-09-11 12:03:20 +00:00