summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-12-08Increased version in debian/changelogrelease-test-20150810release-test-0.1release-20160615release-20160531release-20160411release-20160315Ed Bartosh1-0/+6
Change-Id: Ic49555ddc4d72ed837e78b6a953293c412394a34 Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
2013-10-28Support MAC OS X 10.7,10.8jaehoon.you5-4/+34
On OS X the serial device must be opened with O_NONBLOCK flag. Later this flag must be cleared before write operations otherwise only small chunks data can be written at once. Tested on OS X (10.8.4). Author : Piotr Wilczek <p.wilczek@samsung.com> Change-Id: I2b77cf16aacd491af9c94203fe7dfc49ce361516 Signed-off-by: jaehoon.you <jaehoon.you@samsung.com>
2013-10-28Fixed packagingEd Bartosh2-29/+0
No need in Makefile and .dsc file as we're using git-buildpackage service in Jenkins job. Change-Id: Ie417a54693dd9ab4a6b5c372c8563b66a4a6d801 Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
2013-04-25Fixed OpenSUSE 1.23 buildEd Bartosh2-2/+4
Change-Id: I462628a57597e2cc8892bd705fdbf426361cf024 Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
2013-04-25Fixed deb packaging issues found by lintianEd Bartosh2-5/+14
The following changes have been made: - removed libc6-dev from the list of build dependencies as it is build essential - Used real Standard-Version - Used misc:Depends macro - Updated short description - Added long description - Updated package version Change-Id: Ifa1a52d4e2f109255aa4d1ecb68dc166b57ffa42 Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
2013-04-02Change AUTHORSjaehoon.you2-5/+2
Change-Id: Ib2991a1a6844e5a1827268f0fb4a8303c18f8269 Signed-off-by: jaehoon.you <jaehoon.you@samsung.com>
2013-04-02Fix and Add some error messagejaehoon.you1-5/+9
1. In some cases, lthor needs enough memory (Reported by Vyacheslav Barinov in SRR) So, notify message added. 2. fix print format about error message. Change-Id: I42fcea8c21d4183e8909293d2101cebd19ef9dc5 Signed-off-by: jaehoon.you <jaehoon.you@samsung.com>
2013-04-02Add udev rules for supporting Ubuntu 12.10jaehoon.you3-3/+4
In Ubuntu 12.10, modem-manager interrupt and close Tizen device. so, add exceptional udev rules for ttyACM connection. lthor Version 1.2 -> 1.3 Change-Id: I0c88084a8ff0f2e2f39d2b76e6568a81cf1a3e87 Signed-off-by: jaehoon.you <jaehoon.you@samsung.com>
2013-01-30Included udev rules into packagesEd Bartosh6-1/+36
Udev rules set device mode to 0666 in order to give flashing permissions to everyone. This is handy for developers to being able to flash devices from user account. Change-Id: Ibb3ccb6b54c3f3c56df66ad0d17772806f622129 Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
2013-01-28Updated licence informationEd Bartosh2-1/+22
Used Apache 2.0 licence for deb and rpm packaging. Change-Id: I1b54726fa3a13c6752ae76eb3c9f9407708f58f4 Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
2013-01-24[Prevent] fix Tizen 35853, and update authors listjaehoon.you1-2/+3
Tizen 35853 : DEADCODE original code is "assert(chunksize > 0 && chunksize <= trans_unit_size);" (reference send_chunks() : line 125) but chunksize already checked before line:1086 (chunksize <= 0) then, chunksize always bigger than 0 . so, exclamation mark is moved to another location and conditional sentence is switched. Change-Id: I9e5a2f998fb506fd152da856f4c9455f027207a6 Signed-off-by: jaehoon.you <jaehoon.you@samsung.com>
2013-01-23change license file nameChanho Park2-1/+1
This patch changes license file name which has meaning of license. Change-Id: I832a1bfddf65aad2e1765d1b5ba5685f21e39241 Signed-off-by: Chanho Park <chanho61.park@samsung.com>
2013-01-15add license/author informationsChanho Park4-0/+227
This commit adds license files based on APLv2 license. Change-Id: Ie80e337479f31660cf6298f7f3ed25fcee985356 Signed-off-by: Chanho Park <chanho61.park@samsung.com>
2013-01-08[Prevent] fix Tizen 36515,36516,37705 - STRING_OVERFLOW, RESOURCE_LEAKjaehoon.you1-1/+8
Change-Id: I184458fd8419d4e32a9a493f2258dbbdd2637980 Signed-off-by: jaehoon.you <jaehoon.you@samsung.com>
2012-11-21Merge "Added option to check protocol availability"YoungJin Lee1-4/+63
2012-11-12Packaged for Debian and UbuntuEd Bartosh6-1/+39
Change-Id: I5f99117eb0bd506dd1d83d691a0b0e9c5f08c944 Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
2012-11-06Packaged for rpm distrosEd Bartosh3-0/+63
This is a first commit regarding packaging. It implements packaging for RPM. Debian packaging will follow. Change-Id: Ibe45191cd3d06c387c6000c45c1b56ff820d0a87 Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
2012-11-06Added option to check protocol availabilityEd Bartosh1-4/+63
This is a first draft(not working yet) to implement a check for LTHOR protocol. It's needed by our testing software. It should be able to first check if device is in flashable mode and then perform flashing by running lthor <image.tar>. To implement this feature correctly I need your help. Is there any way in THOR protocol to inform the device that it should again wait for handshake? If I just perform handshake and get information from the device it will not be possible to flash it after that, because it will be in active mode, waiting for the commands, not for the handshake. Is it possible to contact you by email or this is the only communication channel I can use? Thank you, Ed Change-Id: Ic4cfa954885408343b5aad20fa805b2788c49ee7 Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
2012-11-02initial commit of lthorYoungJin Lee3-0/+1292
Change-Id: Ifd62a81919f2a88a22b38627dd467d53c5408823
2012-10-31Initial empty repositoryJung Minsun0-0/+0