1445 Commits

Author SHA1 Message Date
Gordon Williams
acb068e965 Remove libraries from root scope (fix #463) 2014-12-11 15:51:50 +00:00
Gordon Williams
2aa649c3b4 Fixed issues with intervals in onInit (#462) 2014-12-10 11:43:17 +00:00
Gordon Williams
72013e1d57 Finally fixed sporadic compilation problems with '-Os' 2014-11-28 16:02:48 +00:00
Gordon Williams
6db8ca784a Merge branch 'master' of github.com:espruino/Espruino
Conflicts:
	ChangeLog
2014-11-28 14:10:37 +00:00
Gordon Williams
1ddd30a0a7 more fiddling with RTC - seems reliable now 2014-11-28 14:09:51 +00:00
Gordon Williams
296b080f29 Merge branch 'master' into RTC_fix_broken
Conflicts:
	ChangeLog
2014-11-28 10:17:06 +00:00
Gordon Williams
1550eb32cd Merge pull request #458 from ganehag/master
RFC-1123 formated date string
2014-11-25 08:52:52 +00:00
Mikael Ganehag Brorsson
e516089921 RFC-1123 formated date string 2014-11-25 09:05:48 +01:00
Gordon Williams (u36)
b5189ef474 Fix JSON parse of negative numbers (fix #456) 2014-11-23 11:16:49 +00:00
Gordon Williams
84fcb0f70e oops 2014-11-21 12:28:26 +00:00
Gordon Williams
8efff4f7dc docs 2014-11-21 12:27:55 +00:00
Gordon Williams
1f5e0ac3cd fix embedded compile 2014-11-20 14:38:24 +00:00
Gordon Williams
b609adfe7d fix cc3000 compile 2014-11-20 14:33:58 +00:00
Gordon Williams
0962662b0d Added 'net' library with support for sockets 2014-11-20 13:01:04 +00:00
Gordon Williams
cc9cd4a3cc initial socket support - client now working 2014-11-20 11:50:21 +00:00
Gordon Williams
2d99454de0 fix compile 2014-11-19 18:08:40 +00:00
Gordon Williams
2f0d327f0d Merge branch 'master' into sockets
Conflicts:
	libs/network/http/jswrap_http.c
2014-11-19 18:06:48 +00:00
Gordon Williams
7b1ddf9c2f fix broken assert 2014-11-19 17:55:39 +00:00
Gordon Williams
6673ff5d08 misc tweaks 2014-11-19 17:53:27 +00:00
Gordon Williams
47d809c7ff serial on linux tweaks 2014-11-19 16:22:23 +00:00
Gordon Williams
f0d5bcf866 Add ability to use serial ports on Linux with Serial1.setup({path:"/dev/ttyUSB0"})
Started ability to use SPI from Linux
2014-11-19 15:12:47 +00:00
Gordon Williams
c3c590dc76 fix broken build 2014-11-18 16:27:34 +00:00
Gordon Williams
4c6e10f1b9 fix RTC restart issue, but seems to have broken other stuff 2014-11-18 12:31:58 +00:00
Gordon Williams
6ead55af2b Stop huge amounts of input events blocking Espruino's timers (fix #452) 2014-11-18 10:56:16 +00:00
Gordon Williams
2219304633 whoops 2014-11-18 10:53:05 +00:00
Gordon Williams
25f1d82467 Add input thread on Linux, and fix idle and Ctrl+C behaviour (fix #451) 2014-11-18 10:39:45 +00:00
Gordon Williams
c1c4e86f75 Merge branch 'master' of github.com:espruino/Espruino 2014-11-14 16:44:50 +00:00
Gordon Williams
91164f259c Fixed reporting of Serial RX pullup in dump() 2014-11-14 16:44:31 +00:00
Gordon Williams
ab0d749d85 Merge pull request #447 from asez73/master
Added some details to take in account STM32F411 properly
2014-11-14 15:33:27 +00:00
Gordon Williams
7c4b317dea Fix filled column when fillpoly is off the end of the screen 2014-11-14 14:51:11 +00:00
alain
8cbf002521 Added some details to take in account STM32F411 properly 2014-11-14 15:03:45 +01:00
Gordon Williams
29e2687a05 Merge pull request #446 from asez73/master
Added board Nucleo-F411RE alpha status
2014-11-14 11:05:56 +00:00
alain
be0ee1d998 Added board Nucleo-F411RE alpha status 2014-11-14 10:30:52 +01:00
Gordon Williams
cf2e462d32 Merge pull request #445 from asez73/master
Corrected 'wild characters at reset' problem by defining RX_PIN and TX_PIN in NUCLEOF401RE.py
2014-11-13 10:32:32 +00:00
alain
176d9e49d3 Corrected 'wild characters at reset' problem by defining RX_PIN and TX_PIN in NUCLEOF401RE.py 2014-11-13 09:00:00 +01:00
Gordon Williams
d1d8d77bec small tidyup 2014-11-12 10:38:49 +00:00
Gordon Williams
3c4500490e Used new semi-recursive parse for expressions 2014-11-12 10:19:51 +00:00
Gordon Williams
15728ba5c5 Ensure that &,|,^,etc all have different precedences (without extra recursion) 2014-11-12 09:53:46 +00:00
Gordon Williams
0ebed4a415 Fix do..while without trailing semi-colon 2014-11-12 09:02:29 +00:00
Gordon Williams
5e17564d33 Fix issues with SPI.write, CS, and out of sync receive bytes 2014-11-11 17:47:01 +00:00
Gordon Williams
cfa9c384a9 force inline some more stuff 2014-11-11 17:46:37 +00:00
Gordon Williams
bf18f513f3 fix benchmark 2014-11-11 14:50:08 +00:00
Gordon Williams
ce6d7439aa Force inlining of jsvLock/UnLock on most systems - improves performance a lot 2014-11-11 14:34:40 +00:00
Gordon Williams
2bf05e5be2 when trying to save flash, only hint that we want inlining 2014-11-11 12:56:33 +00:00
Gordon Williams
cf5cda74c0 switched to GCC's always_inline attribute where it's needed. Should help with -Os 2014-11-11 12:54:25 +00:00
Gordon Williams
6317aea56b Oops - fix F3 build 2014-11-11 10:32:49 +00:00
Gordon Williams
e9b45332ca Allow Function.apply to take typed arrays (fix #442)
Allow arrays to be passed to digitalPulse so square waves can be created easily
Move function defs out of jshardware.h, to avoid compielr warnings
2014-11-11 10:14:48 +00:00
Gordon Williams
440ab9d760 Merge branch 'master' into osc_running
Conflicts:
	ChangeLog
2014-11-10 19:04:06 +00:00
Gordon Williams
e1a54f32a8 change name 2014-11-10 19:02:05 +00:00
Gordon Williams (u36)
82f2bd6548 Merge branch 'master' of github.com:espruino/Espruino 2014-11-10 18:26:55 +00:00