mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 09:50:15 +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 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
|
||||
|
||||
Reference in New Issue
Block a user