2079 Commits

Author SHA1 Message Date
Thorsten von Eicken
2da57d2b6a emw3165 stand-alone build, no wifi 2015-10-26 00:54:28 -07:00
Thorsten von Eicken
fa545367ab emw3165: getting to the interactive prompt 2015-10-18 13:06:00 -07:00
Thorsten von Eicken
b4c07dd316 emw3165: document build process 2015-10-18 10:40:30 -07:00
Thorsten von Eicken
3ed3033247 emw3165: espruino compiles and links with WICED 2015-10-18 00:21:01 -07:00
Thorsten von Eicken
82169d6d73 make something compile for emw3165 2015-10-05 00:47:56 -07:00
Thorsten von Eicken
b79935e673 updated README_Building for esp8266 esp-2015-10-04 2015-10-03 23:31:59 -07: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
e11ebcfc1c esp8266: remove multiple wifi event handler registrations 2015-10-03 23:04:41 -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
cfe0843613 esp8266 jshardware reorg to group things 2015-10-03 09:43:14 -07:00
Thorsten von Eicken
cfd947fdc1 added comments and questions to jshardware.h 2015-10-03 09:24:13 -07:00
Gordon Williams
16e40980ab Merge pull request #608 from nkolban/master
Implementation of #596 - unique socket ids
2015-10-03 08:31:05 +01:00
Thorsten von Eicken
7ca8a99d94 esp8266: implement system time esp8266-2015-10-03 2015-10-03 00:05:35 -07:00
Neil Kolban
7911591515 Implementation of #596 2015-10-02 20:10:28 -05:00
Neil Kolban
d4f0dfcb63 Merge remote-tracking branch 'espruino/master' 2015-10-02 15:35:02 -05:00
Neil Kolban
5c5676e441 Sync commit. 2015-10-02 15:34:45 -05:00
Gordon Williams
6ce2b9b2a5 remove RAM hogs 2015-10-02 16:07:19 +01:00
Gordon Williams
a0bee1417f Impove setWatch docs and comment 2015-10-02 15:06:31 +01:00
Thorsten von Eicken
58cf180fa4 make things compile for esp8266 512KB esp8266-2015-10-01 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
60d1f738e7 os_printf typo 2015-10-01 12:23:19 -07:00
Thorsten von Eicken
fecd8c6175 change idle loop prio to 0 2015-10-01 12:21:05 -07:00
Thorsten von Eicken
ef378a625b makefile, and wifi status improvements 2015-10-01 12:15:33 -07:00
Thorsten von Eicken
4d716429ef fix makefile issue on MacOS 2015-10-01 12:14:00 -07:00
Gordon Williams
825bf98324 Merge pull request #607 from mjdietzx/master
nRF51 & nRF52 working, refactored, added functionality
2015-10-01 18:47:22 +01:00
Michael Dietz
4461a99ece fixed merge errros 2015-10-01 18:15:41 +02:00
Michael Dietz
f7e0703a20 took out temperature lib 2015-10-01 18:08:39 +02:00
Michael Dietz
fadc264cc0 softdevice is used by default for both nrf51 and nrf52
there are alot of garabage files (common linkers and makefile) etc..
that should be removed. example projects etc...
2015-10-01 18:06:38 +02:00
Michael Dietz
22d8c15777 Cleaned up makefile. Cleaned up linker files
common linker for both nrf51 and nrf52 now shared in nrf5x based
directory. also nrf51 linker for both no softdevice and sd is selected
by SOFTDEVICE=1 in build.
2015-10-01 17:56:23 +02:00
Gordon Williams
4d626e2a83 Merge branch 'master' of github.com:espruino/Espruino 2015-10-01 14:17:18 +01:00
Gordon Williams
93b479e0cc E.getSizeOf(.., 1) can now recurse into objects showing the sizes of all their children (fix #579) 2015-10-01 14:16:49 +01:00
Gordon Williams
2672fb7344 E.getSizeOf(.., 1) can now recurse into objects showing the sizes of all their children (fix #579) 2015-10-01 13:37:16 +01:00
Michael Dietz
d938c62b03 Before trying to start debugging in eclipse with gdb 2015-10-01 13:11:34 +02:00
Gordon Williams
c4996a288c Make sure dump() and E.dumpStr() dump the contents of Serial as well as events for other objects 2015-10-01 12:10:12 +01:00
Gordon Williams
7aeaa69b91 Add E.on('init', ...) - like onInit but allows multiple handlers 2015-10-01 11:22:31 +01:00
Gordon Williams
39bdaa5ca0 Merge pull request #601 from nkolban/master
Code changes for SPI testing.
2015-10-01 08:10:33 +01:00
Neil Kolban
3ca5aa1961 Document standard compliances 2015-09-30 18:39:37 -05:00
Michael Dietz
73884cfa85 update 2015-09-30 17:44:35 +02:00
Michael Dietz
1202a0145f Allowing to save to flash. Changed BOARDS.py to reserve
first 3 pages of flash for espruino for now. Also reserved in linker
file. And trying ot ge tflash working. renoved some function sin
jshardware.c that are already implemented (savecode, loadflash...
2015-09-30 15:40:43 +02:00
Gordon Williams
6d5a12e996 file docs 2015-09-30 14:28:59 +01:00
Thorsten von Eicken
81d7576894 reduce static memory usage; misc fixes 2015-09-29 23:06:13 -07:00
Neil Kolban
786903aa8b Merge remote-tracking branch 'espruino/master' 2015-09-29 17:25:10 -05:00
Neil Kolban
908ed13cf6 Code changes for SPI testing.
See #588
2015-09-29 17:13:57 -05:00
Gordon Williams
2b15048683 Merge pull request #597 from dptechnics/master
Adding Espruino for DPT-Board (OpenWRT MIPS and uClibc)
2015-09-29 23:10:38 +01:00
Gordon Williams
8d017f6cd7 Merge pull request #594 from vshymanskyy/master
OpenWRT fixes
2015-09-29 23:07:57 +01:00
Daan Pape
8d31587fad Working with JsSysTime as with LongInteger 2015-09-29 16:36:46 +02:00
Daan Pape
b1e33a56f4 Fix jshGetSystemTime overflow 2015-09-29 16:35:11 +02:00
Daan Pape
a630946a46 USE_X86_CDECL in jsnCallFunction 2015-09-29 16:33:38 +02:00
Daan Pape
eac8562358 added DPT-Board to makefile and boards 2015-09-29 16:15:27 +02:00