Source_for_123XREF_firmware-1.1.0d

所属分类:单片机开发
开发工具:C/C++
文件大小:96KB
下载次数:30
上传日期:2012-01-13 20:32:12
上 传 者3546814
说明:  ADS1232REF 固件源代码,版本1.0
(ADS1232REF firmware source code version 1.0.0)

文件列表:
ads1232ref_fwsrc_1.1.0d\BUILD.txt (2244, 2007-08-09)
ads1232ref_fwsrc_1.1.0d\CHANGELOG (3835, 2007-08-09)
ads1232ref_fwsrc_1.1.0d\src (0, 2007-08-09)
ads1232ref_fwsrc_1.1.0d\src\ads1232.c (4782, 2007-08-09)
ads1232ref_fwsrc_1.1.0d\src\ads1232.h (672, 2007-08-09)
ads1232ref_fwsrc_1.1.0d\src\anyl.c (4558, 2007-08-09)
ads1232ref_fwsrc_1.1.0d\src\anyl.h (1255, 2007-08-09)
ads1232ref_fwsrc_1.1.0d\src\common.h (740, 2007-08-09)
ads1232ref_fwsrc_1.1.0d\src\config.c (8865, 2007-08-09)
ads1232ref_fwsrc_1.1.0d\src\config.h (1593, 2007-08-09)
ads1232ref_fwsrc_1.1.0d\src\console.c (5433, 2007-08-09)
ads1232ref_fwsrc_1.1.0d\src\core.c (7845, 2007-08-09)
ads1232ref_fwsrc_1.1.0d\src\debug.c (2874, 2007-08-09)
ads1232ref_fwsrc_1.1.0d\src\disp.c (4797, 2007-08-09)
ads1232ref_fwsrc_1.1.0d\src\disp.h (1225, 2007-08-09)
ads1232ref_fwsrc_1.1.0d\src\flash.c (3211, 2007-08-09)
ads1232ref_fwsrc_1.1.0d\src\flash.h (1056, 2007-08-09)
ads1232ref_fwsrc_1.1.0d\src\FreeRTOSConfig.h (2909, 2007-08-09)
ads1232ref_fwsrc_1.1.0d\src\heap_1.c (4220, 2007-08-09)
ads1232ref_fwsrc_1.1.0d\src\keys.c (2756, 2007-08-09)
ads1232ref_fwsrc_1.1.0d\src\keys.h (2150, 2007-08-09)
ads1232ref_fwsrc_1.1.0d\src\lcd.c (4907, 2007-08-09)
ads1232ref_fwsrc_1.1.0d\src\lcd.h (455, 2007-08-09)
ads1232ref_fwsrc_1.1.0d\src\main.c (2416, 2007-08-09)
ads1232ref_fwsrc_1.1.0d\src\Makefile (2851, 2007-08-09)
ads1232ref_fwsrc_1.1.0d\src\nconv.c (3210, 2007-08-09)
ads1232ref_fwsrc_1.1.0d\src\nconv.h (3615, 2007-08-09)
ads1232ref_fwsrc_1.1.0d\src\nconv.s (1831, 2007-08-09)
ads1232ref_fwsrc_1.1.0d\src\os (0, 2007-08-09)
ads1232ref_fwsrc_1.1.0d\src\os\include (0, 2007-08-09)
ads1232ref_fwsrc_1.1.0d\src\os\include\FreeRTOS.h (4081, 2007-08-09)
ads1232ref_fwsrc_1.1.0d\src\os\include\list.h (10894, 2007-08-09)
ads1232ref_fwsrc_1.1.0d\src\os\include\portable.h (2709, 2007-08-09)
ads1232ref_fwsrc_1.1.0d\src\os\include\portmacro.h (4535, 2007-08-09)
ads1232ref_fwsrc_1.1.0d\src\os\include\projdefs.h (1799, 2007-08-09)
ads1232ref_fwsrc_1.1.0d\src\os\include\queue.h (15028, 2007-08-09)
ads1232ref_fwsrc_1.1.0d\src\os\include\semphr.h (9628, 2007-08-09)
ads1232ref_fwsrc_1.1.0d\src\os\include\task.h (29028, 2007-08-09)
ads1232ref_fwsrc_1.1.0d\src\os\LICENSE.txt (20706, 2007-08-09)
... ...

============================================= ADS1232REF firmware source code version 1.0.0 ============================================= (c) 2005-2006 Texas Instruments Inc. except FreeRTOS which is (c) 2003-2005 Richard Barry This directory contains the source code for the firmware for the ADS1232REF demonstration board. Files included -------------- * README.txt -- this file * BUILD.txt -- instructions for building the source code * CHANGELOG -- list of changes for each version * src/os/LICENSE.txt -- license for FreeRTOS (also see below) * src/ -- directory containing source files Examining the source files -------------------------- The source files are in Unix text format. To examine them in Windows, use a suitable text editor, such as WordPad or jEdit. Notepad cannot view the source files. Some other text files in this package are also in Unix text format. Those files with a .txt extension are in Windows text format and can be viewed with Notepad. Building the firmware --------------------- This firmware can be built under most operating systems using freely available software. For build instructions, see the file BUILD.txt. FreeRTOS -------- This firmware uses a real-time operating kernel called FreeRTOS. All of the FreeRTOS code is in src/os/, except for the file src/FreeRTOSConfig.h. A copy of the GPL is included in src/os/LICENSE. This kernel is licensed under the GNU General Public License as follows: FreeRTOS V3.0.0 - Copyright (C) 2003 - 2005 Richard Barry. This file is part of the FreeRTOS distribution. FreeRTOS is free software; 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 2 of the License, or (at your option) any later version. FreeRTOS 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 FreeRTOS; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA A special exception to the GPL can be applied should you wish to distribute a combined work that includes FreeRTOS, without being obliged to provide the source code for any proprietary components. See the licensing section of http://www.FreeRTOS.org for full details of how and when the exception can be applied. ************************************************************************** See http://www.FreeRTOS.org for documentation, latest information, license and contact details. Please ensure to read the configuration and relevant port sections of the online documentation. **************************************************************************

近期下载者

相关文件


收藏者