core-common-lib icon indicating copy to clipboard operation
core-common-lib copied to clipboard

Upgrade CC3000 Host Driver to 1.12

Open towynlin opened this issue 10 years ago • 1 comments

Merge must be done very carefully because we have modified the host driver. git diff and git blame can be helpful commands here, e.g., git blame -L 880,922 socket.c would show that most of simple_link_recv had not changed since August 2013, but that lines 906-916 changed in February 2014.

See http://processors.wiki.ti.com/index.php/CC3000_Release_Notes

towynlin avatar Apr 23 '14 16:04 towynlin

Used "Winmerge" utility to manually merge the differences. Tested using the latest patch. Everything seems to be working normal. Will test further before letting you know if this can be merged with the master.

satishgn avatar Apr 24 '14 10:04 satishgn