Basic offline compiling library

Didn't find the original posting, but here they are again. Using CMSIS and ARM EABI GNU Toolchain on Eclipse worked with these.

/media/uploads/yumyumbird/minimal_libraries.zip

this is an example how it works:

#include "newlibMinimal.h"
#include "Serial.h"
....

SerialInit(UART0, 9600);
Putst("Hello World");


Please log in to post comments.