oliverschmidt
|
f70d4c600d
|
Minor wording change.
|
2010-09-29 12:07:02 +00:00 |
|
oliverschmidt
|
cd24e920b6
|
Made cfs-based webserver example compatible with 8.3 file systems.
|
2010-09-28 20:40:52 +00:00 |
|
oliverschmidt
|
8eeeef17d1
|
Made cfs-based webserver example compatible with 8.3 file systems.
|
2010-09-28 19:36:16 +00:00 |
|
oliverschmidt
|
b2fe3db298
|
Just name the binary always 'contiki'.
|
2010-09-28 19:23:30 +00:00 |
|
oliverschmidt
|
e53c34770a
|
Integrated latest enhancements contributed by Kajtar Zsolt:
- Use cc65 C library _filetype for writing instead of fixed 'p'.
- Support for fake O_TRUNC through SCRATCH.
|
2010-07-22 10:16:58 +00:00 |
|
oliverschmidt
|
8a6f7a1dcf
|
The cc65 C64 memory layout offers enough memory for larger URLs so have a nice scrolling URL text entry field.
|
2010-07-20 22:47:42 +00:00 |
|
oliverschmidt
|
67e775ecee
|
The maximum number of C64 web server connections is now equal to the (new) default as the CBM PFS allows for 10 open files.
|
2010-04-11 21:30:14 +00:00 |
|
oliverschmidt
|
ce412471e4
|
Integrated latest fix contributed by Kajtar Zsolt.
|
2010-04-06 09:46:58 +00:00 |
|
oliverschmidt
|
7089ce05e2
|
Added Platform-specific File System (PFS) for the C64 supporting IDE64 fast R/W contributed by Kajtar Zsolt.
|
2010-04-05 14:11:01 +00:00 |
|
oliverschmidt
|
8dd2b75383
|
Explicitly set CBM filetypes (PRG, USR).
|
2010-03-31 06:05:37 +00:00 |
|
oliverschmidt
|
8ca206aa6b
|
Changed ETH64 base address from $DE10 to $DE00 as this is the default base address according to the manufacturer.
|
2010-03-06 13:05:16 +00:00 |
|
oliverschmidt
|
a66821f1d1
|
Explicitly turn on forms and centering for consistency reasons.
|
2010-02-13 10:46:36 +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
|
6240db4170
|
Minor wording change.
|
2010-02-01 22:15:41 +00:00 |
|
oliverschmidt
|
fc7b0d31bc
|
Added configuration values for the email client example.
|
2010-01-31 21:50:11 +00:00 |
|
oliverschmidt
|
6111814aec
|
Added configuration values for the IRC client example.
|
2010-01-31 18:30:50 +00:00 |
|
oliverschmidt
|
3826b8c0c4
|
Use only the base name of projects as program file name.
|
2010-01-31 18:21:41 +00:00 |
|
oliverschmidt
|
953d3ce7a0
|
Now that we have at least two examples working on the cc65 targets it is preferable to not name the program files all 'contiki'.
|
2010-01-31 09:34:12 +00:00 |
|
oliverschmidt
|
26c9ec41f7
|
Activate uIP logging when "high level config" logging is enabled.
|
2010-01-30 20:48:31 +00:00 |
|
oliverschmidt
|
882e4692c7
|
cc65 2.13. allows to define all necessary paths through the single env var CC65_HOME.
|
2010-01-27 22:37:15 +00:00 |
|
oliverschmidt
|
18933cc0c3
|
cc65 2.13. comes with builtin linker configs defining the __STACKSIZE__ symbol as weak. This allows to override the stacksize from the linker command line thus eliminating the need for linker configs maintained by Contiki.
|
2009-10-18 09:58:21 +00:00 |
|
oliverschmidt
|
31eb62821f
|
cc65 2.13. features a default-per-target mouse driver so there's no need to deal with their names in Contiki anymore.
|
2009-10-18 09:33:08 +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
|
433518c3cb
|
Just some minor reformatting.
|
2008-06-12 22:16:50 +00:00 |
|
oliverschmidt
|
f74503c23c
|
Replace non-fully-functional hack with the new gnumake variable CONTIKI_PROJECT.
|
2008-05-26 10:13:32 +00:00 |
|
oliverschmidt
|
dc63b33956
|
Added make target 'disk' for creating a .d64 disk image using c1541.
|
2008-05-22 22:18:25 +00:00 |
|
oliverschmidt
|
b750e8cc42
|
Moved platform/c64/contiki.cfg to tools/c64/sample.cfg
|
2008-05-21 08:13:04 +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
|
bb19396d21
|
Introduced yet another high-level config macro.
|
2008-01-01 19:47:03 +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
|
fda38428d9
|
Introduced some more high-level config macros.
|
2007-12-23 13:55:38 +00:00 |
|
oliverschmidt
|
14a8cf7200
|
Made use of the new high-level config macros.
|
2007-12-23 12:33:57 +00:00 |
|
oliverschmidt
|
125f261b7d
|
Introduced high-level macros to be set on the make command line. They allow easy configuration of Contiki for typical (cc65-)project scenarios.
|
2007-12-23 12:32:43 +00:00 |
|
oliverschmidt
|
e63610e1c9
|
Added target-specifc mouse support (sprite handling).
|
2007-12-20 22:54:22 +00:00 |
|
oliverschmidt
|
ff6622310f
|
Added target-specifc mouse configuration values.
|
2007-12-20 22:52:18 +00:00 |
|
oliverschmidt
|
eab988e84d
|
Added target-specifc ctk (and www) configuration values.
|
2007-12-20 20:54:15 +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
|
805f3f87d3
|
Make the "empty" error_exit implementation the default to be optionally overridden.
|
2007-12-16 13:05:23 +00:00 |
|
oliverschmidt
|
70321f690f
|
Made error_exit() implementation target-specific.
|
2007-12-08 22:16:43 +00:00 |
|
oliverschmidt
|
fec41a0f44
|
Clarify that the driver support RR-Net only on RR as other carts tend to differ in clockport activation.
|
2007-12-08 21:07:34 +00:00 |
|
oliverschmidt
|
88136ca271
|
Added ETH64.
|
2007-11-30 12:39:34 +00:00 |
|
oliverschmidt
|
d6deb82df8
|
Fixed typo.
|
2007-11-28 17:57:52 +00:00 |
|
oliverschmidt
|
bb5c0b3c73
|
Added some info on the c64 plattform.
|
2007-11-28 17:55:11 +00:00 |
|
oliverschmidt
|
bcfc99fa5b
|
Limit the maximum number of simultaneous connections to the cfs webserver to the maximum number of open files.
|
2007-11-28 00:00:29 +00:00 |
|
oliverschmidt
|
963cc8b31e
|
Made use of config file read function.
|
2007-11-27 21:50:19 +00:00 |
|