stellaris/led_blink.git
2012-12-23 Matt MullinsUse SysTick instead of a busy loop to blink the LED...
2012-12-23 Matt MullinsSet up the system clock to use crystal, and PLL to...
2012-12-23 Matt MullinsAdd some empty asm("") blocks to spin() to thwart optim...
2012-12-23 Matt MullinsAdd clean target to Makefile
2012-12-23 Matt MullinsRefactor spin loops, to prepare for global -O3
2012-12-23 Matt MullinsBlinks an LED from the reset ISR
2012-12-23 Matt MullinsAdd Makefile.
2012-12-23 Matt MullinsNull (infinite loop) ISR table and linker script.