1457 Commits

Author SHA1 Message Date
Gordon Williams
c45f3e988d fix arraybuffer test 2014-12-17 11:46:12 +00:00
Gordon Williams
f3c1d70163 When dumping typed arrays, use the size if all elements are 0 (fix #448) 2014-12-17 11:03:38 +00:00
Gordon Williams
5598844237 Merge pull request #461 from ganehag/master
Hashlib implementation
2014-12-16 14:40:41 +00:00
Gordon Williams
df398b0db0 Allow setWatch to execute native functions inside the IRQ 2014-12-16 12:42:30 +00:00
Gordon Williams
23b3746340 fix inlining warning 2014-12-16 12:07:44 +00:00
Gordon Williams
eb60918d48 Fix addition of stdlib's exit on Nucleo debug 2014-12-15 10:25:46 +00:00
Gordon Williams
9c6b9e509d Fix pin namings on Nucleo boards 2014-12-15 10:25:37 +00:00
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
Mikael Ganehag Brorsson
764b7416e7 Basic testcase for hashlib 2014-12-05 23:18:14 +01:00
Mikael Ganehag Brorsson
a7c4863a5b * Fixed memory leak
* Disable SHA384 & SHA512 (crash on Espruino)
2014-12-05 23:16:42 +01:00
Mikael Ganehag Brorsson
f8ccef0100 Fixed encoding issue 2014-12-05 23:12:25 +01:00
Mikael Ganehag Brorsson
cae5328aff Added license from SHA2 library 2014-12-02 12:07:11 +01:00
Mikael Ganehag Brorsson
7ada56c927 Initial implementation of hashlib (sha-224/256/384/512) 2014-12-02 12:06:42 +01: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