59 Commits

Author SHA1 Message Date
Thorsten von Eicken
e57f29c019 remove rs485 support due to boot issues (us timer?) 2017-07-28 08:32:03 -07:00
Thorsten von Eicken
f20d4d158f update to SDK2.1 and fix a few merge issues 2017-06-15 22:15:00 -07:00
Alastair D'Silva
acc7c90575 Merge branch 'master' into rs485 2017-02-14 10:31:04 +11:00
hetii
b3d8072bae Add missing baudrate settings. (#216) 2016-11-30 08:29:07 -08:00
Thorsten von Eicken
65ba42d5ee fix MQTT start-up 2016-10-01 11:21:53 -07:00
Thorsten von Eicken
ef6a611045 Reduce memory consumption; fix syslog alloc when disabled 2016-06-19 23:05:37 -07:00
Alastair D'Silva
f4ee1dbed4 Move USE_US_TIMER to esp8266.h and remove redundant inclusions of osapi.h 2016-04-19 18:18:46 +10:00
Thorsten von Eicken
ac92202ef6 fix c99 types mess, try 2; clean up after merges 2016-04-03 10:41:36 -07:00
Thorsten von Eicken
06ec5d46f1 switch to sdk 1.5.2 2016-04-03 10:16:19 -07:00
Thorsten von Eicken
109c10c3f2 make new slip proto work 2016-01-24 09:48:33 -08:00
susisstrolch
077bcaf02d syslog: fixed regression
- #undef SYSLOG_DBG will discard first four syslog messages
- race condition in os_timer_setfn/os_timer_arm lead to
  1226> Fatal exception 9(LoadStoreAlignmentCause):
  1227> epc1=0x4010076e, epc2=0x00000000, epc3=0x00000000, excvaddr=0x00000003, depc=0x00000000
- potential loop in syslog_init - fixed by additional state SYSLOG_INITDONE
2015-12-16 19:21:54 +01:00
Benjamin Runnels
13bc8019c6 Merge branch 'master' of https://github.com/jeelabs/esp-link
Added services page and moved some things around
2015-12-05 18:06:31 -06:00
Benjamin Runnels
b8567ad2ef Updated DBG macros as suggested by susisstrolch 2015-12-01 15:20:20 -06:00
Benjamin Runnels
26339962bf Updates for SDK 1.5 2015-11-29 08:05:02 -06:00
Benjamin Runnels
5935a30f03 Started adding in standalone mdns implementation 2015-11-26 06:41:29 -06:00
susisstrolch
30ff23c0e2 espmissingincludes.h
encapsulate os_printf macro with do/while to avoid
unwanted side effects during macro expansion
2015-11-24 15:48:52 +01:00
susisstrolch
9ec3a30c87 syslog - a simple syslog client 2015-11-23 21:21:37 +01:00
Thorsten von Eicken
adb0706349 added built-in AVR/optiboot programmer 2015-11-09 17:21:13 -08:00
Benjamin Runnels
b323a339c1 Missing define 2015-09-20 16:27:45 -05:00
Benjamin Runnels
2ab194f83c Added ifdef checks for mqtt enabled
Added better handling of compile time config of SSID and PASSWORD
Removed default disable of ESP SDK debug log messages
2015-09-20 16:18:26 -05:00
Benjamin Runnels
2b501913f2 Merge branch 'master' of https://github.com/jeelabs/esp-link 2015-09-20 10:24:19 -05:00
Thorsten von Eicken
658c4d8b31 make compile with SDK 1.4.0 2015-09-19 20:57:59 -07:00
Benjamin Runnels
5068fa28cb Added buildtime wifi config ability
Added SDK_DBG parameter to turn off nonsense SDK debug output
2015-09-19 14:11:02 -05:00
Thorsten von Eicken
e9b0132eeb fix issues with MQTT CMD callbacks 2015-09-13 23:54:10 -07:00
Thorsten von Eicken
f057a65d1f converted some DBG macros; misc tweaks 2015-09-12 21:54:10 -07:00
Benjamin Runnels
3337cc1508 merged in ifdefs for debug and mqtt webpage additions 2015-09-11 16:40:28 -05:00
Benjamin Runnels
b7dd0b180f lots of ifdef 2015-09-11 15:56:51 -05:00
Benjamin Runnels
028e6e1239 Merge branch 'master' into windows
Conflicts:
	Makefile
	cmd/handlers.c
	include/esp8266.h
	user/user_main.c
2015-09-09 07:23:37 -05:00
Benjamin Runnels
bc3856334d Made some modules optional 2015-08-30 12:03:18 -05:00
Benjamin Runnels
483800fd8d Working on latch 2015-08-30 10:38:07 -05:00
Benjamin Runnels
248f2f3f47 mergeing mqtt into master 2015-08-29 16:13:52 -05:00
Benjamin Runnels
36303a2b67 finished mqtt 2015-08-29 15:48:51 -05:00
Benjamin Runnels
a2bb08186f Setup user code area and moved esp-link to it's own module 2015-08-29 11:40:08 -05:00
Benjamin Runnels
c2e60809f6 more mqtt work 2015-08-29 11:29:40 -05:00
Benjamin Runnels
f90bf5bb30 Started adding in mqtt module from tuan 2015-08-28 20:23:07 -05:00
Benjamin Runnels
3d2ac525e3 Removed heatshrink and modified Makefiles 2015-08-22 05:51:46 -05:00
Thorsten von Eicken
666cb104ee improve hostname and static IP config 2015-06-23 23:03:12 -07:00
Thorsten von Eicken
d29fa0423f finished UI refactoring to ajax 2015-06-14 01:22:16 -07:00
Thorsten von Eicken
09cac0afc0 update to SDK 1.1.0 2015-05-23 09:11:33 -07:00
Thorsten von Eicken
42ba248831 rename to esp-link; add serial bridge code; remove jpgs 2015-05-17 21:16:29 -07:00
Thorsten von Eicken
4ae00fa045 rewrote flash handlers 2015-05-14 00:31:44 -07:00
Jindra Dolezy
d419bdb4f7 Using one header file for esp8266 stuff 2015-04-11 00:35:55 +02:00
Jindra Dolezy
a1b8b82816 Added include guards and removed unused includes 2015-04-11 00:35:55 +02:00
Jindra Dolezy
c3f3cbcf9c Moved espfs files and tools together, fixed espfstest 2015-04-11 00:35:54 +02:00
Ben Pirt
c2a02f28ea Replaced the multipart espfs flashing with the version from @billprozac and tweaked a little (untested) 2015-03-09 11:48:41 +00:00
Jeroen Domburg
f25557b9cf Made everything a bit more friendly. Esp-open-sdk nowadays is the toolchain builder of choice anyway; it now works without modifications to that. 2015-02-17 11:57:51 +01:00
Jeroen Domburg
3b2bbf018d Added extra defines to make this thing work under sdk 0.9.5 2015-02-02 23:31:48 +01:00
Jeroen Domburg
e56fdc4d6a Changed around everything to make use of sdk 0.9.4. CODE IS STILL BROKEN! 2014-12-22 17:50:02 +01:00
Jeroen Domburg
784568c07f Added basic authentication 2014-12-11 21:25:49 +01:00
Jeroen Domburg
41cb6cee09 Adding needed lwip includes 2014-12-04 22:30:48 +01:00