mirror of
https://github.com/antonblanchard/microwatt.git
synced 2026-01-13 15:18:09 +00:00
Merge pull request #138 from antonblanchard/micropython-update
Update micropython
This commit is contained in:
commit
b3dd31a978
BIN
micropython/firmware.bin
Normal file
BIN
micropython/firmware.bin
Normal file
Binary file not shown.
BIN
micropython/firmware.elf
Executable file
BIN
micropython/firmware.elf
Executable file
Binary file not shown.
33124
micropython/firmware.hex
Normal file
33124
micropython/firmware.hex
Normal file
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…
x
Reference in New Issue
Block a user