> Rough idea for a syntax of a ".tclp" file... > > <html> > <body> > Hello <tcl>write_chunked "testabc"</tcl> > </body> > </html>
Implementation: - write a tcl script to convert a .tclp file to a .tcl file that runs on the developer machine - the converted .tcl file is then uploaded to the target Modifications to eCos repository: - commit said conversion tool as a host .tcl script - add a small example in the doc -- Øyvind Harboe http://www.zylin.com - eCos ARM & FPGA developer kit -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
