aboutsummaryrefslogtreecommitdiff
path: root/src/zjs_common.h
AgeCommit message (Expand)Author
2018-05-18[debugger] Added debugger support for ZephyrJimmy Huang
2018-02-01[general] Style cleanup with clang (#1794)Jimmy Huang
2017-12-15[aio] Add FTRACE support for debuggingGeoff Gustafson
2017-12-15[aio] Use board pin mechanism for AIO; remove old pins modulesGeoff Gustafson
2017-10-31[aio] Added FRDM-K64F supportJimmy Huang
2017-10-31[aio] Make AIO a EventEmitter and remove .on()Jimmy Huang
2017-10-06[common] Do not include __FILE__ macro in non debug builds (#1570)Sudarsana Nagineni
2017-10-06[timers] Make timers completely async/event driven (#1542)James Prestwood
2017-09-18[debug] Add VERBOSITY flag to control debug output verbosity (#1533)Geoff Gustafson
2017-09-11[callbacks] Split callback locks to protect ringbuf vs. cb_mapGeoff Gustafson
2017-09-11[common] Make FTRACE a reusable feature in zjs_common.hGeoff Gustafson
2017-09-11[common] Add flag for enabling ZJS_ASSERT even in release modeGeoff Gustafson
2017-09-11[net] Add FTRACE feature for tracing function calls in zjs_net.cGeoff Gustafson
2017-09-08[utils] Add ZJS_ASSERT macro to test assertions in debug modeGeoff Gustafson
2017-07-07[general] Clean up for formatting (#1314)Jimmy Huang
2017-06-29[sensor] Added Magnetometer sensor support (#1309)Jimmy Huang
2017-06-29[build] Fix linux and QEMU build on Mac (#1307)Jimmy Huang
2017-06-20[general] Use Zephyr defined typesJimmy Huang
2017-06-20[sensor] k64f support (#1208)Jimmy Huang
2017-05-19[common] Change error label in ERR_PRINT because IDE drops those linesGeoff Gustafson
2017-05-11[pme] Initial implementation of CuriePME API (#1082)Jimmy Huang
2017-03-28[sensor] Fixed bug where controller name can't get set (#912)Jimmy Huang
2016-12-22[general] Shorten file paths and improve dbg/err output format (#569)Geoff Gustafson
2016-11-14[general] Print ERR_PRINT messages in release builds (#429)Geoff Gustafson
2016-11-10[ocf] OCF implementation using iotivity-constrained (#288)James Prestwood
2016-10-18[debugging] Print elapsed time since start with DBG_PRINT/ERR_PRINT (#275)James Prestwood
2016-10-05[Demo] Cleaned up debug messages for the BLE demo (#248)Jimmy Huang
2016-10-03[General] Modify DBG_PRINT to not require double parenthesesGeoff Gustafson
2016-09-22[Script] Increase maximum JavaScript sizeJimmy Huang
2016-09-07[General] Restore MAX_SCRIPT_SIZE limit and add error checking for itGeoff Gustafson
2016-08-15[Linux] Added option to build for linuxJames Prestwood
2016-07-14[A101] Add easy pin names for AIO pins on Arduino 101Geoff Gustafson
2016-07-14[General] Prevent multiple inclusion of header filesGeoff Gustafson
2016-07-12[util] Remove ARC code's dependency on JerryScript headersGeoff Gustafson