aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-27[tests] Allow to run basic testsuite using "make test".make-testPaul Sokolovsky
2017-03-27[snapshot] Fixed bytecode array bugJimmy Huang
2017-03-27[snapshot] Clean up snapshot toolJimmy Huang
2017-03-24[docs] Added QEMU networking docs and created README index (#866)James Prestwood
2017-03-24[tests] Update test sensor module to add 'unconnected' state (#887)Cui Yan
2017-03-24[readme] Fix format of some markdown links so they actually work (#889)Geoff Gustafson
2017-03-24[readme] Update with new python-yaml dependency in Zephyr (#882)Geoff Gustafson
2017-03-24[trlite] Add support for running tests in parallelGeoff Gustafson
2017-03-23[general] Add copyright headers to recently added filesystem tests (#885)Geoff Gustafson
2017-03-23[trlite] Fix unfinished argument documentation in last patch (#883)Geoff Gustafson
2017-03-23[sensor] support for different controllers in constructor (#867)Jimmy Huang
2017-03-23[sensor] Update AmbientLight.js sample (#879)Jimmy Huang
2017-03-23[trlite] Split out a fourth VM to reduce Travis latency (#881)Geoff Gustafson
2017-03-23[snapshot] Fixed broken snapshot build due to updated JerryScript (#871)Jimmy Huang
2017-03-23[general] Add some copyrights to some makefiles (#869)Geoff Gustafson
2017-03-23[trlite] Check that copyrights have been updated in modified files (#868)Geoff Gustafson
2017-03-23[Buffer] Remove invalid case (#877)Hao Li
2017-03-23[trlite] Update to build ashell the new way (#878)Geoff Gustafson
2017-03-22[i2c] Disallow invalid bus #1 on Arduino 101 (#858)Brian Jones
2017-03-22[build] Creating new make targets for ide and ashell (#846)Brian Jones
2017-03-22[dgram] Fix error introduced by ZVAL patch, add dgram to trlite (#857)Geoff Gustafson
2017-03-22[general] Fix format warnings that appear with SDK 0.9 (#856)Geoff Gustafson
2017-03-22[events] Fix bug from recent ZVAL patch (#859)Geoff Gustafson
2017-03-22[jerryscript] Update JerryScript to latest master (#855)Jimmy Huang
2017-03-21[general] Fix build with non-const script str for LinuxGeoff Gustafson
2017-03-21[util] Run JrS garbage collection and retry upon malloc failure (#849)Geoff Gustafson
2017-03-21[build] Re-enable warnings as errors (#848)Geoff Gustafson
2017-03-21[sensor] Update sensor API for readings (#843)Jimmy Huang
2017-03-21[zephyr] Update Zephyr to v1.7.0 (#847)Jimmy Huang
2017-03-20[general] Radically change our memory situation (Facepalm!)Geoff Gustafson
2017-03-17[util] Add ZVAL macro to declare jerry_value_t w/ gcc auto cleanupGeoff Gustafson
2017-03-17[doc] Update AmbientLight sample wiring instructions (#840)Jimmy Huang
2017-03-17[build] Clean up prj.conf and other config files in build (#835)Brian Jones
2017-03-17[callbacks] Remove unused return value argument to post functionsGeoff Gustafson
2017-03-16[dgram] Fix bug in passing argument count (#842)Geoff Gustafson
2017-03-16[general] Make pointer declarations consistent across the projectGeoff Gustafson
2017-03-16[util] fix up add_readonly functions (#839)Jimmy Huang
2017-03-16[scripts] Enable debug mode when building ADC with SDK 0.9 (#836)Sudarsana Nagineni
2017-03-16[error] Print JS function where error was thrown (#813)James Prestwood
2017-03-15[samples] Add Electroshock and AlarmClock samplesGeoff Gustafson
2017-03-15[samples] Add AudioLevel sampleGeoff Gustafson
2017-03-15[util] Fix bug in argument validation caught by new unit testsGeoff Gustafson
2017-03-15[tests] Add C unit tests for new argument validation functionGeoff Gustafson
2017-03-15[sensor] Fix broken sensor in ashell (#827)Jimmy Huang
2017-03-15[docs] Fix link for ble.md doc (#831)Jimmy Huang
2017-03-15[aio] Remove unused parameters in open (#830)Jimmy Huang
2017-03-15[ocf] Added OCF client documentation (#825)James Prestwood
2017-03-15[ocf] register resource correctly (#800)James Prestwood
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