|
From: Kyle M. (qDot) <ky...@no...> - 2008-10-29 06:20:34
|
The main firmware loading function now takes a char*. This means you can pack firmware into an executable whatever way you see fit (binary as string literal, ld + blob, etc...). I've also left in the file loading functions for completeness sake. I'll probably pack firmware with binary distributions of programs from now on. I'll also be including headerized versions of the firmware in the source tree, since it doesn't change that much anyways. |