Update micropython
authorAnton Blanchard <anton@linux.ibm.com>
Sun, 19 Jan 2020 09:22:09 +0000 (20:22 +1100)
committerAnton Blanchard <anton@ozlabs.org>
Sun, 19 Jan 2020 10:36:38 +0000 (21:36 +1100)
commitd0b5050ca4161bf3354b120cd4d051e1e19b2f41
tree2481c4ca3a9929ff327e4e06ea05de135ec1486a
parent4d3da0c7e65fc21c6e844a68bba65b747d2b6a2d
Update micropython

The current version of micropython in tests/micropython.bin is ancient.
Bug #135 points out that more recent versions are much smaller and they
also handle restart when ctrl+D is pressed.

Save all three versions of the file (elf, bin and hex) in micropython/

Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
micropython/firmware.bin [new file with mode: 0644]
micropython/firmware.elf [new file with mode: 0755]
micropython/firmware.hex [new file with mode: 0644]
scripts/test_micropython.py
scripts/test_micropython_long.py