3
I Use This!
Inactive

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Jun 12, 2023 — Jun 12, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
updated uAODV process for new uIP More... almost 18 years ago
compile contiki library update: More... almost 18 years ago
added cooja; 'The Contiki OS Java Simulator' More... almost 18 years ago
Different and hopefully correct low power management.
bg-
More... almost 18 years ago
Use LPM4_EXIT to return from sleep on msp430.
bg-
More... almost 18 years ago
New function process_nevents().
bg-
More... almost 18 years ago
* Deal with numerical overflows.
bg-
More... almost 18 years ago
* Some ntohs stuff.
bg-
More... almost 18 years ago
bug fix: LPM_AWAKE() on MSP430 modifies the stack and may only be called in the interrupt More... almost 18 years ago
Some object files made from *_dsc.c files get linked both into the Contiki core (for desktop icons) as well as into *.dsc files. So make sure that the *_dsc symbol gets exported regardless in which context the object files are made. More... almost 18 years ago
Added main header include. More... almost 18 years ago
Avoid compiler warnings. More... almost 18 years ago
Changed the Contiki Interface declaration macros from CCI/CLI to CCIF/CLIF because of already existing macros: Both CCI and CLI :-( More... almost 18 years ago
Avoid compiler warning. More... almost 18 years ago
The program_handler_add() mechanism relied on being used after the initialization of the program_handler (and the ctk) process but before entering the event handling. In Contiki 2.x there's no such explicit process initialization anymore - and the implicit asynchronous initialization runs after program_handler_add(). Therefore the initialization of the data structures modified by program_handler_add() had to be removed from that asynchronous process initialization. Instead C-langugae global data.initialization is used. More... almost 18 years ago
Now that they assumed a shape ... More... almost 18 years ago
The *-arch.h files seem to be out of style in Contiki 2.x so removed the only Win32 one - most of the content will show up in the (one and only) Win32 conf header. More... almost 18 years ago
Improved code clarity by moving the API macros definitions to the support function declarations. More... almost 18 years ago
Removed obsolete header include. More... almost 18 years ago
Added main header include. More... almost 18 years ago
Added PROCESS_NAME() for the CTK conio service. More... almost 18 years ago
Avoid compiler warnings. More... almost 18 years ago
* More uip_ipaddr_t fixes.
bg-
More... almost 18 years ago
* Change uip_ipaddr_t to be initialized from bytes rather than
bg-
More... almost 18 years ago
Added a Win32 dll loader for loading/unloading *.prg and *.dsc files. It requires at least WinXP as it uses GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS flag for unloading. The "self-unloading" via LOADER_UNLOAD() is implemented by defering the actual unload until back in the main loop using a user-mode APC (Asynchronous Procedure Call). More... almost 18 years ago
Added a Win32 Console Program based CTK (Contiki Tool Kit) conio low level library. Beside the core/lib/libconio.h interface it implements the CTK mouse interface. More... almost 18 years ago
Added a Win32 CFS (Contiki File System) service. The opendir() parameter "/" is mapped to the directory containing contiki.exe. That allows easy access to *.prg and *.dsc files which are supposed to reside in the same directory. More... almost 18 years ago
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. More... almost 18 years ago
Removed designated union initializers from recent change to avoid dependence on ISO C99 compliant compilers. More... almost 18 years ago
Avoid compiler warnings. More... almost 18 years ago