1
0
mirror of git://projects.qi-hardware.com/f32xbase.git synced 2024-06-29 00:07:39 +03:00
C8051F32x firmware infrastructure, Firmware modules for Silicon Labs C8051F32x USB microcontrollers http://projects.qi-hardware.com/index.php/p/f32xbase/
Go to file
Werner Almesberger 1c7150cce8 Registers and register values are now CPU-specific.
- fw/common/regs.h: split into C8051F326-specific regs-f326.h and shared
  regs-f32x.h
- fw/common/regs-f320.h: C8051F320-specific registers and values
2010-08-23 14:26:01 -03:00
f32x f32x/ - firmware uploader for the C2 protocol. From IDBG. 2010-08-13 08:46:38 -03:00
fw Registers and register values are now CPU-specific. 2010-08-23 14:26:01 -03:00
include/f32xbase Added library for items commonly shared among tools. 2010-08-20 14:21:39 -03:00
lib Put libraries at end of linker invocation to make it work with local 2010-08-20 16:16:13 -03:00
COPYING.GPLv2 README and GPLv2. 2010-08-13 09:03:17 -03:00
README Put libraries at end of linker invocation to make it work with local 2010-08-20 16:16:13 -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