Recently I returned to write vhdl code again and faced against problem how to share project among other developers. Of course we need to track any changes and have ability to store project settings (like chip version, pin, etc). Quartus creates bunch of binary and log files, so what should we store and that not.
Thursday, June 20, 2013
Monday, May 6, 2013
Monday, March 11, 2013
cygwin and tar
It was really hard battle. I have ant script with some ivy deps. deps in tar format and I use full path to untar it.
Thursday, March 7, 2013
android-ndk-profiler tweaks
Recently I need to check our software with profiler. I think everyone knows about gprof and Android as Linux small brother has it too. So android-ndk-profiler really usefull thing, but if one use ndk-build script (standart build scripts from NDK) soon one will see that sources stripped...
Thursday, January 24, 2013
Android JNI tips
So many time I thought - wtf with this function signature. Then I found that I can copy signature from .class file. And it was success.
Tuesday, December 11, 2012
git-svn cheat list 2
Small additional about svn git after this one. Sometimes I have svn repo with huge amount of commits (for now I have svn repo with about 50000 commits), clone it is a REAL pain.
Friday, November 30, 2012
Android native activity with Java classes
For some reason I was need to create native activity and bind Java class into it (btw after I done it I realized that it wont help me).
Subscribe to:
Posts (Atom)