aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-26[general] Update version file to 0.3 for releasev0.3zjs-0.3Geoff Gustafson
2017-04-20[ocf] Fix OCF on QEMU build (#1040)James Prestwood
2017-04-19Sync 0.3 docs fix and sample added (#1036)Cui Yan
2017-04-18[ashell] Removing sensor from ashell default configuration (#1032)Brian Jones
2017-04-12[general] Update version file to 0.3-preGeoff Gustafson
2017-04-07[docs] Tweaks to text boxes w/ interactive commands for ashell/ocf (#997)Geoff Gustafson
2017-04-07Make these commands more end-user friendly (easier to copy) (#994)Rick Waldron
2017-04-07Adds CT_CC_GCC_STATIC_LIBSTDCXX=n to custom .config settings (#995)Rick Waldron
2017-04-07[tests] Add testpoint for D3 D5 D14 D15 on K64f (#991)Cui Yan
2017-04-06[buffer] Check for NULL return buffer pointers in create func (#989)Geoff Gustafson
2017-04-06[netcfg] Added net config module (#980)James Prestwood
2017-04-06[i2c] Fix bug where pinmux is screwing up I2C (#987)Jimmy Huang
2017-04-06[build] Maintain both snapshot and parser versions of JrS library (#986)Geoff Gustafson
2017-04-06[docs] Update with latest info on GPIO pins working for k64f (#979)Geoff Gustafson
2017-04-06[ashell] All ashell commands check if the file exists (#972)Brian Jones
2017-04-06[mac] Fix build issues on Mac (#968)Jimmy Huang
2017-04-06[buffer] Update Buffer test to allow out of memory errors (#966)Geoff Gustafson
2017-04-06[util] Switch to unsigned int version of __builtin_clz (#982)Geoff Gustafson
2017-04-06[build] Fix makefile bug that EXT_JERRY_FLAGS are ignored (#976)Jimmy Huang
2017-04-06[dgram] Added ip route info to IPv6 sample (#973)James Prestwood
2017-04-06[docs] Updating ashell docs (#969)Brian Jones
2017-04-04[samples] Remove old Console.js; improved version in samples/tests (#965)Geoff Gustafson
2017-04-04[promises] Enable test_promise module on A101 (#963)James Prestwood
2017-04-04[travis] Cache the SDK directory to speed up builds drastically (#967)Geoff Gustafson
2017-04-04[buffer] Return buffer as out parameter to zjs_buffer_create() (#964)James Prestwood
2017-04-03[dgram] Fix garbage dgram output (#960)James Prestwood
2017-04-03[promise] Set callback ID to -1 after removing them (#962)James Prestwood
2017-04-03[ashell] Fix to leave out FS async APIs (#957)James Prestwood
2017-04-03[buffer] Return an error when out of memory in zjs_buffer_create (#955)Geoff Gustafson
2017-04-03[k64f] Restore GPIO functionality by enabling pins via pinmux (#954)Geoff Gustafson
2017-04-03[ocf] Improve get/platform info on client side (#952)James Prestwood
2017-04-03[tests] Add sensor.timestamp in GenericSensor module (#951)Cui Yan
2017-03-31[events] Changed ERR_PRINT to DBG_PRINT in trigger event (#953)James Prestwood
2017-03-31[trlite] Build OCF client/server code, not just common (#958)Geoff Gustafson
2017-03-31[tests] Update test-ocfclient.js for bug fix (#950)Cui Yan
2017-03-31[ocf] Fix client resource property on update (#947)James Prestwood
2017-03-31[callbacks] Store file/func info in callbacks for debug build (#935)James Prestwood
2017-03-31[tests] Update test-uart.js for bug fix (#943)Cui Yan
2017-03-31[sensor] Add support for TemperatureSensor (#937)Jimmy Huang
2017-03-30[sensor] Add missing timestamp (#942)Jimmy Huang
2017-03-30[samples] Added missing colon and renamed samples (#939)Jimmy Huang
2017-03-30[arc] Remove strnlen and use strlen (#941)Jimmy Huang
2017-03-30[fs] Fix build warnings for latest 0.9 SDK (#940)Jimmy Huang
2017-03-30[fs] Enable FS async API's automatically if script uses them (#931)James Prestwood
2017-03-30[analyze] Fix OCF client or server being allowed but not both (#946)Geoff Gustafson
2017-03-30[buffer] Fix bug in big-endian Buffer functions (#934)Geoff Gustafson
2017-03-30[docs] Document caveat about conflict between SPI and A101 LED (#930)Geoff Gustafson
2017-03-30[pwm] Require PWM period/pulseWidth to be set at the same time (#928)Geoff Gustafson
2017-03-30[trlite] Only pester Intel folks about updating copyright year (#938)Geoff Gustafson
2017-03-29[tests] Fix exception thrown after grove lcd manual tests (#933)Jimmy Huang