Gordon Williams
|
6d1495ddce
|
and this is why I don't like python
|
2015-10-20 16:03:26 +01:00 |
|
Gordon Williams
|
adb76451ac
|
Allow Ctrl-C to break out of tight loops with function calls in
|
2015-10-20 13:58:07 +01:00 |
|
Gordon Williams
|
29a0597f23
|
Merge branch 'master' of github.com:espruino/Espruino
|
2015-10-20 13:21:11 +01:00 |
|
Gordon Williams
|
2b97796702
|
fix 'continue' and make sure we don't empty input buffer even if we were meant to leave debug mode
|
2015-10-20 13:21:03 +01:00 |
|
Gordon Williams
|
3bd5e2f5b8
|
Merge pull request #674 from nkolban/master
Fixes for issue #673 ... bad state resulting from disconnect while sending
|
2015-10-20 10:37:05 +01:00 |
|
Neil Kolban
|
6d660c8af7
|
Implementation of #590. Implementation of gethostbyname.
|
2015-10-19 23:00:59 -05:00 |
|
Neil Kolban
|
ba50c57e41
|
Merge remote-tracking branch 'refs/remotes/espruino/master'
|
2015-10-19 22:06:03 -05:00 |
|
Gordon Williams
|
beb4b6eb44
|
docs
|
2015-10-19 16:25:54 +01:00 |
|
Gordon Williams
|
003369811d
|
oops - fix numpad handling. It's actually tidier now
|
2015-10-19 16:25:45 +01:00 |
|
Gordon Williams
|
a72c8baf11
|
fix new compile warning
|
2015-10-19 16:09:20 +01:00 |
|
Gordon Williams
|
6054ec3d16
|
Only add line numbers for debugging if they're known
|
2015-10-19 14:25:21 +01:00 |
|
Gordon Williams
|
8c6983b13a
|
WHITESPACE FIX - changing to unix line endings for all non-library files
|
2015-10-19 14:13:50 +01:00 |
|
Gordon Williams
|
d722eaf786
|
Merge branch 'master' of github.com:espruino/Espruino
|
2015-10-19 14:06:16 +01:00 |
|
Gordon Williams
|
5771a3fcb9
|
Store line numbers for functions (via Esc [ 1234 d escape code before decl) and use in debug + stack traces
|
2015-10-19 14:06:09 +01:00 |
|
Neil Kolban
|
b866ab37d1
|
Fix for #673. Assert through not freeing currentTxBuffer.
|
2015-10-18 17:45:44 -05:00 |
|
Neil Kolban
|
9b0de0bc2e
|
Merge remote-tracking branch 'refs/remotes/espruino/master'
|
2015-10-18 16:28:23 -05:00 |
|
Neil Kolban
|
7151c38c5a
|
Merge remote-tracking branch 'refs/remotes/espruino/master'
|
2015-10-17 00:55:17 -05:00 |
|
Gordon Williams
|
d19c544b8a
|
Merge pull request #667 from markusgritsch/patch-1
Update 05-User_Guide.md
|
2015-10-17 07:53:39 +02:00 |
|
Gordon Williams
|
e639ac4021
|
Merge pull request #671 from nkolban/master
Fixes for #670.
|
2015-10-17 07:52:40 +02:00 |
|
Gordon Williams
|
fb17e1c381
|
Merge pull request #672 from tve/esp8266-i2c
Renamed esp8266_OTA board to _12 and added photo and pin locations
|
2015-10-17 07:47:18 +02:00 |
|
Thorsten von Eicken
|
4f0c3ea342
|
renamed ESP8266_OTA board, added image and pin locations
|
2015-10-16 21:37:16 -07:00 |
|
Neil Kolban
|
60d468ca50
|
Fixed Unix LF errors.
|
2015-10-16 18:32:10 -05:00 |
|
Neil Kolban
|
0ae876fe13
|
Fixes for #670. JsVar leaks on WiFi Event Handler.
|
2015-10-16 17:31:06 -05:00 |
|
markusgritsch
|
ced590a98c
|
Update 05-User_Guide.md
|
2015-10-16 13:46:02 +02:00 |
|
Neil Kolban
|
e8da358602
|
Merge remote-tracking branch 'refs/remotes/espruino/master'
|
2015-10-16 00:23:07 -05:00 |
|
Gordon Williams
|
35a5e393ff
|
Merge pull request #666 from tve/esp8266-i2c
Esp8266 I2C support and pin refactoring
|
2015-10-16 06:13:08 +01:00 |
|
Thorsten von Eicken
|
512de5d5bb
|
esp8266 uart clean-up
|
2015-10-15 22:02:08 -07:00 |
|
Thorsten von Eicken
|
b4086f4ddd
|
fix esp8266 debug printfs
|
2015-10-15 12:47:46 -07:00 |
|
Thorsten von Eicken
|
23d80a4939
|
esp8266: switch OTA to 512 byte chunks
|
2015-10-15 12:47:03 -07:00 |
|
Thorsten von Eicken
|
354cbb13ff
|
disable mdns for now
|
2015-10-15 12:46:34 -07:00 |
|
Thorsten von Eicken
|
598e57e7b3
|
esp8266: switch to 536 byte TCP MSS; back to 1023 JSvars
|
2015-10-15 12:46:04 -07:00 |
|
Gordon Williams
|
d2bdc95d66
|
Merge pull request #663 from nkolban/master
Implement of #660.
|
2015-10-15 14:22:06 +01:00 |
|
Neil Kolban
|
79ab073aab
|
Removal of bad comments from source file.
|
2015-10-15 07:59:16 -05:00 |
|
Thorsten von Eicken
|
c5a9ea5fc4
|
fix i2c ACK polarity
|
2015-10-14 23:38:30 -07:00 |
|
Thorsten von Eicken
|
65ce65afc5
|
add espressif license to copied file
|
2015-10-14 23:20:16 -07:00 |
|
Thorsten von Eicken
|
ef72504444
|
merge master into i2c branch
|
2015-10-14 23:14:54 -07:00 |
|
Thorsten von Eicken
|
459bb057d5
|
rewrite esp8266 pin functions
|
2015-10-14 23:08:24 -07:00 |
|
Thorsten von Eicken
|
644673752c
|
fix OTA upgrade
|
2015-10-14 23:07:39 -07:00 |
|
Thorsten von Eicken
|
606f4adf7b
|
make i2c work @100Khz
|
2015-10-14 23:07:14 -07:00 |
|
Neil Kolban
|
a92fb11737
|
Implement of #660.
This issue corrects the handling of a pin defined as input with pullup
as related to `setWatch()`.
|
2015-10-14 17:06:23 -05:00 |
|
Gordon Williams
|
1a6ddc9c63
|
Merge pull request #650 from jalawson/olimexino_re
Olimexino with a STM32F103RET6 replacing the RBT6
|
2015-10-14 10:30:39 +01:00 |
|
Gordon Williams
|
236ca93e91
|
Merge branch 'master' of github.com:espruino/Espruino
|
2015-10-14 09:55:22 +01:00 |
|
Gordon Williams
|
f6b3248dbd
|
Fix bad I2C link, fix #658
|
2015-10-14 09:55:13 +01:00 |
|
Gordon Williams
|
1add80ae5d
|
Merge pull request #657 from nkolban/master
Implementation of #655
|
2015-10-14 07:59:13 +01:00 |
|
Neil Kolban
|
47bdd3e81c
|
Merge remote-tracking branch 'refs/remotes/espruino/master'
|
2015-10-13 16:21:38 -05:00 |
|
Neil Kolban
|
c8cf289c93
|
Doc update for #655.
|
2015-10-13 16:21:19 -05:00 |
|
Neil Kolban
|
3f45fa4ccb
|
Implementation of #655.
This commit provides the first pass at debug log enablement/disablement.
|
2015-10-13 11:55:50 -05:00 |
|
Gordon Williams
|
5810db8523
|
docs
|
2015-10-13 10:48:12 +01:00 |
|
Gordon Williams
|
1c994ebe99
|
Merge pull request #651 from nkolban/master
Implementation of #642 and #643
|
2015-10-13 09:19:43 +01:00 |
|
Neil Kolban
|
0c5b048529
|
Removed console debugging for jshIsPinValid.
|
2015-10-13 02:29:10 -05:00 |
|