Hi!
When it comes to microcontrollers, I am a kind of "control freak". I don't like hundreds of things working simultaneously without me knowing. I was horrified to see how much gets compiled for a simple blinking of a LED, resulting in a codesize of more than 14 kB!
I want to start with the bare metal and then add a few things, but only those that I need and understand.
Unfortunately, I have almost no experiences with setting up toolchains, so I was not successful with modifying the supplied Makefile to get rid of all libmaple and wiring and still keep the linker happy.
Could anyone help me here with a minimal Makefile?