Commit Graph

26 Commits

Author SHA1 Message Date
Mariano Alvira
948478193e checkpoint 2010-02-21 10:25:22 -05:00
Mariano Alvira
c4f6aa459e checkpoint -- reorganizing and fixing errors 2010-02-20 09:33:28 -05:00
Mariano Alvira
8c17fc36d1 starting libmc1322x.a 2009-12-15 14:18:48 -05:00
Mariano Alvira
e340e234c6 clean up 2009-11-04 17:30:18 -05:00
Mariano Alvira
a75f1c4437 a few little cleanups to the makefile 2009-11-04 15:48:09 -05:00
Mariano Alvira
d8a8d529bc Sleep works now. Make sure to turn the radio off first. 2009-05-12 17:19:57 -04:00
Mariano Alvira
bc59b04bbf sleep tests. 2009-05-11 15:52:30 -04:00
Mariano Alvira
c0b912dca2 flash and burn
completely untested.
2009-05-08 12:32:14 -04:00
Mariano Alvira
48732b5379 nvm write test 2009-05-05 13:43:53 -04:00
Mariano Alvira
2288c9e2ff better way to do irqs 2009-04-24 15:42:15 -04:00
Mariano Alvira
8964c60d9a enabling thumb only enter user mode in tmr-ints.
usermode breaks rftests.
2009-04-22 16:06:35 -04:00
Mariano Alvira
bdbf279d0f tmr imts works. I'm not thrilled with how the interrupts and modes are
set... but I'm not sure what to do about it. The big problem is that I
have to be in user mode to service irqs, but I can't enable and
disable F and I in usermode. All I can do is an swi and then have
handler which lets me enable or disable them (like a mini-syscall).
2009-04-22 14:55:40 -04:00
Mariano Alvira
09b15558a1 preliminary interrupts. looks like it is entering the isr but isn't
leaving correctly.
2009-04-20 18:31:13 -04:00
Mariano Alvira
28c1ed2105 added function sections and long-calls 2009-04-20 15:43:24 -04:00
Mariano Alvira
d25385d2aa blink blue but with the timer. 2009-04-20 14:15:24 -04:00
Mariano Alvira
424761f23d initial try at init entry execution 2009-04-16 10:51:20 -04:00
Mariano Alvira
721173449c startup code 2009-04-15 15:03:47 -04:00
Mariano Alvira
f4312f7cf6 I think this dis. output is better. 2009-04-15 14:15:31 -04:00
Mariano Alvira
6c40e18b03 ok. I think this is right. 2009-04-15 14:02:39 -04:00
Mariano Alvira
d75d9d98f5 This makefile seems to do better. 2009-04-15 13:40:21 -04:00
Mariano Alvira
ef276e336c lots of code. Still doesn't work though.
Thanks Jim!
2009-04-02 18:05:13 -04:00
Mariano Alvira
b77fb10e63 multiple tests work now.
added blink code for all the leds.
2009-03-30 10:01:14 -04:00
Mariano Alvira
583e00d2d9 checkpoint... working on multiple test objects. 2009-03-29 09:42:20 -04:00
Mariano Alvira
3d10558496 changed name over to test-blink.c
removed hardcoded source name from the linker script
2009-03-29 09:35:10 -04:00
Mariano Alvira
668ab46fa2 new makefile should let me have multiple targets 2009-03-29 09:28:29 -04:00
Mariano Alvira
77b920ffaa initial commit.
includes test code that toggles pin 26 and a perl script that loads
the code over UART1.
2009-03-27 16:00:10 -04:00