-
Notifications
You must be signed in to change notification settings - Fork 585
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iotjs: Add defconfigs for ARTIKS and doc #2009
iotjs: Add defconfigs for ARTIKS and doc #2009
Conversation
1b9d3c8
to
4bded8b
Compare
Target : [4bded8bcd1d9fcb7d5976d895f9bfcb554238bde] - Code Rule Check (C++) OK. |
Target : [4bded8bcd1d9fcb7d5976d895f9bfcb554238bde] - Code Rule Check OK. |
@@ -0,0 +1,150 @@ | |||
########################################################################### | |||
# | |||
# Copyright 2017 Samsung Electronics All Rights Reserved. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2018
# | ||
########################################################################### | ||
############################################################################ | ||
# configs/artik053s/nettest/Make.defs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
iotjs
@@ -0,0 +1,150 @@ | |||
########################################################################### | |||
# | |||
# Copyright 2017 Samsung Electronics All Rights Reserved. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2018
# | ||
########################################################################### | ||
############################################################################ | ||
# configs/artik055s/nettest/Make.defs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
iotjs
docs/HowToUseIoTjs.md
Outdated
|
||
## Use reference configuration | ||
|
||
machine=artik053 # Adapt with your supported target |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you want to change a line, you must add two spaces at end of line.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok but why ?
docs/HowToUseIoTjs.md
Outdated
Using menuconfig an example can be used to selected needed feature. | ||
|
||
make menuconfig | ||
# Application Configuration ---> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs ``` block
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or 4 spaces,
It's will be properly formatted:
https://github.com/TizenTeam/TizenRT/blob/sandbox/rzr/review/master/docs/HowToUseIoTjs.md
and easier to read in editor or terminal.
4bded8b
to
1ffd6d4
Compare
Target : [1ffd6d4cd68292cc610f2c98e39df3a66c5ced4f] - Code Rule Check (C++) OK. |
Target : [1ffd6d4cd68292cc610f2c98e39df3a66c5ced4f] - Code Rule Check OK. |
docs/HowToUseIoTjs.md
Outdated
## Use reference configuration | ||
|
||
machine=artik053 # Adapt with your supported target | ||
cd os && ./tools/configure.sh ${machine}/devel # Generate os/.config |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the meaning of devel? not iotjs?
1ffd6d4
to
7f18e0b
Compare
Target : [7f18e0ba15dd70ccb449073863a0a7f80ac85b9a] - Code Rule Check (C++) OK. |
Target : [7f18e0ba15dd70ccb449073863a0a7f80ac85b9a] - Code Rule Check OK. |
@@ -39,12 +39,14 @@ if EXAMPLES_IOTJS_STARTUP_WIFI | |||
config EXAMPLES_IOTJS_STARTUP_WIFI_SSID | |||
string "SSID of AP" | |||
default "public" | |||
depends on EXAMPLES_IOTJS_STARTUP_WIFI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am sorry but last comment.
- If you intend to use
depends on EXAMPLES_IOTJS_STARTUP_WIFI
, let's remove line 37.if EXAMPLES_IOTJS_STARTUP_WIFI
and line 52,endif
. That is duplicated with depends on. - If you want to keep
if xx
instead ofdepends on xx
, you should move endif location to cover EXAMPLES_IOTJS_STARTUP_WIFI_AUTH and EXAMPLES_IOTJS_STARTUP_WIFI_CRYPTO.
Bug: Samsung#2009 Change-Id: I79e07b01dcd2a00883c83796ac9570f0e85c2545 Signed-off-by: Philippe Coval <[email protected]>
Some efforts to align configuration between targets: * iotjs_startup is enabled by default * ROM part is enabled to store javascripts in image * WiFi connection is disabled by default * DM, M2M is disabled to allow WiFi client feature * IPv6 Enabled to prevent libtuv build issues (resolved in later version) * ADC device enabled (for IoT.js adc module) Bug: Samsung#2009 Change-Id: Icbd2584daf98766185f5580a154d09589c77a9f6 Signed-off-by: Philippe Coval <[email protected]>
Bug: Samsung#2009 Change-Id: Ic6a9b78b69727f5937bb7f18a76036c626c7c5f5 Signed-off-by: Philippe Coval <[email protected]>
7f18e0b
to
b83d0cd
Compare
Target : [b83d0cd] - Code Rule Check OK. |
Target : [b83d0cd] - Code Rule Check (C++) OK. |
No description provided.