Skip to content
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 full.profile #1400

Closed

Conversation

rzr
Copy link
Contributor

@rzr rzr commented Jan 8, 2018

More features might be added later.
This is also helpful for raspbian.

Thanks-to: @nherriot [email protected]
Bug: #1389
IoT.js-DCO-1.0-Signed-off-by: Philippe Coval [email protected]

@rzr rzr force-pushed the sandbox/rzr/review/master branch from 8e35d49 to 5141969 Compare January 8, 2018 12:35
rzr added a commit to TizenTeam/iotjs that referenced this pull request Jan 8, 2018
More features might be added later.
This is also helpful for raspbian.

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]
Copy link
Contributor

@LaszloLango LaszloLango left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ENABLE_MODULE_TIMERS, ENABLE_MODULE_NET and ENABLE_MODULE_TCP are not necessary because of BASIC_MODULES and CORE_MODULES

This is not really a full profile, because it does not contain ADC and BLE. If it is for RPi Zero + Rasbian, then I suggest to put it to test/profiles/rpi0-raspbian.profile. Furthermore it would be great to add a new travis job too.

rzr added a commit to TizenTeam/iotjs that referenced this pull request Jan 10, 2018
More features might be added later.
This is also helpful for raspbian.

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]
@rzr rzr force-pushed the sandbox/rzr/review/master branch from 5141969 to bb08f52 Compare January 10, 2018 19:02
rzr added a commit to TizenTeam/iotjs that referenced this pull request Jan 10, 2018
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]
@glistening
Copy link
Contributor

+1 for @LaszloLango. It is not clear what is the full profile since there is no platform that support all modules currently, and there are profiles for each platform under test/profiles/ that enables maximum modules for each platform.

rzr added a commit to rzr/iotjs that referenced this pull request Jan 11, 2018
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]
rzr added a commit to TizenTeam/iotjs that referenced this pull request Jan 18, 2018
More features might be added later.
This is also helpful for raspbian.

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]
rzr added a commit to TizenTeam/iotjs that referenced this pull request Jan 25, 2018
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]
rzr added a commit to TizenTeam/iotjs that referenced this pull request Jan 25, 2018
More features might be added later.
This is also helpful for raspbian.

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]
@rzr rzr force-pushed the sandbox/rzr/review/master branch from bb08f52 to 57c535c Compare January 25, 2018 21:47
rzr added a commit to TizenTeam/iotjs that referenced this pull request Jan 25, 2018
More features might be added later.
It built fine on Debian, Raspbian and probably other GNU/Linux OS.

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]
rzr added a commit to TizenTeam/iotjs that referenced this pull request Jan 25, 2018
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]
rzr added 2 commits January 26, 2018 14:02
More features might be added later.
It built fine on Debian, Raspbian and probably other GNU/Linux OS.

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]
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]
@rzr rzr force-pushed the sandbox/rzr/review/master branch 2 times, most recently from 8e1d5b8 to cba28a5 Compare January 26, 2018 13:20
rzr added a commit to TizenTeam/iotjs that referenced this pull request Jan 26, 2018
More features might be added later.
It built fine on Debian, Raspbian and probably other GNU/Linux OS.

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]
rzr added a commit to TizenTeam/iotjs that referenced this pull request Jan 26, 2018
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]
rzr added a commit to TizenTeam/iotjs that referenced this pull request Jan 26, 2018
More features might be added later.
It built fine on Debian, Raspbian and probably other GNU/Linux OS.

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]
rzr added a commit to TizenTeam/iotjs that referenced this pull request Jan 26, 2018
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]
@rzr
Copy link
Contributor Author

rzr commented Jan 30, 2018

I updated patch to introduce minimal and basic profiles

@yichoi
Copy link
Contributor

yichoi commented Jan 30, 2018

I will keep this closing until you guys understand developments guides of IoT.js

