Nicholas J Humfrey
|
680225e99d
|
Converted u8_t to uint8_t and u16_t to uint16_t in the platforms directory.
Added "These names are deprecated, use C99 names" warnings the contiki-conf.h files that were missing it.
|
2012-02-21 08:33:25 -05:00 |
|
oliverschmidt
|
0ef1171705
|
Just always call process_run() and etimer_request_poll() in turn - like the "major" platforms do.
|
2010-10-27 22:17:39 +00:00 |
|
oliverschmidt
|
9e9eb4b55c
|
There's no point in pulling in cfs-posix-dir.c if the POSIX functions it depends on are dummies anyway.
|
2010-10-23 08:17:45 +00:00 |
|
oliverschmidt
|
50be40768b
|
Removed closing of stdin, stdout (and stderr on the Apple2). It was introduced in order to maximize the number of available file handles for the webserver. However none of the target machine DOSes allows to open a single file several times diminishing the intended effect very much. One the other hand not being able to "just printf() something" causes trouble over and again - i.e. hello-world seemingly not working...after all a typical case of german over-enigneering ;-)
|
2010-02-10 07:43:25 +00:00 |
|
oliverschmidt
|
d30ccbe81d
|
cc65 2.13. allows to explicitly set 80 column mode.
|
2009-10-18 09:35:07 +00:00 |
|
oliverschmidt
|
03e7eb2535
|
Fixed comment (just to make sure that committing still works after all these months).
|
2009-02-27 07:57:13 +00:00 |
|
oliverschmidt
|
86bd7e9829
|
Added lseek dummy.
|
2008-07-06 07:34:34 +00:00 |
|
oliverschmidt
|
8a4890c9e5
|
Free up unused file descriptors.
|
2008-02-28 21:56:47 +00:00 |
|
oliverschmidt
|
d74fd06536
|
Now that process initialization has been changed (back) to synchronous it needs to be called after reading the config file and setting the mouse sprite in order to preserve the existing logic.
|
2008-02-17 14:12:52 +00:00 |
|
oliverschmidt
|
2632f8f937
|
Removed finally unnecessary cast.
|
2008-02-10 22:36:36 +00:00 |
|
oliverschmidt
|
26a554e7c2
|
Added C128 port. It runs the example webserver both in the cgi and cfs variant - although the latter only with a reduced MTU size due to memory constraints.
|
2008-01-05 22:30:23 +00:00 |
|