stellaris/led_blink.git
2012-12-23 Matt MullinsUse LED to display the bits received from UART
2012-12-23 Matt MullinsDEN (Digital ENable) is required for digital I/O
2012-12-23 Matt MullinsSend two chars per second through UART for testing
2012-12-23 Matt MullinsUART stuff doesn't work for some reason.
2012-12-23 Matt MullinsRename to main.c, prepare for other testing
2012-12-23 Matt MullinsAdd -f to rm so that cleaning twice doesn't error.
2012-12-23 Drew FisherAdd -mthumb to CFLAGS to force Thumb mode
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.