stellaris/led_blink.git
11 years agoUse SysTick instead of a busy loop to blink the LED once per second
Matt Mullins [Sun, 23 Dec 2012 05:59:45 +0000 (21:59 -0800)]
Use SysTick instead of a busy loop to blink the LED once per second

11 years agoSet up the system clock to use crystal, and PLL to 80MHz
Matt Mullins [Sun, 23 Dec 2012 04:53:09 +0000 (20:53 -0800)]
Set up the system clock to use crystal, and PLL to 80MHz

11 years agoAdd some empty asm("") blocks to spin() to thwart optimizations
Matt Mullins [Sun, 23 Dec 2012 04:07:06 +0000 (20:07 -0800)]
Add some empty asm("") blocks to spin() to thwart optimizations

11 years agoAdd clean target to Makefile
Matt Mullins [Sun, 23 Dec 2012 03:50:15 +0000 (19:50 -0800)]
Add clean target to Makefile

11 years agoRefactor spin loops, to prepare for global -O3
Matt Mullins [Sun, 23 Dec 2012 03:49:41 +0000 (19:49 -0800)]
Refactor spin loops, to prepare for global -O3

11 years agoBlinks an LED from the reset ISR
Matt Mullins [Sun, 23 Dec 2012 02:57:24 +0000 (18:57 -0800)]
Blinks an LED from the reset ISR

11 years agoAdd Makefile.
Matt Mullins [Sun, 23 Dec 2012 01:26:56 +0000 (17:26 -0800)]
Add Makefile.

11 years agoNull (infinite loop) ISR table and linker script.
Matt Mullins [Sun, 23 Dec 2012 01:19:03 +0000 (17:19 -0800)]
Null (infinite loop) ISR table and linker script.