When i add the upd module to my RIOT application, the size of the code
raises up to 114 kB.
I compile it for the spark core which have a 128 kB flash memory. But the
firmware for the spark
already uses 20 KB, so the code size is to big.

I've seen when i add the upd module to the hello world example and compile
it for the spark, the code size raises up to 100 kB.
Is there a way to minimize the code size and use the upd module?

I also recognized that some drivers like the uart drivers use floating
point operations, which is horrible for the code size because the ARM
Cortex M3 processor of the spark haven't a floating point unit so the
operations must be simulated by software.
Does exist a fix for that in newer versions?

Greetings,

Andreas
_______________________________________________
users mailing list
[email protected]
http://lists.riot-os.org/mailman/listinfo/users

Reply via email to