summaryrefslogtreecommitdiffstats
path: root/src/nolo.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-02nolo: Update comments about unknown bytes in flashing protocolPali Rohár1-6/+10
2020-04-25all: Fix delays for all operationsPali Rohár1-1/+1
2016-12-16all: Fix compilation when u_int*_t are not defined and used by usb.hPali Rohár1-2/+0
2016-12-06all: Revert libusb-1.0 supportPali Rohár1-30/+25
2016-02-21all: Fix usb endpoints after conversion to libusb 1.0Pali Rohár1-4/+1
2016-01-23all: Rename variable readed to sentPali Rohár1-6/+6
2016-01-23all: Switch to libusb-1.0Sebastian Reichel1-26/+34
2014-11-26all: Use internal MEMMEM instead gnu mememPali Rohár1-2/+2
2014-11-26nolo: Check for return buffer sizePali Rohár1-0/+6
2014-11-26all: Use nanosleep (via SLEEP) instead usleepPali Rohár1-1/+1
2014-11-18nolo: Do not call NOLO_ERROR_LOG when not neededPali Rohár1-5/+9
2014-11-18nolo: Fix parsing cmt statusPali Rohár1-6/+17
2014-10-19all: Replace strlen() call on const string with sizeof()-1Pali Rohár1-4/+4
2014-10-19nolo: Check return value of sprintfPali Rohár1-1/+2
2014-10-19nolo: Fix size of snprintf bufferPali Rohár1-2/+2
2013-02-25nolo: Show only first 20 error messages, fix possible infinity loopPali Rohár1-2/+2
2013-02-25nolo: Respect simulate flagPali Rohár1-9/+22
2013-02-04nolo: Implement NOLO error log, for each failed usb operation print error fro...Pali Rohár1-29/+69
2013-01-05nolo: Fix possible reading from uninitialized memoryPali Rohár1-6/+6
2012-11-24nolo: Added support for initfs version stringPali Rohár1-0/+15
2012-11-20nolo: Fix unused parameter warningsPali Rohár1-0/+6
2012-09-23Added macro PRINTF_ERROR_RETURN which working with progressbarPali Rohár1-3/+3
2012-09-23nolo: In nolo_init check if device match to usb device, remove detected_ prefixPali Rohár1-2/+16
2012-09-23nolo: Fixed nolo_get_stringPali Rohár1-1/+4
2012-09-23nolo_get_hwrev and nolo_set_hwrev - use int16_tPali Rohár1-5/+11
2012-09-23nolo: nolo_boot_device - cmdline is constPali Rohár1-2/+2
2012-09-23nolo: Fix cmt info and implement nolo_set_hwrevPali Rohár1-182/+13
2012-09-23nolo: Implemented nolo_set_sw_verPali Rohár1-2/+36
2012-09-22nolo: Fix nolo_send_imagePali Rohár1-2/+4
2012-09-22nolo: Show progressbar and wait when flashing cmtPali Rohár1-1/+66
2012-09-22nolo: Implement loading and flashing imagesPali Rohár1-5/+214
2012-09-22nolo: Implement nolo_set_string and nolo_get_stringPali Rohár1-13/+34
2012-08-12nolo: Respect simulate flagPali Rohár1-0/+9
2012-08-11nolo: Merge functions nolo_boot and nolo_boot_to_update_mode to nolo_boot_devicePali Rohár1-13/+18
2012-08-11nolo: Implement nolo_boot_to_update_modePali Rohár1-5/+11
2012-08-11nolo: Implement setting and getting R&D flags, remove old codePali Rohár1-108/+120
2012-08-11nolo: Make sure that nolo_get_device return valid or unknown devicePali Rohár1-1/+3
2012-08-10nolo: Implement getting all version stringsPali Rohár1-34/+42
2012-08-10nolo: show note about unimplemented functionsPali Rohár1-0/+36
2012-08-10nolo: Remove old codePali Rohár1-291/+26
2012-08-10Fix NOLO communicationPali Rohár1-22/+15
2012-08-10nolo: Start implementing new nolo codePali Rohár1-0/+256
2012-08-10nolo: Prepair new function namesPali Rohár1-1/+1
2012-08-10Remove old hexdup.c codePali Rohár1-3/+1
2012-08-10Fix compilationPali Rohár1-5/+3
2012-08-10Rename utils.c to printf-utils.c, remove unused functionsPali Rohár1-2/+3
2012-08-09Move query.c into nolo.cPali Rohár1-1/+339
2012-08-09Rename flash.c to nolo.cPali Rohár1-0/+229