1644 Commits

Author SHA1 Message Date
Gordon Williams
c839f94ea2 updated for better website docs 2015-03-25 15:01:28 +00:00
Gordon Williams
e47917d5bc pico 1v3 image 2015-03-25 13:43:22 +00:00
Gordon Williams
0f7c92e83c Make sure analogRead doesn't overwrite pin state if it was set previously with pinMode
Make sure pinMode works with ADC input mode
2015-03-23 10:42:44 +00:00
Gordon Williams
4e9f34831f Fix Array.indexOf when array contains non-basic values
valueOf returns a type error when called on undefined
2015-03-19 12:53:45 +00:00
Gordon Williams
e943c3b3b5 more test fixes 2015-03-19 11:52:36 +00:00
Gordon Williams
dbf5c83ef2 Maths operations now call Object.valueOf if it's needed
Fix assert fail when jswrap_object_getOwnPropertyDescriptor called with non-string
2015-03-19 11:51:33 +00:00
Gordon Williams
3384e88a08 Fix assert fail for syntax error in do or while loop 2015-03-18 17:42:01 +00:00
Gordon Williams
2c96e3253d Now allow functions with >16 arguments (fix #490) 2015-03-18 17:37:45 +00:00
Gordon Williams
a590607fbc oops - add tester 2015-03-18 16:57:12 +00:00
Gordon Williams
5b42b9dbea Merge branch 'master' of github.com:espruino/Espruino 2015-03-18 16:08:35 +00:00
Gordon Williams
d74f896286 Made 'Field or method doesn't exist' report back the field that doesn't exist
Added quick and dirty scripts/test262.js runner script
            Fix propogation of Errors and Exceptions through function calls
            Allow parsing of integers > base 16
2015-03-18 16:08:29 +00:00
Gordon Williams
8d571ee8b6 Merge pull request #508 from the1laz/master
Update stm32f401_af.csv
2015-03-18 14:44:59 +00:00
Steven Lazidis
2f3fc5ae6a Update stm32f401_af.csv
Removed SPI4 as it was removed from the pins file and was causing issues compiling.
2015-03-18 21:43:21 +08:00
Gordon Williams
578b1a0bc5 Ensure that 'wrapped' libraries are killed before timers/watches 2015-03-17 11:35:29 +00:00
Gordon Williams
45954ba180 Merge branch 'master' into network_js 2015-03-13 17:58:02 +00:00
Gordon Williams
3c7c3edb7f Fix lock leak in CallNamedFunction 2015-03-13 17:57:39 +00:00
Gordon Williams
094ff2f58a actually making it work 2015-03-13 17:57:08 +00:00
Gordon Williams
cbe4067493 start of JS-based network stuff 2015-03-13 16:48:47 +00:00
Gordon Williams
ad2023fccb tweaks 2015-03-11 18:09:28 +00:00
Gordon Williams
5ae927df8f tweaks 2015-03-11 18:02:43 +00:00
Gordon Williams
9d2b98ab81 updated scripts for creating pico releases RELEASE_1V75 2015-03-11 15:37:24 +00:00
Gordon Williams
bca355a3bd Add Pico 1v3 2015-03-11 15:06:00 +00:00
Gordon Williams
986ac99148 Added http statusCode, statusMessage, and httpVersion 2015-03-11 10:57:37 +00:00
Gordon Williams
8884e9f591 Make HTTP/Sockets throttle reads so internal buffers don't get full when piping 2015-03-11 10:22:02 +00:00
Gordon Williams
89c320b80e Merge branch 'master' of github.com:espruino/Espruino 2015-03-11 09:22:45 +00:00
Gordon Williams
0b40ac2b08 Ensure that pipes 'complete' if the source closes (was previously only the destination) 2015-03-11 09:20:35 +00:00
Gordon Williams
1dc6aea223 Merge pull request #498 from boneskull/vagrant
add vagrant setup + documentation
2015-03-09 08:51:19 +00:00
Gordon Williams
91f604cd3e On Linux, Exit nonzero when an error occurs (fix #499) 2015-03-04 15:23:36 +00:00
Gordon Williams
a678a0f526 Merge branch 'master' of github.com:espruino/Espruino 2015-03-04 15:15:41 +00:00
Gordon Williams
f07c163fc7 Fix crash when out of memory while creating built-in object
Fix continue statement in nested loops (fix #501)
2015-03-04 15:15:30 +00:00
Gordon Williams
eb88b79599 oops - shouldn't have committed this 2015-03-04 14:46:00 +00:00
Gordon Williams
d09a7326f8 Merge pull request #500 from AlexanderBrevig/master
add documentation for http.request's options.headers field
2015-03-04 08:37:21 +00:00
Alexander Brevig
55b1944a67 add documentation for headers field for option object used by http.request 2015-03-04 01:26:35 +01:00
Christopher Hiller
a0ec84800e add vagrant setup + documentation 2015-03-01 22:20:54 -08:00
Gordon Williams
82467a1f9d Fixed issue with Pins/Bools as Array indices 2015-02-20 09:38:16 +00:00
Gordon Williams
fbf7a21c84 bump version 2015-02-19 15:26:43 +00:00
Gordon Williams
10ba9f71d0 add other bits of markdown RELEASE_1V74 2015-02-19 15:06:34 +00:00
Gordon Williams
15258560d3 Add TypedArray.slice (from ES6) to help modules that use I2C 2015-02-19 09:58:37 +00:00
Gordon Williams
ff2871778a Fix issue with graphics fill on PCD8544 LCD 2015-02-17 14:42:51 +00:00
Gordon Williams
d578252e20 tidyup 2015-02-16 15:55:41 +00:00
Gordon Williams
8d66608340 makefile tweaks to make testing easier 2015-02-16 15:49:02 +00:00
Gordon Williams
06ea0d205a Change process.env.EXPORTS to something more useful for compiler 2015-02-16 15:12:31 +00:00
Gordon Williams
137e20318f docs for B4/B5 2015-02-16 09:07:01 +00:00
Gordon Williams
7caceabbe8 updated pico images 2015-02-13 08:12:24 +00:00
Gordon Williams
96f1316712 Improve jsvIteratorGetIntegerValue speed for arrays (fix #493) 2015-02-13 08:12:05 +00:00
Gordon Williams
1953519708 oops 2015-02-12 11:33:00 +00:00
Gordon Williams
3f3778f7e4 now wait until SPI tx has finished and clear the RX buffer - fixes out of sync if you use SPI for something after send4bit 2015-02-12 11:27:03 +00:00
Gordon Williams
a80071fc13 Fix inaccuracy of 'Date.now()' on STM32 2015-02-11 15:58:09 +00:00
Gordon Williams
070b44ed9f Added 'global' built-in value 2015-02-10 15:58:41 +00:00
Gordon Williams
5d959e7459 Fixed issues with Waveform after 1v72 update to flat strings 2015-02-09 11:55:05 +00:00