-
david_benn changed the public information on the PIC C Library project.
2009-09-17 15:21:00 UTC by david_benn
-
The sound code should be more closely looked at since it is one of the least used parts of the library and perhaps the most prototypical.
2007-05-21 14:26:51 UTC by david_benn
-
Ask Victor Lu if he is still willing to have his IR library code added.
2007-05-21 14:00:46 UTC by david_benn
-
Add a library for I2C.
2007-05-21 13:59:35 UTC by david_benn
-
Consider using configure to handle differences in PATH section in makefiles.
2007-05-21 13:58:49 UTC by david_benn
-
This was filed under "nobody". I (david_benn) wasn't logged in at the time.
2007-05-21 13:57:21 UTC by david_benn
-
Add further conditional compilation for other compilers, e.g. CC5X? This is potentially and endless task.
2007-05-21 13:55:31 UTC by david_benn
-
The timing library code assumes a 4 MHz clock and is PIC specific. Make more flexible. One possibility is to write a Perl script to generate the appropriate code. But still, this can be very compiler specific.
2007-05-21 13:52:09 UTC by david_benn
-
The way LIBR is used in the makefiles is not generic, specifically, we have occurrences of "$(LIBR) r". Fix.
2007-05-21 13:48:51 UTC by david_benn
-
Some of the code in the Str library could be more space efficient. In a couple of cases, two buffers are used where there should only be one.
2007-05-21 13:45:10 UTC by david_benn