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
|
ad7bbcdf17
|
Now that they assumed a shape ...
|
2006-08-14 23:53:55 +00:00 |
|
oliverschmidt
|
15154b071e
|
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.
|
2006-08-14 23:50:51 +00:00 |
|
oliverschmidt
|
56b07d90a6
|
Improved code clarity by moving the API macros definitions to the support function declarations.
|
2006-08-14 23:46:43 +00:00 |
|
oliverschmidt
|
bace5b3481
|
Removed obsolete header include.
|
2006-08-14 23:42:33 +00:00 |
|
oliverschmidt
|
96d97031d6
|
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).
|
2006-08-13 16:49:43 +00:00 |
|
oliverschmidt
|
f0e9388fed
|
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.
|
2006-08-13 16:36:01 +00:00 |
|
oliverschmidt
|
92c982f829
|
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.
|
2006-08-13 16:23:10 +00:00 |
|