Commit graph

195 commits

Author SHA1 Message Date
Mariano Alvira 8ca9a0269e better variable defs.
touch objdir to fix problem where board.h would try to get created
after it's already been created.
2010-02-23 18:14:32 -05:00
Mariano Alvira 2dcaada25a led and gpio cleanup 2010-02-23 17:08:43 -05:00
Mariano Alvira 59391d7529 board.h works now 2010-02-23 15:53:00 -05:00
Mariano Alvira 3cc6896981 fix blink-red 2010-02-23 15:52:46 -05:00
Mariano Alvira 1522b72b1e clean up gpio and leds 2010-02-23 15:16:12 -05:00
Mariano Alvira e825aa8bc9 build libmc1322x.a 2010-02-23 15:01:31 -05:00
Mariano Alvira cd13c5daad set the default goal to be 'all' 2010-02-23 15:01:19 -05:00
Mariano Alvira 66532fd567 don't need entry _start 2010-02-23 15:00:57 -05:00
Mariano Alvira dcc2d5299c for now you must define BOARD.
I'd like it to be though that if board isn't defined then it makes
everything.
2010-02-22 19:18:48 -05:00
Mariano Alvira cad32b268b clean up more 2010-02-22 19:01:18 -05:00
Mariano Alvira e88fad5cdd put object files in OBJDIR 2010-02-22 18:58:45 -05:00
Mariano Alvira 8c6336ab52 fix linker flags 2010-02-22 12:38:25 -05:00
Mariano Alvira afb39de8df add new base makefile 2010-02-22 12:24:56 -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 5adb6413d7 Hi Mar. 2010-02-21 17:34:27 -05:00
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 7700e7b10c invesitgated how OpenOCD flashing should work. 2009-11-02 17:18:02 -05:00
Mariano Alvira d74103afc5 newer kernels need $ob->rts_active(1); 2009-11-02 10:06:29 -05:00
Mariano Alvira c2d5ae331a added TODO item for XTAL_CNTL 2009-10-27 15:09:01 -04:00
Mariano Alvira d247a613b7 Not all pins default to GPIO. Setting func_sel to 3 enables GPIO for
each pin. Do this.
2009-09-17 16:11:19 -04:00
Mariano Alvira 16f680544c adding a test that blinks all the GPIO --- good for testing soldering
jobs.
2009-09-07 14:39:48 -04:00
Mariano Alvira e6d42dc4b2 Merge branch 'master' of git://git.devl.org/git/malvira/mc1322x-tests 2009-08-10 16:53:02 -04:00
Mariano Alvira f4859e129d added error messages for file not found.
Signed-off-by: Mariano Alvira <mar@devl.org>
2009-08-10 16:52:36 -04:00
Mariano Alvira 611370fe58 removing the old hardcoded type stuff from flasher.
doesn't seem to be a problem.

Signed-off-by: Mariano Alvira <mar@devl.org>
2009-08-06 09:56:47 -04:00
Mariano Alvira 427b08f7dc Merge branch 'master' of git://git.devl.org/git/malvira/mc1322x-tests 2009-08-04 10:54:42 -04:00
Mariano Alvira 3d7125e2a9 put rftests back to channel 11
Signed-off-by: Mariano Alvira <mar@devl.org>
2009-08-04 10:54:23 -04:00
Mariano Alvira 5830ea153e localtime instead of gmtime
Signed-off-by: Mariano Alvira <mar@devl.org>
2009-06-22 17:06:17 -04:00
Mariano Alvira 400ea36fce final rftest2pcap script
Signed-off-by: Mariano Alvira <mar@devl.org>
2009-06-22 16:23:36 -04:00
Mariano Alvira 56a75f637f added output of rrdtool lastupdate
Signed-off-by: Mariano Alvira <mar@devl.org>
2009-06-22 16:22:47 -04:00
Mariano Alvira 83b61dde02 Merge branch 'master' of git://git.devl.org/git/malvira/mc1322x-tests 2009-06-22 12:36:31 -04:00
Mariano Alvira e1059a9b15 updated to use the leds on the RedBee hardware and made it a little more general.
Signed-off-by: Mariano Alvira <mar@devl.org>
2009-06-22 12:35:39 -04:00
Mariano Alvira eb758636b3 there was an extra byte, proably because of a newline or something. offset by one for now. Works much better now. Needs more testing.
Signed-off-by: Mariano Alvira <mar@devl.org>
2009-06-16 19:23:20 -04:00
Mariano Alvira 6a1f33a40a Merge branch 'master' of git://git.devl.org/git/malvira/mc1322x-tests 2009-06-16 18:34:19 -04:00
Mariano Alvira 232faa94d2 almost working. 2009-06-16 18:34:00 -04:00
Mariano Alvira c419d7403b generate ctov properly.
Thanks Umberto!

Signed-off-by: Mariano Alvira <mar@devl.org>
2009-05-29 14:50:38 -04:00
Mariano Alvira bf9e762a81 moved crm addresses to crm.h 2009-05-27 15:05:25 -04:00
Mariano Alvira 0696772202 more current data with hobby board. 32kHZ mode doesn't seem to use
much more power than 2kHz.
2009-05-21 17:30:00 -04:00
Mariano Alvira 34c91a6726 this code starts up the 32kHZ clock 2009-05-21 14:52:27 -04:00
Mariano Alvira 292f20c4ea Merge branch 'master' of git://git.devl.org/git/malvira/mc1322x-tests 2009-05-20 20:13:22 -04:00
Mariano Alvira 9f075dcf1a cause TX_ON to flash when transmitting 2009-05-20 20:12:39 -04:00
Mariano Alvira 6cafcc1234 check if $count is defined. 2009-05-18 17:57:21 -04:00
Mariano Alvira 6d75aa1bed added a script that creates a webpage of all the collected data.
has basic naming capabilities.
2009-05-18 17:53:51 -04:00
Mariano Alvira 674af77044 update after creating a new rrd 2009-05-17 18:03:12 -04:00
Mariano Alvira 998313d212 added a tool to enter mesh data from a RIME collect sink into rrd's 2009-05-17 15:33:59 -04:00
Mariano Alvira 2f5b4db582 Merge branch 'master' of git://git.devl.org/git/malvira/mc1322x-tests 2009-05-13 14:16:23 -04:00