Merge pull request #138 from antonblanchard/micropython-update

Update micropython
pull/139/head
Anton Blanchard 4 years ago committed by GitHub
commit b3dd31a978
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

@ -12,7 +12,7 @@ tempdir = tempfile.TemporaryDirectory()
cwd = os.getcwd()
os.chdir(tempdir.name)

copyfile(os.path.join(cwd, 'tests/micropython.bin'),
copyfile(os.path.join(cwd, 'micropython/firmware.bin'),
os.path.join(tempdir.name, 'main_ram.bin'))

cmd = [ os.path.join(cwd, './core_tb') ]

@ -12,7 +12,7 @@ tempdir = tempfile.TemporaryDirectory()
cwd = os.getcwd()
os.chdir(tempdir.name)

copyfile(os.path.join(cwd, 'tests/micropython.bin'),
copyfile(os.path.join(cwd, 'micropython/firmware.bin'),
os.path.join(tempdir.name, 'main_ram.bin'))

cmd = [ os.path.join(cwd, './core_tb') ]

Loading…
Cancel
Save