47 Commits

Author SHA1 Message Date
MaBecker
e5e9e1ac9c reset to master version 2017-04-14 12:18:44 +02:00
MaBecker
faacbe31f1 add ESP8266_4MB
plus all necessary changes to make it work
2017-03-28 06:24:08 +02:00
MaBecker
d8fc8c1f0e merge upstream from origin/master 2017-03-27 11:29:27 +02:00
Gordon Williams
2884022d63 Revert "reduce variables and add graphics lib to ESP8266"
This reverts commit f428fc0faf54a87b1979b305d6b00c15207bb1e0.
2017-03-11 09:35:06 +00:00
Gordon Williams
f428fc0faf reduce variables and add graphics lib to ESP8266 2017-03-09 09:22:45 +00:00
Gordon Williams
5d9c1d39c2 massive refactor to Makefile - trying to make it a bit more maintainable 2017-03-07 13:53:24 +00:00
MaBecker
81204d6b15 use 0x200000 as save section and 0x300000 as flash section 2017-02-27 22:42:46 +01:00
MaBecker
6421b97f5e add save areas for FLASH_4MB_C1 2017-02-27 07:50:56 +01:00
MaBecker
3a2eb5f85a neat build settings for ESP8266 boards
vars: 1.600

modules: USE_NET=1, USE_TELNET=1, USE_GRAPHICS=1 and USE_CRYPTO=1

options: RELEASE=1

result: freeHeap 10.000
2017-01-31 16:45:01 +01:00
MaBecker
dd720f9150 Revert " my favorite setup for now"
This reverts commit caf1584b51476e16c9076be5d310cababc1f5cac.
2017-01-31 16:28:27 +01:00
MaBecker
caf1584b51 my favorite setup for now
USE_NET=1
USE_TELNET=1
USE_GRAPHICS=1
USE_CRYPTO=1

variables : 1600
2016-12-20 16:55:18 +01:00
Thorsten von Eicken
b3dc05b537 esp8266 switch back to lwip_536 and 1700 jsvars 2016-09-17 00:01:08 -07:00
Thorsten von Eicken
80dd6e417d set esp8266 clock rate to 160Mhz 2016-09-02 13:03:36 -07:00
Thorsten von Eicken
ed11f79662 ESP8266 SDK 1.5.4 patch 1 2016-07-08 19:09:31 -07:00
Thorsten von Eicken
2e31402a60 Move esp8266 to SDK 1.5.4 2016-06-21 22:53:59 -07:00
wilberforce
1e03fa8dad Increase ESP8266 vars to 1700 2016-04-29 15:06:24 +12:00
Thorsten von Eicken
23d8b78eca merge upstream into tve's fork 2016-04-16 12:12:01 -07:00
Thorsten von Eicken
1b4c8c691e move wrapper symbol tables to flash on esp8266; bump to 1600 jsvars 2016-04-16 11:57:06 -07:00
Gordon Williams
4a5119d692 Merge branch 'master' of https://github.com/wilberforce/Espruino into wilberforce-master
Conflicts:
	Makefile
2016-03-29 10:02:34 +01: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
4a27608793 merge from upstream 2016-01-09 22:18:44 -08: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
Gordon Williams
1cfedbcbf7 start of moving some build options out of the Makefile - this now ensures that the correct modules get put into the JSON anyway 2015-12-22 12:51:25 +00:00
Thorsten von Eicken
1547ee0a5c 1400 JSvars for esp8266; misc logging changes 2015-12-20 11:45:29 -08:00
Thorsten von Eicken
77b740a81f merge tve/master into tve/fix-sockets 2015-12-06 17:27:21 -08:00
Thorsten von Eicken
a1418c0863 fix save/restore for esp8266 2015-12-06 13:26:41 -08:00
Thorsten von Eicken
7390e23a1e remove debug crap for PR, try 2 2015-12-02 22:40:29 -08:00
Thorsten von Eicken
dcbf87f749 make release labeling consistent between makefile and python 2015-11-22 12:04:08 -08:00
Thorsten von Eicken
99f65436be set baud rate to 230400 2015-11-22 12:03:36 -08:00
Thorsten von Eicken
ff8b0285a0 clean-up for PR 2015-11-20 23:17:00 -08:00
Thorsten von Eicken
60a16983ab switch to a single board build 2015-11-18 23:29:16 -08:00
Neil Kolban
4cafd94190 CR/LF conversion. 2015-11-11 16:45:24 -06:00
Neil Kolban
f7929aa47a #702 - Design and implementation of default baud rate. 2015-11-11 16:42:30 -06:00
Gordon Williams
471b8e15ff Merge pull request #692 from nkolban/master
#606. Initial framework for hardware SPI for ESP8266.
2015-11-10 17:16:24 +00:00
Gordon Williams
4a9ad82c31 oops 2015-11-09 13:54:48 +00:00
Gordon Williams
fb87e42681 board image tweaks 2015-11-09 13:44:04 +00:00
Gordon Williams
c38551f786 properly formatted ESP01 board image 2015-11-09 09:49:00 +00:00
Gordon Williams
743c481bd9 now displaying multiple board layouts on one page 2015-11-09 09:24:53 +00:00
Gordon Williams
1be23f5da3 slightly mad refactor, ready for multiple board designs in one BOARD.py 2015-11-09 09:24:49 +00:00
Neil Kolban
9b9e0e1f5d #606. Initial framework for SPI hardware support. 2015-11-03 23:04:56 -06:00
Thorsten von Eicken
606f4adf7b make i2c work @100Khz 2015-10-14 23:07:14 -07:00
Thorsten von Eicken
e263ff43e0 merge upstream master into tve's fork 2015-10-03 23:00:46 -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
Neil Kolban
908ed13cf6 Code changes for SPI testing.
See #588
2015-09-29 17:13:57 -05:00
Neil Kolban
2ae269c034 Build system changes for the ESP8266 board. 2015-09-27 10:02:20 -05:00