adamdunkels
3000eeaaaa
Added definition to make IRQ port 1 be compiled
2007-03-15 21:52:44 +00:00
adamdunkels
b8b47d2cc9
Added cfs-eeprom
2006-12-19 09:19:14 +00:00
adamdunkels
163541eaf5
Added note on burn-nodeid
2006-12-19 09:18:11 +00:00
nifi
be942b531b
added counter for avg sstrength
2006-10-10 23:16:10 +00:00
nifi
11c1762a62
updated API and added active flags because some sensors react on radio activity
2006-10-10 12:37:04 +00:00
adamdunkels
8a3481d632
Removed old file
2006-10-10 10:10:40 +00:00
nifi
271968e104
added flag to enable/disable sensor event broadcast
2006-10-09 21:08:51 +00:00
nifi
30822b5703
added active flags because some sensors react on radio activity
2006-10-09 21:05:37 +00:00
adamdunkels
5e98ede3a3
Updated to not rely on uIP
2006-10-09 11:56:13 +00:00
adamdunkels
d9109e9e83
Two types of radio sensor data
2006-10-09 11:55:42 +00:00
adamdunkels
abfe686c6d
Updated to latest uIP API
2006-10-09 11:55:30 +00:00
adamdunkels
43d567e5f3
Added node-id.h
2006-10-09 11:55:16 +00:00
adamdunkels
25ac16ff2c
Added radio sniffer program
2006-10-09 10:08:40 +00:00
nifi
39098934a6
refactored putchar to make it replacable
2006-10-09 09:19:02 +00:00
adamdunkels
d2172da359
Added node ID EEPROM address, increased clock granularity
2006-10-06 07:58:39 +00:00
adamdunkels
83793da297
Removed automatic node ID generation, added TR1001 GCR version
2006-10-06 07:58:19 +00:00
adamdunkels
1c02dd5652
Initial documentation for node ID storing and restoring
2006-10-06 07:57:41 +00:00
adamdunkels
56fe6ec4a9
Made debugging output easier configurable
2006-10-06 07:57:14 +00:00
adamdunkels
60c7228675
Moved mandatory low-level initialization into main file, moved all uIP and network initialization into int_net()
2006-10-06 07:49:31 +00:00
adamdunkels
d239998175
Node IDs are stored in EEPROM and restored on bootup
2006-10-06 07:47:02 +00:00
adamdunkels
1f49bd4cd2
Makefile for ESB applications
2006-10-06 07:01:14 +00:00
adamdunkels
a3adb76b31
Program for 'permanently' burning a node ID to EEPROM
2006-10-06 07:00:36 +00:00
adamdunkels
8f203cd2c9
TR1001 driver using GCR instead of manchester encoding
2006-10-05 09:20:00 +00:00
adamdunkels
ca1045700e
Updated documentation
2006-10-02 20:07:05 +00:00
adamdunkels
cffc41ff27
Updated documentation
2006-10-02 20:05:07 +00:00
adamdunkels
7b58a3212f
Updated documentation
2006-10-02 20:05:07 +00:00
adamdunkels
b1ba41842f
moved text to esb.txt
2006-10-02 20:04:38 +00:00
nifi
ce5b45da48
turn of ADC12 during reconfiguration
2006-08-30 07:45:56 +00:00
nifi
d16b9ad15d
bug fix: LPM_AWAKE() on MSP430 modifies the stack and may only be called in the interrupt
2006-08-17 08:27:54 +00:00
oliverschmidt
62fa3b8c01
Changed the Contiki Interface declaration macros from CCI/CLI to CCIF/CLIF because of already existing macros: Both CCI and CLI :-(
2006-08-15 14:46:33 +00:00
oliverschmidt
48609fb3a3
Added defines for declaring functions/data which are part of the CCI (Contiki Core Interface) and CLI (Contiki Loadable Interface). Both defines are empty for all platforms but the upcoming Win32 port.
2006-08-13 15:06:08 +00:00
bg-
fb94d50410
Change typedef of uip_ipaddr_t from a vector type to a union.
...
typedef union uip_ip4addr_t {
u16_t u16[2];
u8_t u8[4];
} uip_ip4addr_t;
typedef uip_ip4addr_t uip_ipaddr_t;
This implies that one must consistently pass pointers to
uip_ipaddr_t:s and not mix and match pointers with
uip_ipaddr_t:s as was done earlier.
2006-08-09 16:13:39 +00:00
nifi
fa9a97e9db
removed unneeded constants (BEEP_ON/BEEP_OFF) and simplified the code for beep_on()/beep_off()
2006-07-07 06:36:38 +00:00
nifi
d376b3fe9d
fixed doxygen warnings, problems with the images, and updated for contiki-2.x
2006-06-29 19:04:37 +00:00
nifi
effc657baf
removed unused file (use contiki-conf.h instead)
2006-06-29 08:00:58 +00:00
nifi
c2ae514a13
Import of the contiki-2.x development code from the SICS internal CVS server
2006-06-21 13:39:11 +00:00
nifi
9eb477f8f5
added autostart + replaced codeprop_event_quit with PROCESS_EVENT_EXIT
2006-06-21 12:40:14 +00:00
adamdunkels
62e32d2b23
Added missing includes and made Ethernut 1 & 2 ports to compile again
2006-06-20 21:23:09 +00:00
adamdunkels
7100179654
Deleted unused files
2006-06-18 08:22:12 +00:00
adamdunkels
d7305d07f5
Code imported from the SICS CVS server
2006-06-18 08:19:10 +00:00
adamdunkels
394c93219e
Removed explicit TCP window setting to make ELF loading work
2006-06-18 08:15:26 +00:00
adamdunkels
5a2b960355
Removed auto-generated file
2006-06-18 08:13:14 +00:00
adamdunkels
60075ec59e
Temporary deletion of files due to problems with the CVS repository
2006-06-18 08:07:30 +00:00
adamdunkels
5dd3e30a4f
Temporary deletion of files due to problems with the CVS repository
2006-06-18 08:07:14 +00:00
adamdunkels
ba681f47d6
Code imported from the SICS CVS server
2006-06-18 07:49:33 +00:00
adamdunkels
0e2a28da94
A set of simple example programs for the ESB platform
2006-06-18 07:48:48 +00:00
adamdunkels
1c1aed6082
Makefile for producing a core image
2006-06-18 05:54:28 +00:00
adamdunkels
c9e808d638
Import of the contiki-2.x development code from the SICS internal CVS server
2006-06-17 22:41:10 +00:00