Commit Graph

20 Commits

Author SHA1 Message Date
Mariano Alvira
36f213017e use thumb again. 2010-03-08 14:49:58 -05:00
Mariano Alvira
b92dec6ee8 disable thumb for now (gdb isn't working with thumb) 2010-03-04 18:52:22 -05:00
Mariano Alvira
0678e778b1 initial packet error rate test skeleton 2010-03-03 18:48:29 -05:00
Mariano Alvira
8c742bc9c8 add -Werror back it and fix all the errors. 2010-03-01 22:07:43 -05:00
Mariano Alvira
ac0691ea9c initial printf
snprintf blows up the size

printf isn't too small either (about 10KB now)
2010-03-01 17:11:56 -05:00
Mariano Alvira
191e408bb7 auto-gen dependencies 2010-03-01 16:27:58 -05:00
Mariano Alvira
2b4ead0efe turn on more warnings
add -Werror
2010-02-26 12:53:04 -05:00
Mariano Alvira
9a8004c177 working on nvm-read.
fixed lib ordering on link command
2010-02-26 12:37:13 -05:00
Mariano Alvira
8c6336ab52 fix linker flags 2010-02-22 12:38:25 -05:00
Mariano Alvira
4a77cb7d76 this is working kind of correctly.
need to clean it up, get the different boards going and add in the lib
build.
2010-02-22 12:19:39 -05:00
Mariano Alvira
1759ff01a0 getting there... 2010-02-21 18:47:12 -05:00
Mariano Alvira
948478193e checkpoint 2010-02-21 10:25:22 -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
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
28c1ed2105 added function sections and long-calls 2009-04-20 15:43:24 -04:00
Mariano Alvira
02dfccee44 thumb code starts up properly now. 2009-04-15 12:20:21 -04:00
Mariano Alvira
f023a1a8f7 turn on thumb. untested.
make system still links in a lot of unnecessary stuff.
2009-04-15 11:58: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