mirror of
git://projects.qi-hardware.com/f32xbase.git
synced 2024-11-04 23:52:50 +02:00
fa7fb48296
libraries. Some minor cleanup. - lib/Makefile.common: introduced LDLIBS to place libraries at the end of the $(LD) command line - lib/Makefile.common: put spaces around assignments - README: added short name of project to title
37 lines
845 B
Plaintext
37 lines
845 B
Plaintext
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
|