Back to home page

LXR

 
 

    


Warning, /bsps/mips/jmr3904/README.md is written in an unsupported language. File is not indexed.

0001 jmr3904
0002 =======
0003 Simple BSP for the TX3904 simulator built into gdb.
0004 
0005 Simulator Invocation
0006 --------------------
0007 The following is how the simulator is invoked.
0008 
0009 target sim --board=jmr3904
0010 
0011 GDB must be configured with a target like "tx39-rtems".  Otherwise,
0012 the simulator will not be built for the correct instruction
0013 and peripheral set.
0014 
0015 Simulator Information
0016 ---------------------
0017 The simulated system clock counts instructions.  Setting the clock
0018 source to "clock" and the divider to 1 results in the timer directly
0019 counting the number of instructions executed.
0020 
0021 Status
0022 ------
0023 
0024 + hello.exe locks up while running the global destructors.  This almost
0025   has to be a linkcmds issue.
0026 
0027 + Workaround: bspclean.c actually explicits invokes _sys_exit() BEFORE
0028   letting the global destructors run.
0029 
0030 + There is a clock tick device driver which has not been calibrated.
0031 
0032 + There is no timer device driver.