@yichoi yichoi closed this Jan 30, 2018
rzr added a commit to TizenTeam/iotjs that referenced this pull request Jan 30, 2018
More features might be added later.
It built fine on Debian, Raspbian and probably other GNU/Linux OS.

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]
rzr added a commit to TizenTeam/iotjs that referenced this pull request Jan 30, 2018
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]
rzr added a commit to TizenTeam/iotjs that referenced this pull request Jan 30, 2018
More features might be added later.
It built fine on Debian, Raspbian and probably other GNU/Linux OS.

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]
rzr added a commit to TizenTeam/iotjs that referenced this pull request Jul 25, 2018
Generic configuration for many OS,
also aded minimal profile for no modules support.

It was tested on:

- Tizen
- Tizen:RT
- Debian
- Raspbian

Thanks-to: nherriot <[email protected]>
Bug: jerryscript-project#1400
Signed-off-by: Philippe Coval <[email protected]>
rzr added a commit to TizenTeam/iotjs that referenced this pull request Aug 9, 2018
More features might be added later.
It built fine on Debian, Raspbian and probably other GNU/Linux OS.

It can be updated using:

  rgrep -h -o 'ENABLE_MODULE_[^=#:\$[ "]*' . | sort | uniq

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]
rzr added a commit to TizenTeam/iotjs that referenced this pull request Aug 9, 2018
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]
rzr added a commit to TizenTeam/iotjs that referenced this pull request Aug 9, 2018
Generic configuration for many OS,
also aded minimal profile for no modules support.

It was tested on:

- Tizen
- Tizen:RT
- Debian
- Raspbian

Thanks-to: nherriot <[email protected]>
Bug: jerryscript-project#1400
Signed-off-by: Philippe Coval <[email protected]>
rzr added a commit to TizenTeam/iotjs that referenced this pull request Aug 9, 2018
More features might be added later.
It built fine on Debian, Raspbian and probably other GNU/Linux OS.

It can be updated using:

  rgrep -h -o 'ENABLE_MODULE_[^=#:\$[ "]*' . | sort | uniq

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]
rzr added a commit to TizenTeam/iotjs that referenced this pull request Aug 9, 2018
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]
rzr added a commit to TizenTeam/iotjs that referenced this pull request Aug 9, 2018
Generic configuration for many OS,
also aded minimal profile for no modules support.

It was tested on:

- Tizen
- Tizen:RT
- Debian
- Raspbian

Thanks-to: nherriot <[email protected]>
Bug: jerryscript-project#1400
Signed-off-by: Philippe Coval <[email protected]>
rzr added a commit to TizenTeam/iotjs that referenced this pull request Oct 25, 2018
More features might be added later.
It built fine on Debian, Raspbian and probably other GNU/Linux OS.

It can be updated using:

  rgrep -h -o 'ENABLE_MODULE_[^=#:\$[ "]*' . | sort | uniq

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]
rzr added a commit to TizenTeam/iotjs that referenced this pull request Oct 25, 2018
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]
rzr added a commit to TizenTeam/iotjs that referenced this pull request Oct 25, 2018
Generic configuration for many OS,
also aded minimal profile for no modules support.

It was tested on:

- Tizen
- Tizen:RT
- Debian
- Raspbian

Thanks-to: nherriot <[email protected]>
Bug: jerryscript-project#1400
Signed-off-by: Philippe Coval <[email protected]>
rzr added a commit to TizenTeam/iotjs that referenced this pull request Dec 7, 2018
More features might be added later.
It built fine on Debian, Raspbian and probably other GNU/Linux OS.

It can be updated using:

  rgrep -h -o 'ENABLE_MODULE_[^=#:\$[ "]*' . | sort | uniq

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]
rzr added a commit to TizenTeam/iotjs that referenced this pull request Dec 7, 2018
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]
rzr added a commit to TizenTeam/iotjs that referenced this pull request Dec 7, 2018
Generic configuration for many OS,
also aded minimal profile for no modules support.

It was tested on:

- Tizen
- Tizen:RT
- Debian
- Raspbian

Thanks-to: nherriot <[email protected]>
Bug: jerryscript-project#1400
Signed-off-by: Philippe Coval <[email protected]>
rzr added a commit to TizenTeam/iotjs that referenced this pull request Dec 7, 2018
More features might be added later.
It built fine on Debian, Raspbian and probably other GNU/Linux OS.

