d6bbf0cf3dadded support for new busy-wait radio interfaces (+fixed null pointer bug)
fros4943
2006-10-05 07:53:06 +0000
b25f16936badded possibility to interfere with radio receptions "in the future" - reduces code complexity for radio mediums
fros4943
2006-10-05 07:49:59 +0000
cb7dbad086minor change, risk that simulation stalls if busywait counter is set to negative
fros4943
2006-10-05 07:48:15 +0000
ad08af59f0bug fix: busy-waiting before checking data length
fros4943
2006-10-05 07:46:53 +0000
eb0b2f137erewrote switch-procedure in asm (solves problems with different gcc versions)
fros4943
2006-10-04 15:05:37 +0000
50fda17c3eMoved error_exit() to the Win32 Contiki Core.
oliverschmidt
2006-10-03 11:27:51 +0000
f5cee13b01making sure that core actually handles button press event before releasing button again (possible bug during busy-waits)
fros4943
2006-10-03 08:45:28 +0000
60c700b66eAdded documentation of the Contiki build system
adamdunkels
2006-10-02 22:04:09 +0000
5a7034fe5dA really simple Contiki program, intended to show how the build system works and how to write simple Contiki programs
adamdunkels
2006-10-02 21:46:46 +0000
8c080b3677Brief instructions for getting started with Contiki for Windows
adamdunkels
2006-10-02 20:08:40 +0000
779ecd27a4updated for new radio version.
fros4943
2006-10-02 15:19:28 +0000
2ae5b09f30new radio driver (allows for transmissions longer than one tick)
fros4943
2006-10-02 15:18:55 +0000
c69f9298a4new radio driver (allows for transmissions longer than one tick)
fros4943
2006-10-02 15:10:57 +0000
54f852bf80removed ether-process (new radio driver)
fros4943
2006-10-02 15:07:59 +0000
68d26d4628busy-wait before process_run() allows glue drivers to force system to wait
fros4943
2006-10-02 15:07:33 +0000
41578b35c4radio driver with busy-wait support
fros4943
2006-10-02 15:06:12 +0000
f3311d5d4cadded busy-wait global variable
fros4943
2006-10-02 15:05:49 +0000
cb71b2fca6added support for busy-waits in simulated contiki processes (the entire process_run()-loop is inside a Contiki multi-thread)
fros4943
2006-09-29 14:32:15 +0000
c033cf5810added multithreading sources to makefile
fros4943
2006-09-29 12:48:48 +0000
7b981562adUse minileds by default.
bg-
2006-09-27 10:00:42 +0000
b9607d3be2Fixed the order of the statistics fields, added UIP_APPDATA_PTR pointer that always points to the application data space in the uip_buf buffer, added the documentation for an uip_ipaddr_isbroadcast() function.
adamdunkels
2006-09-26 21:02:35 +0000
1504f2836eCommented out unused functionality: the ability to create a process running a thread was never used. With the new code, only running 'bare' threads is supported. If support for creating processes with a thread is needed, it may be reneabled later but currently there doesn't seem to be a need for it
adamdunkels
2006-09-26 20:59:51 +0000
6bd28132edFixed the behaviour of PT_SCHEDULE() so that it returns true if a protothread is still active (yielded or waiting). Thanks to Kevin Collins for fixing.
adamdunkels
2006-09-26 20:57:58 +0000
e072e4084aAdded a function for measuring stack usage
adamdunkels
2006-09-26 20:56:42 +0000
25a132cff2A module that allows Contiki processes to have subprocesses. A subprocess is defined within another process and is created on the fly when needed.
adamdunkels
2006-09-26 20:53:27 +0000
4485e50351Add ssd kernel and uip-udp-packet.o.
bg-
2006-09-26 15:52:37 +0000
670f414594* FASTSPI_READ_RAM_LE(p,a,c,n) for completeness.
bg-
2006-09-26 15:48:01 +0000
3de6d787c9* New function slip_write(u8_t *ptr, int len).
bg-
2006-09-26 15:47:14 +0000
17431ba16cchanged mote state to enum type instead of int
fros4943
2006-09-26 13:08:05 +0000
7ef9271567added method to get last tick used energy
fros4943
2006-09-26 12:47:06 +0000
328071ff10Added network support to the Win32 platform.
oliverschmidt
2006-09-23 20:25:02 +0000
f601f3a0acAdded the CCIF (Contiki Core InterFace) declarations necessary for logging from loadable code on Win32.
oliverschmidt
2006-09-23 20:12:40 +0000
9e9677b4f0Added the CCIF (Contiki Core InterFace) declarations necessary for a loadable ARP handler.
oliverschmidt
2006-09-23 20:10:08 +0000
1ab2bba7b8Fix for bug when script goes past the end of a file (thanks to Till Harbaum)
adamdunkels
2006-09-20 19:18:56 +0000
fca710e447More uip_ipaddr_t fixes and removal of the last occurances of WITH_ETHERNET.
oliverschmidt
2006-09-18 22:48:05 +0000
d3e4b7524dExamples really benefit from actually working ;-)
oliverschmidt
2006-09-09 23:29:50 +0000
83561d8963Added the CCIF (Contiki Core InterFace) declarations necessary for a loadable packet driver.
oliverschmidt
2006-09-09 23:24:39 +0000
253dcb44ceReplaced Win32 ctrl-c handler with C-library atexit handler (taking care of ctrl-c too) now that we have a Contiki Quit menu calling exit().
oliverschmidt
2006-09-09 23:20:39 +0000
e3dab56825Do a consistent non-UNICODE build.
oliverschmidt
2006-09-09 23:13:09 +0000
8a8575b63cDon't make assumptions on textentry contents beyond the first '\0'.
oliverschmidt
2006-09-09 23:09:59 +0000
deba5cfcd5Added uip-udp-packet.c. Made native the default target. Added a 'targets' target that lists all available targets.
adamdunkels
2006-08-31 09:36:29 +0000
b8bf33f53fFunctions for sending individual UDP datagrams
adamdunkels
2006-08-31 09:35:27 +0000
d3d215d142The special handling of mouse-over detection for bitmaps and icons seems unnecessary since the the member 'h' is always present and can always be assumed to be initialized. Furthermore the special handling prevented multiline textentries to be treated correctly. Therefore the special handling is now completely removed (and the handling of the 'h' member is adjusted).
oliverschmidt
2006-08-30 23:12:33 +0000
162ca26b65Activated quit menu option.
oliverschmidt
2006-08-30 22:41:52 +0000
b55b0e0367Added quit menu option.
oliverschmidt
2006-08-30 22:40:58 +0000
fba087810dDon't make assumptions on textentry contents beyond the first '\0'.
oliverschmidt
2006-08-30 22:24:12 +0000
62a48a4138Don't make assumptions on textentry contents beyond the first '\0'.
oliverschmidt
2006-08-30 22:15:25 +0000
301c1f45cfMove the strcasecmp macro out of the diretory app context now that it is used in the shell app too.
oliverschmidt
2006-08-30 22:07:53 +0000
5235bed2b2The Contiki 2.x process entity doesn't contain a process id anymore. Therefore processes are killed by name rather then by id.
oliverschmidt
2006-08-30 22:06:18 +0000