From eb36d1198cdf9dc1e2f776ef6e1e38755f6d13c5 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 25 Apr 2018 15:06:08 +0200 Subject: bsps: Move documentation, etc. files to bsps This patch is a part of the BSP source reorganization. Update #3285. --- c/src/lib/libbsp/mips/jmr3904/README | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 c/src/lib/libbsp/mips/jmr3904/README (limited to 'c/src/lib/libbsp/mips/jmr3904/README') diff --git a/c/src/lib/libbsp/mips/jmr3904/README b/c/src/lib/libbsp/mips/jmr3904/README deleted file mode 100644 index 9fc4a235d7..0000000000 --- a/c/src/lib/libbsp/mips/jmr3904/README +++ /dev/null @@ -1,30 +0,0 @@ -Simple BSP for the TX3904 simulator built into gdb. - -Simulator Invocation -==================== -The following is how the simulator is invoked. - -target sim --board=jmr3904 - -GDB must be configured with a target like "tx39-rtems". Otherwise, -the simulator will not be built for the correct instruction -and peripheral set. - -Simulator Information -===================== -The simulated system clock counts instructions. Setting the clock -source to "clock" and the divider to 1 results in the timer directly -counting the number of instructions executed. - -Status -====== - -+ hello.exe locks up while running the global destructors. This almost - has to be a linkcmds issue. - -+ Workaround: bspclean.c actually explicits invokes _sys_exit() BEFORE - letting the global destructors run. - -+ There is a clock tick device driver which has not been calibrated. - -+ There is no timer device driver. -- cgit v1.2.3