1
0
mirror of git://projects.qi-hardware.com/f32xbase.git synced 2025-01-30 00:01:06 +02:00
Werner Almesberger 8325a06f61 Small board adjustments, mainly to improve room for isolation.
- c2ben/c2ben.sch: rename VDD net on the header board to VBUS, to prevent
  KiCad from considering it to be the same as VDD(nPD02)
- c2ben/c2ben.brd: make board 40 mil wider to have more room for applying
  isolation (silicone paste)
- c2ben/c2ben.brd: reduce distance from header pad to board edge by 5 mil
  to 40 mil, to increase overlap of pins and pads
- c2ben/cam/pcb.pl: adjusted board size and spacing between boards for
  above changes
2010-10-22 04:40:03 -03:00
2010-08-13 09:03:17 -03:00

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
Description
C8051F32x firmware infrastructure, Firmware modules for Silicon Labs C8051F32x USB microcontrollers
http://projects.qi-hardware.com/index.php/p/f32xbase/
Readme 139 KiB
Languages
C 91%
Makefile 4.7%
Raku 1.6%
Shell 1.5%
Perl 1.2%