f32c / arduino

FPGArduino source
http://www.nxlab.fer.hr/fpgarduino
68 stars 44 forks source link

GPIO INPUT register changed address #11

Closed emard closed 8 years ago

emard commented 8 years ago

before, GPIO input register was on the same memory map location as the GPIO output register,.

Now it's separate to enable better AVR compatibility

Simple_io, which is used for LEDs and pushbuttons, will continue working as before. GPIO is more complex than simple_io, as it supports bidirectional pins and interrupts

Old bitstreams currently don't yet follow latest GPIO change introduced in our arduino core. It will take some time until we to compile them all and distribute

In the meantime quick fix is to compile fresh f32c bitstream from github source