Skip to content

alvarop/arm-gcc-barebones

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arm-gcc-barebones

Quick project to get gcc-arm working for my LPC1768. The result is a combination of a makefile, linker file, and a few c files to get started.

I started by exporting a simple blinky program from the MBED online compiler. It generated the makefile and supplied all additional needed files.

Once I tested by compiling myself and running the blinky, I began removing MBED stuff and replacing it with plain old C. Eventually, I was able to remove all the precompiled MBED libraries.

You can look through the commit history to see what I did. :-)

NOTES:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published