2010/5/30 Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
On 27.05.2010 03:04, Carl-Daniel Hailfinger wrote:
> On 27.05.2010 02:32, Carl-Daniel Hailfinger wrote:
>
>> New version, fixes a few bugs where #ifdefs were missing.
>>
>> Add support for RayeR SPIPGM hardware as described in
>> http://rayer.ic.cz/elektro/spipgm.htm
>>
>> Known bugs/limitations:
>> - Won't compile/work on non-x86 architectures. Guards against
>> compilation on non-x86 are missing.
>>
>>
>
> Besides that, using "byte" as variable name breaks on mingw because it
> shadows a global variable with that name in the mingw headers.
>

New version, fixes a missing variable initialization which led to
immediate segfault on programmer init.

This segfault is confirmed to be resolved, tested using FreeDOS -- I don't have the hardware that this patch targets.

The other limitations are still present.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>

Acked-by: Idwer Vollering <vidwer@gmail.com>