Skip to content

Commit

Permalink
fix cortex-m33 test_crt bug
Browse files Browse the repository at this point in the history
  • Loading branch information
weberlo committed Jul 30, 2020
1 parent 89dabc0 commit 8b91ac3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/python/unittest/test_crt.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,15 +84,10 @@ def _make_cortex_m33_sess(mod):
micro_binary = tvm.micro.build_static_runtime(workspace, compiler, mod, lib_opts, bin_opts)
lib_opts['cflags'].pop()

flasher_kw = {
'debug': DEBUG,
}

# debug_rpc_session = tvm.rpc.connect('127.0.0.1', 9090)
debug_rpc_session = None

flasher = compiler.Flasher(
**flasher_kw,
openocd_serial='066DFF343039564157214347',
debug_rpc_session=debug_rpc_session)
if BUILD:
Expand Down

0 comments on commit 8b91ac3

Please sign in to comment.