1
0
mirror of git://projects.qi-hardware.com/f32xbase.git synced 2024-11-23 20:55:54 +02: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 88fa3ad057 Improved chip identification, added C8051F34x support, some cleanup.
- f32x/f32x.c (identify_chip, identify, main): identify the chip and print
  its name
- f32x/f32x.c (identify): exit if communication is unstable already during
  chip identification
- f32x/f32x.c (chips): added the C8051F34x
- f32x/f32x.c (determine_layout, main): determine memory layout based on
  flash size
- f32x/f32x.c (usage, main): new option  -k flash_kb  to set/override the
  flash size
- f32x/f32x.c (LOCK_BYTE, protect, need_layout, main): use memory layout
  determined at run-time instead of hard-coded layout
- f32x/f32x.c (main): throw an error of -p is used without flashing
- f32x/f32x.c: added section titles and rearranged the order of some
  functions
2010-11-07 01:52:19 -03:00
c2ben Moved c2ben/components/usd-card.lib to kicad-libs project 2010-11-02 11:04:06 -03:00
c2usb c2usb/cam/pcb.pl: fix bogus tool parameters 2010-10-22 04:12:36 -03:00
f32x Improved chip identification, added C8051F34x support, some cleanup. 2010-11-07 01:52:19 -03:00
fw Introduce PLATFORM_ENTER, replacing the old PLATFORM_SETUP for DFU mode 2010-08-25 04:30:28 -03:00
include/f32xbase f32xbase didn't build on ancient Gentoo due to missing include. 2010-08-24 06:44:44 -03:00
lib lib/usb.c (open_usb): Stupid beginner's mistake: wrong operator precedence due 2010-08-25 17:26:43 -03:00
BOOKSHELF Add DFU to BOOKSHELF. Add MMC driver unloading instructions to f32x/README 2010-11-05 22:00:13 -03:00
COPYING.GPLv2 README and GPLv2. 2010-08-13 09:03:17 -03:00
Makefile Added BOOKSELF and dsv setup procedure. 2010-10-08 03:55:02 -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