Skip to content

Commit

Permalink
iotjs: Add full.profile
Browse files Browse the repository at this point in the history
More features might be added later.

This is also helpful for raspbian,
but this profile is not targeting a specific architecture,
it is intenteded to be used for GENERIC configuration.

If curious you can try my raspbian helper at:

  curl -sL https://rawgit.com/rzr/iotjs/master/run.sh | bash -x -

Thanks-to: nherriot <[email protected]>
Bug: jerryscript-project#1400
Relate-to: jerryscript-project#1389
IoT.js-DCO-1.0-Signed-off-by: Philippe Coval [email protected]
  • Loading branch information
rzr committed Jan 10, 2018
1 parent 2ba8927 commit b88da18
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions profiles/full.profile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
ENABLE_MODULE_IOTJS_BASIC_MODULES
ENABLE_MODULE_IOTJS_CORE_MODULES
ENABLE_MODULE_GPIO
ENABLE_MODULE_I2C
ENABLE_MODULE_NET
ENABLE_MODULE_PWM
ENABLE_MODULE_SPI
ENABLE_MODULE_TCP
ENABLE_MODULE_TIMERS
ENABLE_MODULE_UART

0 comments on commit b88da18

Please sign in to comment.