Skip to content

Commit

Permalink
Inception debugger (#52)
Browse files Browse the repository at this point in the history
* Inception debugger target and protocol for cortex M3

See https://github.com/Inception-framework/debugger to build the debugger

* Add tests for read/write operations with the nucleo board example

* Add mockup tests for inception protocol

* PR improvment requests for the inception target

* Add pyusb to install requirement and adjust inception import
  • Loading branch information
rawsample committed Apr 12, 2020
1 parent bb09108 commit b32bfe0
Show file tree
Hide file tree
Showing 7 changed files with 1,331 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ script:
- docker exec ubuntu bash -c 'cd avatar2/ && nosetests-3.4 ./tests/test_remote_memoryprotocol.py'
- docker exec ubuntu bash -c 'cd avatar2/ && nosetests-3.4 ./tests/test_gdbprotocol.py'
- docker exec ubuntu bash -c 'cd avatar2/ && nosetests-3.4 ./tests/test_gdbplugin.py'
- docker exec ubuntu bash -c 'cd avatar2/ && nosetests-3.4 ./tests/test_inceptionprotocol.py'

- docker exec ubuntu bash -c 'cd avatar2/ && echo Yes | bash ./targets/build_qemu.sh'
- docker exec ubuntu bash -c 'cd avatar2/ && AVATAR2_GDB_EXECUTABLE=gdb-multiarch AVATAR2_QEMU_EXECUTABLE=./targets/build/qemu/arm-softmmu/qemu-system-arm nosetests-2.7 ./tests/test_qemutarget.py'
Expand Down

0 comments on commit b32bfe0

Please sign in to comment.