Koding
.
Install GCC ARM Embedded and make
setup.sh
#!/bin/sh sudo add-apt-repository -y ppa:terry.guo/gcc-arm-embedded sudo apt-get update sudo apt-get install gcc-arm-none-eabi sudo apt-get install make
Upload
mbed_blinky_gcc_arm_nucleo_l152re.zip drop to file tree.
and right menu - Extract.
Build
cd mbed_blinky_gcc_arm_nucleo_l152re/mbed_blinky/ make
Download
mbed_blinky.bin into the Web folder.
and download URL:
http://KODING_USERNAME.koding.io/mbed_blinly.bin
How do I transfer/copy files to and from my VM?
http://learn.koding.com/faq/transfer-files/
Logout
Please log in to post comments.