aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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