VirtualTam's bookmarks
68 bookmarks found
-
-
Docker + Golang = <3
2016-09-20 Build Go projects on-the-fly inside throwable containers
-
FreeRTOS on Linux
2016-09-06 - https://stackoverflow.com/questions/13442211/compiling-freertos-with-gcc-app-code-with-g
- https://github.com/sean93park/freertos-linux
- https://sourceforge.net/projects/freertos/
- https://github.com/virtualtam/freertos
- http://www.pezzino.ch/freertos-hello-world/
- https://stackoverflow.com/questions/10542618/building-freertos-for-x86
-
Travis CI and Modern C++ | Blog
2016-04-10 -
1for i in $(find /usr/lib -type f -name '*.so.*'); do 2 nm -D $i | grep MY_SYMBOL; 3 [[ $? -eq 0 ]] && echo $i; 4done
adapted from http://narkive.com/a1rT9Efg.8
-
The ultimate howto for compiling a rt-patched linux kernel and activate thread IRQs! Also, a must-read for M-Audio Fast Track Pro owners