cinco icon indicating copy to clipboard operation
cinco copied to clipboard

Port of Arduino environment for Freedom E 300 Dev Kit & HiFive Board

Results 9 cinco issues
Sort by recently updated
recently updated
newest added

The delivery content: - Cinco on Windows (see README for installation instructions) - Arduino core code improvements and optimizations (clocks and delays accuracy, code size reduction, interrupts, missed APIs and...

Is this project retired? If not, how can we get things rolling again?

I get the same error on Linux and Mac when I try to upload the blink sketch. Im using Arduino IDE 1.8.5. Is there only a specific version supported? >...

The Wire library says that it will be completed soon, and it is isn't usable yet.

The interrupt handling functions are defined in the sys/isr.h, but this isn't included here and that fails with compiler errors when it is used. Including it here solves the problem.

Based on the code in WInterrupts.c/__initialize() this seems to be an appropriate way to enable/disable interrupts.

As with the Darwin version of `openocd` (see issue #23) the Linux binaries are going to expect to find `libusb` *somewhere*. For *all* Linux users, this means they have to...

The pre-built openocd binary (as of commit 9bab0782) for Darwin fails to work if the user doesn't have libusb installed in /usr/local/opt/. otool -L openocd shows that it has been...

See https://forums.sifive.com/t/arduino-ide-attachinterrupt/392/6 Should: - implement noInterrupts() and interrupts() functions. Also in Arduino land it is assumed that interrupts are enabled. - Handle the "acknowledgement" of GPIO pin interrupts inside the...