URL
https://opencores.org/ocsvn/gecko3/gecko3/trunk
Subversion Repositories gecko3
[/] [gecko3/] [trunk/] [GECKO3COM/] [gecko3com-fw/] [ChangeLog] - Rev 17
Go to most recent revision | Compare with Previous | Blame | View Log
2008-Nov-21 Christoph Zimmermann <zac1@bfh.ch>
* firmware/lib/ser.c
added library functions for rs232 communication. based on a source
code provided by sdcc, modified to use the fast baudrate generator
of the FX2
* firmware/include/debugprint.h
macro definitions to send debug messages to stdout using the
printf_small function. (you have to provide your own putchar and
getchar function as explained in the sdcc documenttion).
it provides different levels of output messages, you can select
the desired level in the make file. all unused function calls are
removed by the preprocessor
2006-Nov-19 Christoph Zimmermann <zac1@bfh.ch>
* firmware/src/Makefile.unix
fixed the last error in the make file. the order of the object
files is now correct for the linker (the irq vector tables have to
come first). original usrp fw is now working on the dev board
#
# Copyright 2008 MicroLab (Berne University of Applied Science)
#
# This file is part of GECKO3COM
#
# GECKO3COM; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
# GECKO3COM is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GNU Radio; see the file COPYING. If not, write to
# the Free Software Foundation, Inc., 51 Franklin Street,
# Boston, MA 02110-1301, USA.
#
Go to most recent revision | Compare with Previous | Blame | View Log