beremiz

Added concepts :

2008-08-20, etisserant
cb9901076a21
Added concepts :
- connector class (for PLC control, debug and flashing abstraction).
- builder class (C toolchain abstraction)

Added features :
- Pyro based connector.
- ctypes loader, load PLC shared object and run it
- ctypes based debugger embryo (not tested)
- gcc builder

Broken:
- Win32 runtime
- Most tests
<?xml version="1.0" encoding="UTF-8"?>
<BeremizRoot>
<TargetType>
<Linux CFLAGS="-g" Linker="g++" LDFLAGS="">
<Connection URI_location="PYRO://192.168.0.6:3000"/>
</Linux>
</TargetType>
</BeremizRoot>