mirror of
git://projects.qi-hardware.com/f32xbase.git
synced 2024-11-23 20:25:01 +02:00
C8051F32x firmware infrastructure, Firmware modules for Silicon Labs C8051F32x USB microcontrollers
http://projects.qi-hardware.com/index.php/p/f32xbase/
b1d1fcc4ba
Fixing it lest if gets copied and lives on elsewhere. Note that it may still be necessary to add a small negative correction (in the order of -0.1 mm) to compensate for deflection of the workpiece. - c2usb/cam/pcb.pl ($d): there are 25.4 mm in an inch, not 2.54 - c2usb/cam/pcb.pl ($d): the endmill used has a diameter of 35 mil, not 8 mil - c2usb/cam/pcb.p ($r): don't apply correction for imagined mechanical issues (now what we're working with correct values) |
||
---|---|---|
c2ben | ||
c2usb | ||
f32x | ||
fw | ||
include/f32xbase | ||
lib | ||
BOOKSHELF | ||
COPYING.GPLv2 | ||
Makefile | ||
README |
F328Xbase - C8051F32x firmware infrastructure ============================================= Copyright 2008-2010 Werner Almesberger The files in this package are distributed under the terms of the GNU General Public License (GPL), either version 2, or (at your option) any later version. The full text of the license is included in the file COPYING.GPLv2. This project is a collection of firmware modules for the Silicon Labs C8051F32x series of microcontollers. This includes part of a USB stack and a DFU-capable boot loader. Overview -------- To do Directory organization ---------------------- fw/ Firmware sources boot/ DFU-capable boot loader common/ Code shared between boot loader and applications example/ A very simple example application f32x/ Flash programmer using the C2 protocol Compilation ----------- To do