Removed mention of "riscv set_scratch_ram" from doc
This command no longer exists, was removed in:
ead2a595b8
Remove it from the doc as well.
Signed-off-by: Jan Matyas <jan.matyas@codasip.com>
This commit is contained in:
parent
c92149afc3
commit
c127e84563
|
@ -10833,11 +10833,6 @@ Set the maximum time to wait for a hart to come out of reset after reset is
|
||||||
deasserted.
|
deasserted.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
@deffn {Command} {riscv set_scratch_ram} none|[address]
|
|
||||||
Set the address of 16 bytes of scratch RAM the debugger can use, or 'none'.
|
|
||||||
This is used to access 64-bit floating point registers on 32-bit targets.
|
|
||||||
@end deffn
|
|
||||||
|
|
||||||
@deffn {Command} {riscv set_mem_access} method1 [method2] [method3]
|
@deffn {Command} {riscv set_mem_access} method1 [method2] [method3]
|
||||||
Specify which RISC-V memory access method(s) shall be used, and in which order
|
Specify which RISC-V memory access method(s) shall be used, and in which order
|
||||||
of priority. At least one method must be specified.
|
of priority. At least one method must be specified.
|
||||||
|
|
Loading…
Reference in New Issue