3
I Use This!
Inactive

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Jun 12, 2023 — Jun 12, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Cleanup
adam
as adamdunkels
More... over 17 years ago
Fixed 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.
adam
as adamdunkels
More... over 17 years ago
Commented 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
adam
as adamdunkels
More... over 17 years ago
Fixed 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.
adam
as adamdunkels
More... over 17 years ago
Added a function for measuring stack usage
adam
as adamdunkels
More... over 17 years ago
A module that allows Contiki processes to have subprocesses. A subprocess is defined within another process and is created on the fly when needed.
adam
as adamdunkels
More... over 17 years ago
Add ssd kernel and uip-udp-packet.o.
bg-
More... over 17 years ago
* FASTSPI_READ_RAM_LE(p,a,c,n) for completeness.
bg-
More... over 17 years ago
* New function slip_write(u8_t *ptr, int len).
bg-
More... over 17 years ago
Fancier tunslip with keepalives, address detection, route management, route cleanup.
bg-
More... over 17 years ago
changed mote state to enum type instead of int More... over 17 years ago
added method to get last tick used energy More... over 17 years ago
Added network support to the Win32 platform. More... over 17 years ago
Added the CCIF (Contiki Core InterFace) declarations necessary for logging from loadable code on Win32. More... over 17 years ago
Added the CCIF (Contiki Core InterFace) declarations necessary for a loadable ARP handler. More... over 17 years ago
Fix for bug when script goes past the end of a file (thanks to Till Harbaum)
adam
as adamdunkels
More... over 17 years ago
uip_ipaddr_t changes fixed thanks to Marcelo Barros
adam
as adamdunkels
More... over 17 years ago
More uip_ipaddr_t fixes. More... over 17 years ago
More uip_ipaddr_t fixes and removal of the last occurances of WITH_ETHERNET. More... over 17 years ago
Examples really benefit from actually working ;-) More... almost 18 years ago
Added the CCIF (Contiki Core InterFace) declarations necessary for a loadable packet driver. More... almost 18 years ago
Replaced 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(). More... almost 18 years ago
Do a consistent non-UNICODE build. More... almost 18 years ago
Don't make assumptions on textentry contents beyond the first '\0'. More... almost 18 years ago
Oops. broken backwards compat.
bg-
More... almost 18 years ago
Use ticks for s.ticks.
bg-
More... almost 18 years ago
Add processing of command line options but stay backwards compatible.
bg-
More... almost 18 years ago
quickstart outputs error stream from compilation More... almost 18 years ago
changed compileLibrary to accept output streams instead of message window More... almost 18 years ago
added getInputStream method. returns a stream which ends in message window More... almost 18 years ago