Changes between Version 21 and Version 22 of Internal/NoiseGenerator/Software


Ignore:
Timestamp:
Jul 22, 2009, 5:28:39 PM (15 years ago)
Author:
murium
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/NoiseGenerator/Software

    v21 v22  
    55   * Src:
    66     * [http://orbit-lab.org/browser/USBNoiseGenreator/trunk/firmware/src/commands.c commands.c]: includes the commands.h header file which is located right below it on the list of files.  These are a bunch of hook definitions.  The first few seem to be user defined code.
    7        *There is one that is incomplete: DR_GetStatus.
    8        *The two functions below that (Clear feature and set feature) are simply defined as return true, this could be a problem, i'm guessing the function definition should be more than just that.
    9        *DR_VendorCmnd: what is the array SetUpDat and where is it defined?  What is being stored in it becuase the only things mentioned in the comments are only relevent for SetUpDat[2 and 3]. The function is a switch structure based off of the value in SETUPDAT[1]
     7       * There is one that is incomplete: DR_GetStatus.
     8       * The two functions below that (Clear feature and set feature) are simply defined as return true, this could be a problem, i'm guessing the function definition should be more than just that.
     9       * DR_VendorCmnd: what is the array SetUpDat and where is it defined?  What is being stored in it becuase the only things mentioned in the comments are only relevent for SetUpDat[2 and 3]. The function is a switch structure based off of the value in SETUPDAT[1]
    1010     * [http://orbit-lab.org/browser/USBNoiseGenreator/trunk/firmware/src/commands.h commands.h]: defines all the variables that are used in commands.c but none of the functions are prototyped here.  Do they need to be prototyped? no files are included
    1111     * [http://orbit-lab.org/browser/USBNoiseGenreator/trunk/firmware/src/eeprom_init.c eeprom_init.c]: includes usrp_commons.h, usrp_commands.h, and spi.h