You are viewing an older revision! See the latest version

Exporting to Code Red

Currently only available in betamode!

This functionality only works with the betamode compiler and the beta version of the libraries.

To use these examples, ensure you have enabled /betamode for the compiler, and then import the beta libraries: http://mbed.org/projects/libraries-testing/svn/m0-beta

Code Red is one of the external offline toolchains supported by the mbed platform.

For a complete overview of the "export" feature, please refer to our general: Exporting to offline toolchains.

To export your mbed program for use in Code Red, right-click the program in your program workspace. From the dialog, you can select the "Export To" as "code_red Red Suite 4", and the target microcontroller you wish to export for.

When you choose export, a zip file containing all the files you need for Code Red will be generated.

The zip file is ready to be imported in Red Suite. In the "Quickstart Panel" click on the "Import project(s)" and select the project archive (.zip) path.

After the build, your binary will be generated in the "Release", or "Debug" directory, depending on the selected configuration.

/media/uploads/emilmont/code_red_1.png

/media/uploads/emilmont/code_red_import_1.png

/media/uploads/emilmont/code_red_import_2.png

/media/uploads/emilmont/code_red_5.png


All wikipages