For an Atmel based Arduino, file size limitations are based on actual program space and ram available. An Arduino Uno has much less than an Arduino Mega. The Galileo has no such constraints; there is no hardware division between program space and ram, and the sketch runs in an emulator. The 256K limit is arbitrary. I know of no way to increase it though. 256K is bigger than any sketch I have seen.
↧