aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-15[doc] Fix links in ble.md and README.md docs (#832)zjs-0.2Jimmy Huang
2017-02-10[general] Update version file to 0.2 for releasev0.2Geoff Gustafson
2017-02-09[build] Fix building of snapshot in zjs-0.2 branch (#698)Jimmy Huang
2017-01-23[tests] Sync Sensor/Uart/Event from master for v0.2 (#637)Cui Yan
2017-01-04[general] Update version file to 0.2-preGeoff Gustafson
2017-01-04[util] Fix bug in size returned by zjs_copy_jstringGeoff Gustafson
2017-01-04[callbacks] Check if callback has already been deleted (#582)Brian Jones
2017-01-04[i2c] Make bus and speed attributes read-onlyGeoff Gustafson
2017-01-04[buffer] Make length attribute read-onlyGeoff Gustafson
2017-01-04[tests] Update test-pwm.js for bug fix (#581)Cui Yan
2017-01-04[i2c] throw an error if bus fails to open (#554)Brian Jones
2016-12-30[docs] Updating I2C document file (#583)Brian Jones
2016-12-28[docs] Event API documentation (#570)James Prestwood
2016-12-28[gpio] Disallow further reads and writes on closed pins (#577)Geoff Gustafson
2016-12-28[pwm] Fix bug in reverse polarity handling (#571)Geoff Gustafson
2016-12-22[readme] Documented the linux target (#572)James Prestwood
2016-12-22[grovelcd] Fix backlight on A101 (#565)Brian Jones
2016-12-22[general] Shorten file paths and improve dbg/err output format (#569)Geoff Gustafson
2016-12-22[general] Remove unnecessary function names from error messages (#568)Geoff Gustafson
2016-12-22[trlite] Fix bug where passing subtest 2 or 3 failedGeoff Gustafson
2016-12-22[travis] Make ashell tests required instead of allowing failureGeoff Gustafson
2016-12-22[travis] Disallow new calls to jerry_string_to_char_bufferGeoff Gustafson
2016-12-22[util] Add helper functions to reduce bugs with JrS stringsGeoff Gustafson
2016-12-22[ocf] Free resource type leaked in ocf_find_resourcesGeoff Gustafson
2016-12-22[analyze] Make OCF dependent on eventsGeoff Gustafson
2016-12-22[general] Add/update copyright headersGeoff Gustafson
2016-12-21[events] Fixed and updated event module (#561)James Prestwood
2016-12-20[OSX] make linux build to work also on Mac/OSX (#552)Sakari Poussa
2016-12-19[Sensor] Updated BMI160 configs (#543)Jimmy Huang
2016-12-16[modules] Fix warnings from recent update to modules code (#545)Geoff Gustafson
2016-12-16[bugfix] Extending the IPM timeout (#555)Brian Jones
2016-12-15[tests] Update test-uart.js for bug fix (#550)Cui Yan
2016-12-15[makefile] Remove last build tracking and clean pre-action (#547)Geoff Gustafson
2016-12-15[trlite] Preserve staged AND unchanged changes in trlite (#546)Geoff Gustafson
2016-12-15[linux] Added exit features to linux target (#542)James Prestwood
2016-12-14[ocf] Make OCF only build on linux (#541)James Prestwood
2016-12-14[uart] Changed UART docs to reflect proper usage (#540)James Prestwood
2016-12-14[trlite] Preserve cached (staged) changes in trlite builds (#539)Geoff Gustafson
2016-12-14[modules] Move fixed module init/cleanup to zjs_modules.cGeoff Gustafson
2016-12-14[checkheaders] Update script to overlook false positives (#537)Geoff Gustafson
2016-12-14[snapshot] Update JerryScript (#533)Jimmy Huang
2016-12-14[grovelcd] Make Grove LCD work on the FRDM-K64F boards (#532)Jimmy Huang
2016-12-14[i2c] Add I2C functionality for non-ARC boards (#525)Brian Jones
2016-12-13[gpio] Don't assume that GPIO_0, etc. exist (#536)Paul Sokolovsky
2016-12-13[makefile] Explicitly remove libjerry-core.a on "make clean" (#526)Paul Sokolovsky
2016-12-13[analyze] Fix bug that broke Buffer detection (#535)Geoff Gustafson
2016-12-12[ble] Fixed auto notification subscription upon connect (#528)Jimmy Huang
2016-12-12[makefile] Fix make clean and stop hardcoding deps/ as the path (#527)Geoff Gustafson
2016-12-12[uart] Use prototype inheritance for UARTGeoff Gustafson
2016-12-12[general] Use prototype inheritance throughout the APIGeoff Gustafson