summaryrefslogtreecommitdiff
path: root/riff
AgeCommit message (Collapse)Author
2012-11-22Bump versionKalle Vahlman
2012-09-03Explicitly mention -lpthread when linking.Marko Saukko
Signed-off-by: Marko Saukko <marko.saukko@jollamobile.com>
2012-09-03Missing include.Marko Saukko
Signed-off-by: Marko Saukko <marko.saukko@jollamobile.com>
2012-06-12Add /usr/include/loadercomm to include pathsKalle Vahlman
2012-05-28Improved error message during HW initSrimanta Panda
A clear error message is displayed when RIFF fails during Hardware initialization phase.
2012-05-28Improved error messages in riffSrimanta Panda
A clear error message is displayed when RIFF fails because of an error from LCD library. RIFF displays an error description related to the error number received from LCD.
2011-10-13Added Windows SupportSrimanta Panda
RIFF will be supported for the Windows platform. It requires libusb-win32 library to build it.
2011-09-16Propagate PREFIX to the code to find the default config fileKalle Vahlman
Now that we can install into PREFIX, we need to reflect that in the location of the default config file.
2011-09-16Return when we can't open the USB deviceKalle Vahlman
Most commonly this means insufficent permissions (ie. for got to use sudo).
2011-06-21Fixed file permissionsOla Borgelin
2011-06-09Riff stabilty fixesOla Borgelin
Add support for files larger than 4 GB and improve stability.
2011-05-20Initial commitKarin Hedlund