mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
pretty up
@@ -147,7 +147,9 @@ On a Ubuntu 12.04LTS this worked
|
|||||||
> sudo add-apt-repository ppa:terry.guo/gcc-arm-embedded
|
> sudo add-apt-repository ppa:terry.guo/gcc-arm-embedded
|
||||||
|
|
||||||
> sudo apt-get update
|
> sudo apt-get update
|
||||||
|
|
||||||
> sudo apt-get install gcc-arm-none-eabi
|
> sudo apt-get install gcc-arm-none-eabi
|
||||||
|
|
||||||
(as of 2015Sept19 pulled in amd64 4.9.3.2015q2-1trusty1)
|
(as of 2015Sept19 pulled in amd64 4.9.3.2015q2-1trusty1)
|
||||||
|
|
||||||
If needed to remove
|
If needed to remove
|
||||||
@@ -155,11 +157,15 @@ If needed to remove
|
|||||||
|
|
||||||
Assuming the micropython has been installed in directory
|
Assuming the micropython has been installed in directory
|
||||||
> cd stmhal
|
> cd stmhal
|
||||||
|
|
||||||
> make
|
> make
|
||||||
|
|
||||||
(completes but didn't test)
|
(completes but didn't test)
|
||||||
|
|
||||||
> cd ../teensy
|
> cd ../teensy
|
||||||
|
|
||||||
> sudo apt-get install realpath
|
> sudo apt-get install realpath
|
||||||
|
|
||||||
> make
|
> make
|
||||||
|
|
||||||
(completes but didn't test)
|
(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/)
|
Discussion on design https://forum.pjrc.com/threads/24794-MicroPython-for-Teensy-3-1/)
|
||||||
|
|
||||||
> cd ../minimal
|
> cd ../minimal
|
||||||
|
|
||||||
> make - FAILS
|
> make - FAILS
|
||||||
|
|||||||
Reference in New Issue
Block a user