So if you grab the current source code from GitHub and enable the HACKADAY_1K and the V2 macros, here's what you get (using avr8-gnu-toolchain-darwin_x86_64):
Note that the only two numbers that matter are "text" and "data." The "bss" is uninitialized RAM allocation, and "dec" is the sum of all three. 1010+0 < 1024, QED. If you undef V2, the result is a text segment of 1018 instead of 1011 - still within the allowed range.
This assumes that you consider both the display controller and the GPS receiver module as out-of-scope. By my reckoning, they should not count, but in the end it's a matter for the judges.
This is the final result:
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.