95 Commits

Author SHA1 Message Date
Gordon Williams
b441909c39 Board docs now specify '3.3v' only pins fix #104 2013-10-16 12:26:29 +01:00
Gordon Williams
905a000aef Object prototypes are now Objects, fix #101. Also more tests 2013-10-16 12:12:25 +01:00
Gordon Williams
58e55d34f0 more HTTP changes for CC3000 - still not working, but now compiling 2013-10-15 19:54:09 +01:00
Gordon Williams
ae10902d1b Merge branch 'master' of github.com:espruino/Espruino 2013-10-15 17:11:25 +01:00
Gordon Williams
2a40855846 CC3000 now connecting and responding to pings 2013-10-15 17:11:07 +01:00
Gordon Williams
364431f7fd Added SPI mode selection 2013-10-15 15:51:24 +01:00
Gordon Williams
c5395a10a9 Merge pull request #98 from ebirger/constructor_fix
Constructors fix - explicit value casting of boolean value
2013-10-15 06:51:52 -07:00
Eyal Birger
fe07ce65bf [Constructors fix] explicit value casting of boolean value 2013-10-15 15:19:21 +02:00
Gordon Williams
34a6f834fe Test for issue 97 2013-10-15 11:10:54 +01:00
Gordon Williams
e400795747 moveover for pin functions - tooltip was unreliable 2013-10-15 10:48:29 +01:00
Gordon Williams
3d409c41a0 Now build keywords list 2013-10-14 20:32:54 +01:00
Gordon Williams
1d65d2fa70 STM32F3 board fixed and VL board tested 2013-10-14 17:50:56 +01:00
Gordon Williams
804ef512ec Merge branch 'master' of github.com:espruino/Espruino 2013-10-14 16:28:15 +01:00
Gordon Williams
f7cb471e89 more notes 2013-10-14 12:37:14 +01:00
Gordon Williams
2f892bfc8d Merge pull request #87 from ebirger/ci_arm
Add ARM boards to CI
2013-10-14 03:27:26 -07:00
Eyal Birger
977d67e07a [CI] OLIMEX with bootloader currently fails the build. Disable for now. 2013-10-12 17:25:10 +02:00
Eyal Birger
9fb42d3f83 [CI] add ARM boards to build CI matrix 2013-10-12 17:19:41 +02:00
Gordon Williams
9199b112d7 fix cc300 compile 2013-10-11 14:32:07 +01:00
Gordon Williams
a31c72d178 Fixed linker script for STM32F4 (discovery board now works) 2013-10-11 14:31:51 +01:00
Gordon Williams
ce7832ffdf changes for new website 2013-10-11 12:43:26 +01:00
Gordon Williams
c7d0b65e52 Fix #85 - ARM compilation 2013-10-11 12:07:09 +01:00
Gordon Williams
9712c7e399 Updated pin info for STM32F103xC/D/E chips, fix #84 2013-10-11 11:53:11 +01:00
Gordon Williams
7e9532b898 'http' and 'fs' are now libraries that need to be 'require'd, fix #8 2013-10-10 19:58:47 +01:00
Gordon Williams
bdb1c719e1 add Function.apply, fix #54 2013-10-10 19:05:25 +01:00
Gordon Williams
7d8d8a18c8 Added Function.call 2013-10-10 18:37:09 +01:00
Gordon Williams
2b51d2d5d5 make executable 2013-10-10 18:09:27 +01:00
Gordon Williams
979bf242d9 One-based setTimeout/setWatch, fix #3 2013-10-10 18:09:14 +01:00
Gordon Williams
02bb4e365f setWatch(..A0);setWatch(..A0);clearWatch(1) does not now kill the other watch, fix #25 2013-10-10 17:57:04 +01:00
Gordon Williams
1cb11e6d17 'make serialflash' is now works correctly for Espruino Boards with bootloader 2013-10-10 17:54:11 +01:00
Gordon Williams
4bcf2b79f6 Merge pull request #80 from ebirger/parse_int_fix
Fix test 062
2013-10-10 09:35:07 -07:00
Gordon Williams
a41a40dea3 On linux, use built-in stringToFloat to aid debugging. Handle exponentials, fix #31 2013-10-10 17:22:42 +01:00
Gordon Williams
9eaff12a87 parse 10e+3 correctly 2013-10-10 17:01:17 +01:00
Gordon Williams
a1ce503e03 More arraybuffer iteration fixes 2013-10-10 11:11:34 +01:00
Gordon Williams
2be76e3468 Add object.keys() - fix #75 2013-10-10 10:52:40 +01:00
Gordon Williams
388498cab0 Fix for tests/test_json_arraybuffer_001.js - iteration of arraybuffers of length==1 2013-10-10 10:28:29 +01:00
Gordon Williams
1180263656 Merge branch 'master' of github.com:espruino/Espruino 2013-10-10 10:21:06 +01:00
Gordon Williams (u36)
15ecd790c3 gitignore file 2013-10-10 10:20:32 +01:00
Gordon Williams (u36)
5dacc79c07 Merge branch 'master' of github.com:espruino/Espruino 2013-10-10 10:19:28 +01:00
Gordon Williams (u36)
78f9cf0396 another test 2013-10-10 10:19:14 +01:00
Gordon Williams (u36)
472414461c new tests 2013-10-10 10:18:45 +01:00
Gordon Williams
67ccc72b88 cl update 2013-10-10 10:16:11 +01:00
Gordon Williams
e43687cb40 Merge pull request #74 from ebirger/member_constructors
Member constructors
2013-10-10 02:10:22 -07:00
Eyal Birger
fd74f100dd [Parsing] when parsing integers, the prefix (0,0x,0b) should be parsed even in forceRadix mode 2013-10-10 05:47:51 +02:00
Eyal Birger
5ba27ea884 [Evaluation] coding convention fixes 2013-10-09 21:12:23 +02:00
Eyal Birger
25cec1f825 [Coding] convert accidental tabs into spaces 2013-10-09 19:52:03 +02:00
Eyal Birger
c0bc1d9c32 [Evaluation] functions may return objects/arrays - allow dereferencing a function call return value 2013-10-09 19:43:05 +02:00
Gordon Williams (u36)
abb7e6c2de more doc 2013-10-09 17:55:41 +01:00
Gordon Williams (u36)
bbe097a85f add new test for functions returning arrays (passes at the mo) 2013-10-09 17:03:39 +01:00
Gordon Williams (u36)
76f3fc53b7 Fix Olimexino compile - default USART pins are now chosen correctly.
https://github.com/espruino/Espruino/issues/6
2013-10-09 16:43:18 +01:00
Gordon Williams
3e494aa353 Update README.md 2013-10-05 12:58:26 +01:00