1
0
Fork 0
forked from len0rd/rockbox

hwstub_shell: add support for call and jump

Change-Id: Ie09d0db21831b79255da858bada7382a08ff4eef
Reviewed-on: http://gerrit.rockbox.org/1052
Reviewed-by: Marcin Bukat <marcin.bukat@gmail.com>
Tested: Marcin Bukat <marcin.bukat@gmail.com>
This commit is contained in:
Marcin Bukat 2014-11-26 00:00:11 +01:00
parent 9439635aa2
commit e99c036ed1
4 changed files with 54 additions and 0 deletions

View file

@ -40,6 +40,8 @@ do
h:add("It contains some information about the device and the following methods.");
h:add("* read8/16/32(a) reads a 8/16/32-bit integer at address a atomically");
h:add("* write8/16/32(a, v) writes the 8/16/32-bit integer v at address a atomically");
h:add("* jump(a) jump to specified address");
h:add("* call(a) call function at specified address and return to hwstub");
h:add("* print_log() prints the device log");
h = HELP:create_topic("HW");