It can be updated using:

  rgrep -h -o 'ENABLE_MODULE_[^=#:\$[ "]*' . | sort | uniq

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]
rzr added a commit to TizenTeam/iotjs that referenced this pull request Dec 7, 2018
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]
rzr added a commit to TizenTeam/iotjs that referenced this pull request Dec 7, 2018
Generic configuration for many OS,
also aded minimal profile for no modules support.

It was tested on:

- Tizen
- Tizen:RT
- Debian
- Raspbian

Thanks-to: nherriot <[email protected]>
Bug: jerryscript-project#1400
Signed-off-by: Philippe Coval <[email protected]>
rzr added a commit to TizenTeam/iotjs that referenced this pull request Dec 7, 2018
More features might be added later.
It built fine on Debian, Raspbian and probably other GNU/Linux OS.

It can be updated using:

  rgrep -h -o 'ENABLE_MODULE_[^=#:\$[ "]*' . | sort | uniq

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]
rzr added a commit to TizenTeam/iotjs that referenced this pull request Dec 7, 2018
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]
rzr added a commit to TizenTeam/iotjs that referenced this pull request Dec 7, 2018
Generic configuration for many OS,
also aded minimal profile for no modules support.

It was tested on:

- Tizen
- Tizen:RT
- Debian
- Raspbian

Thanks-to: nherriot <[email protected]>
Bug: jerryscript-project#1400
Signed-off-by: Philippe Coval <[email protected]>
rzr added a commit to TizenTeam/iotjs that referenced this pull request Jan 4, 2019
More features might be added later.
It built fine on Debian, Raspbian and probably other GNU/Linux OS.

It can be updated using:

  rgrep -h -o 'ENABLE_MODULE_[^=#:\$[ "]*' . | sort | uniq

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]
rzr added a commit to TizenTeam/iotjs that referenced this pull request Jan 4, 2019
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]
rzr added a commit to TizenTeam/iotjs that referenced this pull request Jan 4, 2019
Generic configuration for many OS,
also aded minimal profile for no modules support.

It was tested on:

- Tizen
- Tizen:RT
- Debian
- Raspbian

Thanks-to: nherriot <[email protected]>
Bug: jerryscript-project#1400
Signed-off-by: Philippe Coval <[email protected]>
rzr added a commit to rzr/iotjs that referenced this pull request Apr 25, 2019
More features might be added later.
It built fine on Debian, Raspbian and probably other GNU/Linux OS.

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]
rzr added a commit to rzr/iotjs that referenced this pull request Apr 25, 2019
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]
rzr added a commit to TizenTeam/iotjs that referenced this pull request Jun 21, 2019
More features might be added later.
It built fine on Debian, Raspbian and probably other GNU/Linux OS.

It can be updated using:

  rgrep -h -o 'ENABLE_MODULE_[^=#:\$[ "]*' . | sort | uniq

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]
rzr added a commit to TizenTeam/iotjs that referenced this pull request Jun 21, 2019
Generic configuration for many OS,
also aded minimal profile for no modules support.

It was tested on:

- Tizen
- Tizen:RT
- Debian
- Raspbian

Change-Id: I3d75c01da037fa030e7497d7a761097764231cfd
Thanks-to: nherriot <[email protected]>
Bug: jerryscript-project#1400
Signed-off-by: Philippe Coval <[email protected]>
rzr added a commit to TizenTeam/iotjs that referenced this pull request Jun 21, 2019
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]
rzr added a commit to TizenTeam/iotjs that referenced this pull request Jul 16, 2019
More features might be added later.
It built fine on Debian, Raspbian and probably other GNU/Linux OS.

It can be updated using:

  rgrep -h -o 'ENABLE_MODULE_[^=#:\$[ "]*' . | sort | uniq

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]
rzr added a commit to TizenTeam/iotjs that referenced this pull request Jul 16, 2019
Generic configuration for many OS,
also aded minimal profile for no modules support.

It was tested on:

- Tizen
- Tizen:RT
- Debian
- Raspbian

Change-Id: I3d75c01da037fa030e7497d7a761097764231cfd
Thanks-to: nherriot <[email protected]>
Bug: jerryscript-project#1400
Signed-off-by: Philippe Coval <[email protected]>
rzr added a commit to TizenTeam/iotjs that referenced this pull request Jul 16, 2019
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]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants