Skip to content

Commit

Permalink
build: Enable common supported modules by default
Browse files Browse the repository at this point in the history
Generic configuration for many OS,
also aded basic profile for no extra modules support.

It was tested on:

- Tizen
- Tizen:RT
- Debian
- Raspbian

Thanks-to: nherriot <[email protected]>
Bug: jerryscript-project#1400
IoT.js-DCO-1.0-Signed-off-by: Philippe Coval [email protected]
  • Loading branch information
rzr committed Oct 18, 2018
1 parent f4d0059 commit 5a8e496
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions profiles/basic.profile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ENABLE_MODULE_IOTJS_BASIC_MODULES
ENABLE_MODULE_IOTJS_CORE_MODULES
8 changes: 8 additions & 0 deletions profiles/default.profile
Original file line number Diff line number Diff line change
@@ -1,2 +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 5a8e496

Please sign in to comment.