13 Commits

Author SHA1 Message Date
Gordon Williams
9da589bb55 Added jsvAddNamedChildAndUnLock (instead of jsvAddNamedChild) to avoid some code duplication and free up a few bytes of flash 2023-05-12 10:00:18 +01:00
Gordon Williams
9b30f17227 Added jsvObjectGetChildIfExists to avoid the jsvObjectGetChild(... ,0) case - saves ~300b of flash space 2023-04-25 10:59:34 +01:00
qucchia
c5bb94bf7a Limit documentation comments to 80 characters (#2244) 2022-07-27 15:32:19 +02:00
Gordon Williams
478b28d080 nRF5x: Allow 'high speed' watches via 'hispeed' argument to setWatch. Higher power consumption but detects fast (<25us) pulses. 2022-05-05 12:01:19 +01:00
Gordon Williams
5dd5d901d1 replace NewWithFlags with jsvNewXXX - saves a few bytes by killing repetition 2016-03-04 12:54:18 +00:00
Gordon Williams
80ce11135a I love Eclipse global regex replace :)
Use jsvUnLock2/etc to really drop memory usage
2015-09-18 12:25:07 +01:00
Gordon Williams
dcdd92fe12 remove confusing stuff from docs 2015-04-15 09:25:05 +01:00
Gordon Williams
933d14a988 refactor comments 2014-09-11 13:38:48 +01:00
Gordon Williams
1f020d877d stop trigger blocking waiting for timer if pulse length > time between pulses 2014-03-30 18:26:17 +01:00
Gordon Williams (u36)
e59a7e56fb Small fixes for trigger/timer 2014-03-27 14:44:28 +00:00
Gordon Williams
7f4de36749 Add jsvArrayPushAndUnLock and modified code to use it (fix #135) 2013-12-06 15:27:48 +00:00
Gordon Williams
66c62f7adf code tidy - now use single function 2013-12-02 13:37:28 +00:00
Gordon Williams
f3d6e0bc83 First commit 2013-09-26 14:39:04 +01:00