27 Commits

Author SHA1 Message Date
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