Lines Matching +full:build +full:- +full:docs
3 TL;DR? jump straight to [quickstart](#quick-start)
7 This directory contains the necessary code to build JerryScript for devices
11 - [Nordic Semiconductor NRF52 Development Kit](https://developer.mbed.org/platforms/Nordic-nRF52-DK…
12 - [NXP Freedom K64F](https://developer.mbed.org/platforms/FRDM-K64F/)
13 - [STM NUCLEO F401RE](https://developer.mbed.org/platforms/ST-Nucleo-F401RE/)
14 - [Silicon Labs EFM32 Giant Gecko](https://developer.mbed.org/platforms/EFM32-Giant-Gecko/)
20 Peripheral Drivers are intended as a 1-to-1 mapping to mbed C++ APIs, with a few
24 - [DigitalOut](https://docs.mbed.com/docs/mbed-os-api-reference/en/5.1/APIs/io/DigitalOut/)
25 - [InterruptIn](https://docs.mbed.com/docs/mbed-os-api-reference/en/5.1/APIs/io/InterruptIn/)
26 - [I2C](https://docs.mbed.com/docs/mbed-os-api-reference/en/5.1/APIs/interfaces/digital/I2C/)
27 - setInterval and setTimeout using [mbed-event](https://github.com/ARMmbed/mbed-events)
33 mbed CLI is used as the build tool for mbed OS 5. You can find out how to install
34 …n the [official documentation](https://docs.mbed.com/docs/mbed-os-handbook/en/5.1/dev_tools/cli/#i…
36 ### arm-none-eabi-gcc
38 arm-none-eabi-gcc is the only currently tested compiler for jerryscript on mbed,
39 and instructions for building can be found as part of the mbed-cli installation
45 mbed-cli is called with the correct arguments.
54 If you create an own project, for more info see [mbed-js-gulp](https://github.com/ARMmbed/mbed-js-g…
58 jshint is used to statically check your JavaScript code, as part of the build process.
64 Once you have all of your dependencies installed, you can build the example project as follows:
67 git clone https://github.com/ARMmbed/mbed-js-example
68 cd mbed-js-example
70 gulp --target=YOUR_TARGET_NAME
73 The produced file (in build/out/YOUR_TARGET_NAME) can then be uploaded to your board, and will