pretty up

neilh
2015-09-19 15:42:19 -07:00
parent e88859c2e6
commit 0fb91b2853

@@ -147,7 +147,9 @@ On a Ubuntu 12.04LTS this worked
> sudo add-apt-repository ppa:terry.guo/gcc-arm-embedded
> sudo apt-get update
> sudo apt-get install gcc-arm-none-eabi
(as of 2015Sept19 pulled in amd64 4.9.3.2015q2-1trusty1)
If needed to remove
@@ -155,11 +157,15 @@ If needed to remove
Assuming the micropython has been installed in directory
> cd stmhal
> make
(completes but didn't test)
> cd ../teensy
> sudo apt-get install realpath
> make
(completes but didn't test)
@@ -169,4 +175,5 @@ See Running Scripts in https://github.com/micropython/micropython/wiki/Board-Tee
Discussion on design https://forum.pjrc.com/threads/24794-MicroPython-for-Teensy-3-1/)
> cd ../minimal
> make - FAILS