Adam Dunkels
|
944537fccf
|
Removed all old RCS tags in the Contiki source tree. Those RCS tags are not used any more, as we are now using git to manage the Contiki source tree
|
2012-10-26 15:54:49 +02:00 |
|
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
|
03e7eb2535
|
Fixed comment (just to make sure that committing still works after all these months).
|
2009-02-27 07:57:13 +00:00 |
|
oliverschmidt
|
fa956117f7
|
Dummies should rather return errors.
|
2008-07-06 07:32:20 +00:00 |
|
oliverschmidt
|
c00de08dec
|
Added lseek dummy.
|
2008-07-06 07:28:42 +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
|
69faf1ff4d
|
Set sprite color.
|
2007-12-24 15:01:49 +00:00 |
|
oliverschmidt
|
5592b1df6c
|
Implement cfs API on preprocessor level using POSIX functions..
|
2007-12-23 15:29:19 +00:00 |
|
oliverschmidt
|
14a8cf7200
|
Made use of the new high-level config macros.
|
2007-12-23 12:33:57 +00:00 |
|
oliverschmidt
|
e63610e1c9
|
Added target-specifc mouse support (sprite handling).
|
2007-12-20 22:54:22 +00:00 |
|
oliverschmidt
|
c7a24bf6cf
|
Soe we're finally bak at reducing the memory footprint be avoiding to pull in large C-library enitities.
|
2007-12-16 13:07:35 +00:00 |
|
oliverschmidt
|
963cc8b31e
|
Made use of config file read function.
|
2007-11-27 21:50:19 +00:00 |
|
oliverschmidt
|
ef55496de0
|
Use common log implementation for cc65 targets.
|
2007-11-27 16:50:02 +00:00 |
|
oliverschmidt
|
0df5958e16
|
Do consistently "first-log then operate".
|
2007-11-25 22:19:49 +00:00 |
|
oliverschmidt
|
3027f98b80
|
Switched to lowercase file name to allow for successful driver loading from C64 DOS file system.
|
2007-11-25 22:16:59 +00:00 |
|
oliverschmidt
|
b26ff75aad
|
Added user feedback on Ethernet configuration.
|
2007-11-25 15:15:05 +00:00 |
|
oliverschmidt
|
20d395e9b6
|
Added user feedback on IP configuration.
|
2007-11-25 15:00:32 +00:00 |
|
oliverschmidt
|
45c836c289
|
Adjusted dummy return value to (new) cfs interface.
|
2007-11-24 21:29:07 +00:00 |
|
oliverschmidt
|
0ed29ca43f
|
Include dummies for posix functions missing in cc65 C-library.
|
2007-11-24 13:00:27 +00:00 |
|
oliverschmidt
|
645be6acbc
|
Made use of the generic Ethernet driver for cc65 targets.
|
2007-11-20 22:24:03 +00:00 |
|
oliverschmidt
|
8ebc56aad5
|
Shortened welcome message.
|
2007-11-20 21:24:25 +00:00 |
|
oliverschmidt
|
24f6cf175d
|
Start out with minimal main().
|
2007-05-27 21:11:08 +00:00 |
|