Thorsten von Eicken
30aae54c80
esp8266: add exception handler to print stack dump
2016-04-16 23:26:17 -07:00
Gordon Williams
9781bacee8
Remove Espruino's built-in strcpy/etc
...
Remove Espruino's built-in maths
Add basic Taylor series sin and atan for when we're trying to save memory
2016-03-04 12:37:35 +00:00
Gordon Williams
9b508fb43f
remove beta note
2016-02-25 14:29:40 +00:00
Gordon Williams
cb0232b70e
Added remark about Pin() being deprecated
...
Added NodeMCU.Dx constants
Added Serial2 definition
Allowed Serial1.on('data'/etc - when console not on Serial1
Added software PWM (just use by default as no hardware)
2016-02-18 16:26:21 +00:00
Thorsten von Eicken
d8dec28a7c
fix crash on exception #772 ; misc tweaks
2015-12-30 12:22:02 -08:00
Thorsten von Eicken
9aa07bc92d
add sntp
2015-12-24 12:49:55 -08:00
Thorsten von Eicken
e5f9db8bd3
first cut at Wifi console
2015-12-19 18:39:12 -08:00
Thorsten von Eicken
9887c6e1e6
add in-memory debug log
2015-12-18 21:57:37 -08:00
Thorsten von Eicken
06c389ad45
tweak esp8266 wifi reset and saving
2015-12-05 08:58:39 -08:00
Thorsten von Eicken
6f23e1e818
added esp8266 network config save to flash; added crc32 function
2015-12-01 00:22:55 -08:00
Thorsten von Eicken
d089730ecb
moved wrap_esp8266 stuff from networking to target
2015-11-29 09:49:30 -08:00
Thorsten von Eicken
89d8c09b7e
esp8266: eliminate esp8266wifi class, refacor wifi class
2015-11-29 01:06:49 -08:00
Thorsten von Eicken
1be478dd32
esp8266: move lots of string constants to flash
2015-11-23 17:42:10 -08:00
Thorsten von Eicken
693a118a92
clean-up for PR
2015-11-20 22:57:44 -08:00
Thorsten von Eicken
60a16983ab
switch to a single board build
2015-11-18 23:29:16 -08:00
Neil Kolban
36a898a528
#605 Removal of redundant source files.
2015-11-13 22:32:01 -06:00
Neil Kolban
f7929aa47a
#702 - Design and implementation of default baud rate.
2015-11-11 16:42:30 -06:00
Neil Kolban
71d19752ee
Changes requested for #606 .
2015-11-10 10:56:17 -06:00
Neil Kolban
ba50c57e41
Merge remote-tracking branch 'refs/remotes/espruino/master'
2015-10-19 22:06:03 -05: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
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
34512a7223
merge master into tve/ota
2015-10-11 14:07:56 -07:00
Thorsten von Eicken
229097c520
add esp8266 OTA firmware update
2015-10-11 14:02:59 -07:00
Neil Kolban
da89887b29
Addition of copyright commentary. #632 .
2015-10-08 12:51:21 -05:00
Neil Kolban
15248475cd
Changed all tab characters to two spaces as per #600 .
2015-10-06 17:46:11 -05:00
Neil Kolban
85f70a2930
Removal of debug messages that were being written periodically.
...
Debug messages had been left in the code that were being logged at a
time interval. These have been commented out to make debug log more
consumable.
2015-10-06 08:29:37 -05:00
Neil Kolban
9774f7f544
Conversion to Unix EOL markers. Issue #600 .
2015-10-05 23:49:31 -05:00
Neil Kolban
6dcfc779f8
Removed all the \brief additions. Issue #600 .
2015-10-05 23:41:01 -05:00
Thorsten von Eicken
516ef3cef7
Fix merge issues;
...
Partially address #602 , SDK1.4 is usable now;
2015-10-03 23:18:35 -07:00
Thorsten von Eicken
e263ff43e0
merge upstream master into tve's fork
2015-10-03 23:00:46 -07:00
Thorsten von Eicken
360bbae37a
add utility timers; pseudo-fix jshSleep to avoid WDT reset
2015-10-03 22:02:06 -07:00
Thorsten von Eicken
7ca8a99d94
esp8266: implement system time
2015-10-03 00:05:35 -07:00
Thorsten von Eicken
58cf180fa4
make things compile for esp8266 512KB
2015-10-01 22:47:08 -07:00
Thorsten von Eicken
0e316320ab
make Flash work for esp8266
2015-10-01 22:28:05 -07:00
Thorsten von Eicken
fecd8c6175
change idle loop prio to 0
2015-10-01 12:21:05 -07:00
Neil Kolban
3ca5aa1961
Document standard compliances
2015-09-30 18:39:37 -05:00
Thorsten von Eicken
81d7576894
reduce static memory usage; misc fixes
2015-09-29 23:06:13 -07:00
Thorsten von Eicken
fe8da89356
esp8266: fix flash command line in Makefile
2015-09-28 23:57:41 -07:00
Neil Kolban
44628b19e5
Updates to ensure that os_printf with %d types are coerced to be ints.
...
When os_printf is given a format of "%d" then it MUST be supplied ints.
uint32 types will not do.
2015-09-28 09:41:52 -05:00
Thorsten von Eicken
0a696475f8
add idle time after setting uart baud rate
2015-09-27 19:11:51 -07:00
Neil Kolban
4eeb12d292
Commit of ESP8266 board specific source files.
2015-09-27 09:16:33 -05:00