1
0
mirror of https://github.com/Optiboot/optiboot.git synced 2025-09-04 12:02:07 +03:00
westfw 0582897987 Implement a check of the specified baud rate,
so that the user can see whether it's going to be reasonably
accurate or not.  There are two parts to this:
1) Use of #error and #warning in optiboot.c, for when the error is large.
2) Since you can't get the compiler to spit out actual numbers, create a
   new target "baudcheck" that does.  This is somewhat complicated by the
   possibile non-availability of the usual development tools in the user
   environment, so baudcheck.c is run through the avr-gcc preprocessor, and
   produces a shell script.

http://code.google.com/p/optiboot/issues/detail?id=79
2013-03-15 22:55:26 -07:00
Description
Маленький и быстрый загрузчик для Arduino и других чипов Atmel AVR
GPL-2.0 2 MiB
Languages
C++ 60.9%
C 30%
Shell 5%
Makefile 3.2%
Batchfile 0.9%