Commit graph

295 commits

Author SHA1 Message Date
Mariano Alvira 8bd9f182d4 link objects in as archives so only what we need gets linked.
Add an option to build objects without space resevered for rom calls.
2010-03-02 14:32:34 -05:00
Mariano Alvira 4a61c10879 updated todo list 2010-03-02 10:40:34 -05:00
Mariano Alvira 225fb3e553 fix these for the putchr and putstr name changes 2010-03-02 10:39:47 -05:00
Mariano Alvira 52bd134d4a Added ROM_VAR targets 2010-03-02 10:39:23 -05:00
Mariano Alvira 0187cfbf93 Now you can build targets with or without the reserved ROM var space. 2010-03-02 10:38:32 -05:00
Mariano Alvira d5b20ddce5 renamed libmc1322x to lib 2010-03-02 09:51:58 -05:00
Mariano Alvira 4a42f24be5 better name 2010-03-01 23:04:05 -05:00
Mariano Alvira 34b4107b9d It would be nice to not unecessarily use rom data vars. 2010-03-01 22:09:35 -05:00
Mariano Alvira 8c742bc9c8 add -Werror back it and fix all the errors. 2010-03-01 22:07:43 -05:00
Mariano Alvira ff146c7e9f add jim's map2dot tool 2010-03-01 18:02:46 -05:00
Mariano Alvira 58561f5b71 build lib with thumb 2010-03-01 18:02:29 -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 de4080c359 removed bad touch 2010-03-01 14:30:19 -05:00
Mariano Alvira 38687cd409 Merge branch 'master' of git://git.devl.org/git/malvira/libmc1322x 2010-03-01 13:05:29 -05:00
Mariano Alvira 1cc1ec5d60 need to fix deps and board.h link generation 2010-03-01 13:05:10 -05:00
Mariano Alvira 0a51c610d4 econotag and usb boards 2010-03-01 13:04:53 -05:00
Mariano Alvira 5f754e185b add econotag and usb boards 2010-03-01 13:03:05 -05:00
Mariano Alvira eb94e7daaf add ref. crystal trimming. 2010-03-01 13:01:51 -05:00
Mariano Alvira f113136745 small clarifications to the README. 2010-02-28 09:17:58 -05:00
Mariano Alvira 78be082b3c Add a readme to explain how to use this new build system and how to
incorporate libmc1322x into your projects as a submodule.
2010-02-27 18:20:34 -05:00
Mariano Alvira ef5a7b57d5 clean the current directory also (incase mc1322x is a submodule) 2010-02-27 15:42:28 -05:00
Mariano Alvira cc99d5326f overall cleanup 2010-02-27 13:46:53 -05:00
Mariano Alvira 177606cef3 cleaned up rftest-tx. 2010-02-26 18:27:58 -05:00
Mariano Alvira d36264ef9e fix broken build system (since I moved put) 2010-02-26 18:19:10 -05:00
Mariano Alvira 97bd011d28 forgot to add these 2010-02-26 18:13:21 -05:00
Mariano Alvira 205b53787e cleaned up rftest-rx a little 2010-02-26 17:44:39 -05:00
Mariano Alvira d0f8336f13 sleep.
had to comment out radio_off since I don't have the maca stuff moved
over yet.
2010-02-26 16:37:20 -05:00
Mariano Alvira d3fed95235 tmr-ints 2010-02-26 16:15:26 -05:00
Mariano Alvira cd5e5b1706 tmr 2010-02-26 15:35:57 -05:00
Mariano Alvira a2b51b0e3c add flasher 2010-02-26 14:51:01 -05:00
Mariano Alvira 383a965c21 add romimg 2010-02-26 14:22:41 -05:00
Mariano Alvira 6309b16235 config is in config.h now 2010-02-26 14:22:28 -05:00
Mariano Alvira 64824b4ebc place all the config into config.h 2010-02-26 14:21:46 -05:00
Mariano Alvira 87cd9c7a36 update build system for board specific code that's 'local' to the
program you are building.

update tests to consolidate common code.
2010-02-26 14:04:10 -05:00
Mariano Alvira a791be393b update nvm-write 2010-02-26 13:03:37 -05:00
Mariano Alvira 8f6e672cc0 fix warnings 2010-02-26 12:53:21 -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 59dca22769 clean up default_vreg_init 2010-02-26 07:30:53 -05:00
Mariano Alvira bfe8814c90 makefile hints 2010-02-26 07:16:06 -05:00
Mariano Alvira 0c4f5c61ef need a way to run board specific lowlevel inits
like for vreg. this is a start.
2010-02-24 18:47:53 -05:00
Mariano Alvira 9a4a1a04d0 uart1.h 2010-02-24 18:47:19 -05:00
Mariano Alvira 637c9ddab2 cleaned up uart1-loopback 2010-02-24 14:45:45 -05:00
Mariano Alvira 3342c647d0 removed extra line 2010-02-24 14:45:26 -05:00
Mariano Alvira e38f9db224 force links 2010-02-24 13:35:46 -05:00
Mariano Alvira 289a839161 finish blink tests 2010-02-24 13:35:37 -05:00
Mariano Alvira f79c71153a now running just 'make' builds all the targets for all the boards. 2010-02-23 18:54:50 -05:00
Mariano Alvira dc9473a228 cleanup main makefile 2010-02-23 18:27:12 -05:00
Mariano Alvira 95dccba797 update blinks 2010-02-23 18:19:38 -05:00