-
Notifications
You must be signed in to change notification settings - Fork 683
Make target provide jerry-port.c #945
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
Make target provide jerry-port.c #945
Conversation
Please check CI, and I recommend to run make precommit before uploading a patch. Signed-off-by message is incorrect. The following line should be at the end of the 3413e96 commit's message: 'JerryScript-DCO-1.0-Signed-off-by: François Baldassari francois@pebble.com'. |
As you also mention in your comment, this patch does several things. Since some of them are easier to accept than others, I'd suggest splitting it up to several PRs.
|
@zherczeg I am planning on squashing that commit after I address other comments. Thanks for taking a look! |
@akiss77 Thank you for the thoughtful comments. I'll try to address them as best I can:
OK - I think I can split it into 2 to start. One for the port, one for some of the CMakelist changes
Ah, I did not see this. Will change.
As best I can tell, those two are equivalent.
You are right. I need to encode those bytes before I output them with putchar. Thanks for catching this, I will fix it.
The reason I introduced |
3413e96
to
da21cbd
Compare
b2fd47b
to
dcd429e
Compare
return c; | ||
} | ||
|
||
void wtf(void); |
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.
Please use a better name
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.
This is the name of the abort API internal to the Pebble firmware, I cannot change it easily. Only option is to remove the Pebble port from this PR.
de8afbb
to
beeac2c
Compare
I removed the pebble port (it is of little use to those without access to the pebble firmware anyways), so this PR is quite simple now. |
Ping! I think this does not overlap with the proposal in #964 and should be considered individually. |
LGTM |
LGTM |
JerryScript-DCO-1.0-Signed-off-by: François Baldassari francois@pebble.com
beeac2c
to
94f8879
Compare
rebased. |
This change-set pushes ports forward a bit and adds a Pebble port (happy to remove the latter if it is inappropriate).
JerryScript-DCO-1.0-Signed-off-by: François Baldassari francois@pebble.com