1990 Commits

Author SHA1 Message Date
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
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
Thorsten von Eicken
8323a8a832 esp8266: generate OTA-ready binaries for 4MB flash 2015-09-28 23:14:51 -07:00
Thorsten von Eicken
4d782c9305 tweak esp8266 optimizations to work on gcc5.1/windows 2015-09-27 23:29:58 -07:00
Thorsten von Eicken
9826008372 use CURDIR in Makefile 2015-09-27 22:32:15 -07:00
Thorsten von Eicken
641a42a9d3 std=gnu11 to esp8266 build 2015-09-27 22:26:59 -07:00
Thorsten von Eicken
8238d5931d add more esp8266 targets and turn off inlining for ones with little flash 2015-09-27 22:23:01 -07:00
Thorsten von Eicken
5e474a6641 esp8266 Makefile updates to inline functions 2015-09-27 21:08:24 -07:00
Thorsten von Eicken
0a696475f8 add idle time after setting uart baud rate 2015-09-27 19:11:51 -07:00
Thorsten von Eicken
b5c6d4538c fix -std=gnu99-isms 2015-09-27 16:23:56 -07:00
Thorsten von Eicken
fb2f317a87 fix esp8266 missed network changes 2015-09-27 10:04:42 -07:00
Thorsten von Eicken
5742482bf8 add esp8266 build instructions 2015-09-27 10:03:54 -07:00
Thorsten von Eicken
ed626b9c7a esp8266: use esptool in esp-open-sdk 2015-09-27 10:03:28 -07:00
Gordon Williams
9cf2daff76 Merge pull request #580 from esp8266-espruino/master
Build system changes for the ESP8266 board.
2015-09-27 16:33:46 +01:00
Gordon Williams
27b398e5cb Update README.md
Add gitter
2015-09-27 16:23:25 +01:00
Neil Kolban
2ae269c034 Build system changes for the ESP8266 board. 2015-09-27 10:02:20 -05:00
Gordon Williams
302b607409 Merge pull request #578 from esp8266-espruino/master
Commit of ESP8266 board specific source files.
2015-09-27 15:38:39 +01:00
Neil Kolban
4eeb12d292 Commit of ESP8266 board specific source files. 2015-09-27 09:16:33 -05:00
Gordon Williams
32a66b2a1c docs 2015-09-25 16:22:02 +01:00
Gordon Williams
6335ff6ca8 Merge branch 'master' of github.com:espruino/Espruino 2015-09-25 16:19:45 +01:00
Gordon Williams
de6450e3d7 First pass at doxygen 2015-09-25 16:19:22 +01:00
Gordon Williams
e07221ead6 typo 2015-09-25 13:40:09 +01:00
Gordon Williams (u36)
ee6737f1df incl linker 2015-09-24 10:32:27 +01:00
Gordon Williams (u36)
6b0bd6d9ad tweak 2015-09-24 10:24:48 +01:00
Gordon Williams (u36)
22ca767f43 mammothe documentation changes 2015-09-24 10:22:51 +01:00
Gordon Williams
c3fdf7f15e oops - real tidyup 2015-09-23 14:26:12 +01:00
Gordon Williams
f7184727d2 tidy up by removing Arduino AVR support - this will never be possible 2015-09-23 14:24:40 +01:00
Gordon Williams
39e7dd270b Use LINKER_ defines to cope with different linker files, also call SERIALS SERIAL_COUNT and so on - avoid name conflicts with mbed 2015-09-22 18:00:57 +01:00
Gordon Williams (u36)
473182a644 TXMerge branch 'master' of github.com:espruino/Espruino 2015-09-22 17:14:23 +01:00
Gordon Williams
0939f09336 oops 2015-09-22 14:42:25 +01:00
Gordon Williams
dc20578439 tweak NRF makefile 2015-09-22 14:39:25 +01:00
Gordon Williams
3e6adbcb0e Merge branch 'master' of github.com:espruino/Espruino 2015-09-22 14:21:30 +01:00
Gordon Williams
6c9fdde9e2 Merge pull request #576 from mjdietzx/master
nrf52 functionality, libraries: nrf51 platform support - working
2015-09-22 14:21:02 +01:00
mjdietzx
9015cffdf4 added some documentation
nrf51 & nrf52 both working. code needs cleaning up. flash problem with
nrf51 (overflowed b/c of softdevice needs fixing).
2015-09-22 13:55:30 +02:00
mjdietzx
1315243393 Merge branch 'master' of https://github.com/mjdietzx/Espruino 2015-09-22 13:21:40 +02:00
Michael Dietz
353314b841 Merge pull request #2 from mjdietzx/espruino_refactor
Espruino refactor
2015-09-22 13:20:36 +02:00
Michael Dietz
904ca0ac8c nRF51 now working. makefile needs to be cleaned up. specifically when we
are/arent using the softdevice/ble. duplicate sdks for nrf51 and nrf52
is a problem that should be fixed to make code cleaner.
2015-09-22 13:16:00 +02:00
mjdietzx
e26cb825d8 need seperate library for nrf51 & nrf52 2015-09-22 10:26:12 +02:00
Michael Dietz
f2d7751138 minor changes 2015-09-22 10:15:32 +02:00
mjdietzx
c9c8b3f8f3 Merge remote-tracking branch 'espruino/master' 2015-09-22 10:09:02 +02:00
Gordon Williams
2d3df7cfc9 http docs 2015-09-22 08:46:52 +01:00
Gordon Williams
7b088b6ba5 remove built-in ESP8266 module support - was very broken and JS implementation is better 2015-09-21 18:06:09 +01:00
Gordon Williams
cff5c204fb Add nkolban's changes for compilers that don't like referencing undefined defines 2015-09-21 17:44:09 +01:00
Michael Dietz
d3139dab5e nrf51dk actrually has 32kb of ram. 2015-09-21 15:27:28 +02:00
Gordon Williams
0163903329 Make sure a TCPIP connection closes even if no data sent 2015-09-21 09:56:37 +01:00