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 ;-)
This commit is contained in:
parent
6d987651c6
commit
50be40768b
10 changed files with 13 additions and 35 deletions
|
@ -25,10 +25,6 @@ bootable floppy disk image containing the project binary, a sample configuration
|
|||
file and the Ethernet card drivers.
|
||||
|
||||
|
||||
The 6502-based targets do in general not support keyboard input or screen output
|
||||
through stdin, stdout and stderr.
|
||||
|
||||
|
||||
The build for 6502-based machines supports so-called high-level configuration
|
||||
macros which allow to customize Contiki on a per-project basis. They are set
|
||||
in form of a comma-separated list as value of the make variable DEFINES on the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue