Commit Graph

16 Commits

Author SHA1 Message Date
Markus Hitter b7cd9859c4 Rename config.h.dist to something with a .h suffix.
This eases working with colouring text editors and is more
consistent with all those board-specific configs.
2011-10-23 19:51:45 +02:00
Jim McGee 86a34ad5a2 Eliminates overflow in the delayMicrosecondsInterruptible
function.

Inline delay functions and change base function to
use __builtin_avr_delay_cycles(). Generated delays
are at least as long as the requested delay and
compensate for the system clock (based on F_CPU).

Delay functions must be called with constant values.
A compile time error is issued if they are not.

Delay.c removed as it is no longer used.
2011-05-04 20:14:46 -07:00
Vaclav Ax Hula dba296d3d2 Complete project renaming 2011-03-07 13:44:54 +11:00
Ben Jackson 08b516d7f3 Add support for USB serial using the LUFA library.
Configured for at90usb1287 and F_CPU=8000000L this is compatible with
the AT90USBKEY.  Other boards, chips and frequencies require updating
the configuration in lufa_serial/makefile and possibly adding a Board
driver to the LUFA submodule.
2011-03-06 09:18:58 +11:00
Michael Moon d705f46899 more cleanup after name change 2011-02-24 23:48:15 +11:00
Michael Moon b8e6400a2d more README updates 2011-02-21 16:47:00 +11:00
Michael Moon af36737e3b update README 2011-02-21 16:24:21 +11:00
Michael Moon f78a0483d7 make URLs in README easier to find 2011-02-17 11:22:57 +11:00
Michael Moon 096d7dfdf3 Merge release-candidate-triffid branch 2011-01-07 23:09:13 +11:00
Stephan Walter cbf41dd4ad document simulation 2010-10-21 11:05:55 +11:00
Michael Moon c94d2a4f1e mention license in README 2010-10-20 18:18:42 +11:00
Michael Moon 5b36826f50 updated instructions in README 2010-09-27 09:25:48 +10:00
Michael Moon b76f59193f Expanded README some more 2010-09-27 09:06:50 +10:00
Michael Moon bd76a6ce1c Expanded README, updated Makefile header 2010-09-26 11:12:34 +10:00
Michael Moon a8a623de9c wrote some stuff in README 2010-08-10 14:53:48 +10:00
Michael Moon 0c1bda9e7e first commit 2009-12-08 13:59:52 +11:00