aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-15[ocf] Add platform info to client callback (#812)James Prestwood
2017-03-14[fs] Change FD's to numbers instead of objects (#804)James Prestwood
2017-03-14[ocf] Fix server return code on update (#814)James Prestwood
2017-03-14[util] Add macros/functions to standardize argument validation (#817)Geoff Gustafson
2017-03-14[docs] Update command for Linux module (#821)Cui Yan
2017-03-14[trlite] Turn off paging in git commands to avoid issue (#818)Geoff Gustafson
2017-03-14[docs] Update OCF-BLE MAC addresscuiyan
2017-03-14Make sensor demo work with negative numbers.Kenneth Rohde Christiansen
2017-03-10[demo] Increase sensor frequency to 100 (#816)Jimmy Huang
2017-03-10[callbacks] Back off ring buf reporting over timeGeoff Gustafson
2017-03-10[demo] SensorBLEDemo.js: Change device name and URLSakari Poussa
2017-03-09[sensor] Retry sensor stop up to 50xGeoff Gustafson
2017-03-09[demo] Initial implementation of Accel/Gyroscope sensor over BLE demo (#805)Jimmy Huang
2017-03-09[build] Move heap size definition into prj.confGeoff Gustafson
2017-03-09[build] Set main stack size from prj.conf instead of prj.mdefGeoff Gustafson
2017-03-08[fs] File System module (#510)James Prestwood
2017-03-08[sensor] Fix sensor to pass unit test (#791)Jimmy Huang
2017-03-08[docs] Update README.md to fix bad url (#795)Cui Yan
2017-03-07[ocf/promises] Fixed OCF crash because of bug from promise patch (#798)James Prestwood
2017-03-03[sensor] Added default state "unconnected" (#789)Jimmy Huang
2017-03-03[util] Fixed bug where util functions don't check for valid number value (#788)Jimmy Huang
2017-03-03[tests] Import Assert module for all test cases (#790)Cui Yan
2017-03-03[ashell] Removing extra window info and various cleanup (#778)Brian Jones
2017-03-02[docs] Added docs about console format specifiers (#787)James Prestwood
2017-03-02[timers] Ensure coordinated timers execute in the order createdGeoff Gustafson
2017-03-02[timers] Make pointer decls consistent; fix order of argc/argvGeoff Gustafson
2017-03-02[jslinux] Improve output at termination (#779)Geoff Gustafson
2017-03-02[sensor] Refactor sensor callbacksJimmy Huang
2017-03-02[sensor] Fixed bug where sensor reading could be overwrittenJimmy Huang
2017-03-02[ocf] Re-enable and clean up OCF client module (#776)James Prestwood
2017-03-02[util] Fix add_readonly_string to set configurable (#777)Jimmy Huang
2017-03-02[docs] Add UDP link to API.md (#786)Sakari Poussa
2017-03-02[promises] Simplify promise codeJames Prestwood
2017-03-02[promises] Added module to test promisesJames Prestwood
2017-03-02[assert] Demote AssertionError from standard to custom error (#774)Geoff Gustafson
2017-03-02[error] Make missing JS module a NotSupportedError in linux build (#773)Geoff Gustafson
2017-03-02[callbacks] Add typedef for zjs_callback_tGeoff Gustafson
2017-03-02[callbacks] Retain removed callbacks until pending callbacks flushedGeoff Gustafson
2017-03-02[doc] Added documentation for W3C Generic Sensor API (#756)Jimmy Huang
2017-03-01[tests] Add tests for Console APIs (#724)Cui Yan
2017-03-01[tests] Add tests for UDP Server APIs with IPv4 and IPv6 (#760)Cui Yan
2017-02-28[i2c] Fix for no LCD output on FRDM-K64F (#771)Brian Jones
2017-02-28[linux] Set Linux auto exit feature to default (#769)James Prestwood
2017-02-28[ocf] Added OCF device and platform objects (#768)James Prestwood
2017-02-28[dgram] Clarify description of address which should be used in bind() (#767)Paul Sokolovsky
2017-02-27[general] Add warning comment above ISRsGeoff Gustafson
2017-02-27[callbacks] Delay printing ringbuf put error in zjs_signal_callbackGeoff Gustafson
2017-02-24[samples] Make perf module optional in I2C.js (#732)Geoff Gustafson
2017-02-24[build] Fixed invalid C string genereated when SNAPSHOT=off (#763)Jimmy Huang
2017-02-22[gpio] Fix to allow JerryScript to release onchange callback (#755)Brian Jones