Mount JFFS2 Image
Saturday, October 25, 2008
Example of how to mount a JFFS2 image using mtdblock.
Some people will die for love,
Others will die because they lost it.
Code Snippets
An assorted list of code snippets.
Using Arrays with Macros by digitalpeer, updated Friday, July 1, 2005
An attempt to interface with arrays and provide bounds checking using macros in C.
Print Hex and Bits by digitalpeer, updated Tuesday, June 21, 2005
Print the hex and binary representation of memory in C.
Debug Macros by digitalpeer, updated Wednesday, May 18, 2005
Some C/C++ debug macros I commonly use including one that demonstrates variable argument function macros.