Changes between Version 2 and Version 3 of FPGA Board C Library


Ignore:
Timestamp:
Nov 12, 2005, 10:37:01 PM (19 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FPGA Board C Library

    v2 v3  
    11== [source:/trunk/EDK/TAP_Libraries/taplib.c taplib.c] ==
    22This file provides functions for controlling peripherals included on the WARP FPGA board.
    3 
    4 '''{{{int Taplib_appendLog(char *buffer)}}}'''
    5 [[BR]]Appends a string to the running log file stored on the !CompactFlash card. Because of limitations in writing files to flash, individual log files are limited to 512KB in size. This function automatically creates new files as needed, incrementing their names. The input string should be no longer than 512 charaters.
    63
    74''[source:"/trunk/EDK/TAP_Libraries/taplib.c@latest#L53" int Taplib_appendLog(char *buffer)]''