osd-contiki/cpu/6502/ethconfig
Oliver Schmidt 3b2173e01f Have CBM DOS filetype of imported files match the one used by cc65.
CFS_WRITE implies O_TRUNC which is implemented on CBM DOS by deleting an
exsisting file. Hoewever this succeeds only if the CBM DOS filetype matches.

We need a working O_TRUNC in order to be able to overwrite the contiki.cfg
configuration file.

Note: Now it has be clarified why overwriting the configuration file started to
fail the CBM PFS (platform file system) can be activated for the recently added
ethconfig program.
2013-12-12 18:57:40 +01:00
..
ethconfig.c Replaced web configurator with target-based ethconfig. 2013-11-21 21:57:42 +01:00
Makefile Replaced web configurator with target-based ethconfig. 2013-11-21 21:57:42 +01:00
Makefile.c64.defines Have CBM DOS filetype of imported files match the one used by cc65. 2013-12-12 18:57:40 +01:00
Makefile.c128.defines Have CBM DOS filetype of imported files match the one used by cc65. 2013-12-12 18:57:40 +01:00
Makefile.target Replaced web configurator with target-based ethconfig. 2013-11-21 21:57:42 +01:00