I don't want to use the mbed online compiler, because I'm not always near an internet connection, and I'd rather keep my files locally. Is this possible?
Yes!
The output of the mbed Online Compiler is in a raw binary format, there is no additional "magic". This means the binary can run on the mbed, or any other LPC1768, such as a custom PCB.
As such, any tool chain that can target the LPC1768 or LPC11U24 can generate binaries that work on the mbed microcontroller.
Additionally, a new feature to export to offline tools has been added to the online compiler, so that a project that is started in the cloud can be exported to an offline tool, cleanly and simply.
More details about this feature and the tool chains is supports can be found at:
No tags
|
0 comments
Please login to post comments.