microbuilder / LPC810_CodeBase

Open source code base for the ARM Cortex M0+ LPC810 family from NXP
85 stars 43 forks source link

Add gcc Makefile, startup, and linker script #6

Closed kamalmostafa closed 11 years ago

kamalmostafa commented 11 years ago

Requires an arm-none-eabi-gcc toolchain.

Signed-off-by: Kamal Mostafa kamal@whence.com

microbuilder commented 11 years ago

Thanks for the contribution. I merged this, but also made some small changes to the makefile to display a bit more information like the file size, etc., and added a .hex file if people want to program the flash using FlashMagic (which requires a .hex file).

kamalmostafa commented 11 years ago

Looks great -- thanks Kevin.

Also please note the typos on this tutorial page: http://learn.adafruit.com/getting-started-with-the-lpc810/programming-the-lpc810-with-flash-magic ... in two places, the tool "lpc21isp" is misspelled (as "lpc2isp", missing the "1").

-Kamal