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 |
|
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 |
|