174
edits
No edit summary |
|||
Line 17: | Line 17: | ||
* [http://wenku.baidu.com/view/1af68b3283c4bb4cf7ecd15f.html Documentation for the MPC03] (previous version, we're MPC05) with .ini file info | * [http://wenku.baidu.com/view/1af68b3283c4bb4cf7ecd15f.html Documentation for the MPC03] (previous version, we're MPC05) with .ini file info | ||
* [http://focus.ti.com/docs/prod/folders/print/tms320vc33.html DSP chip] and [http://focus.ti.com/docs/toolsw/folders/print/c3xfreetool.html compiler]. [http://www.google.com/search?q=TMS320C31 See also], [http://www.elec.canterbury.ac.nz/c4x/ GDB toolchain]. These chips are end-of-line, but were supported by GCC up to [http://gcc.gnu.org/gcc-4.3/changes.html 4.2]. | * [http://focus.ti.com/docs/prod/folders/print/tms320vc33.html DSP chip] and [http://focus.ti.com/docs/toolsw/folders/print/c3xfreetool.html compiler]. [http://www.google.com/search?q=TMS320C31 See also], [http://www.elec.canterbury.ac.nz/c4x/ GDB toolchain]. These chips are end-of-line, but were supported by GCC up to [http://gcc.gnu.org/gcc-4.3/changes.html 4.2]. | ||
== Current State of work == | |||
* We have some knowledge of the ,mol format | |||
* We have a TXT to mol compiler based on a dll. (windows only) | |||
* We have a TXT parser/generator using python and construct | |||
== Currently to do == | |||
* Figure out DXFs - A [http://pypi.python.org/pypi/DXF-Converter/1.0/ python to dxf to pdf converter] might be useful. I've not found a stand alone parser. | |||
* Figure out which parts of the TXT file correspond to which function calls, so we know how to generate meaningful TXT files. | |||
* More work on .Mol files? | |||
==Current Repo== | ==Current Repo== | ||
Line 42: | Line 56: | ||
[[Projects/RELaserSoftware/Compilation traces]] | [[Projects/RELaserSoftware/Compilation traces]] | ||
==USB== | ==USB== |
edits