Commit Graph

687 Commits

Author SHA1 Message Date
Thorsten von Eicken
5c08f980da Merge branch 'master' into deece-rs485 2017-06-15 21:59:46 -07:00
Thorsten von Eicken
dbe495968b merge rs485 branch 2017-06-15 21:39:41 -07:00
cskarai
a59d4c3177 Segment huge packets at TCP receive (#213) 2017-06-15 20:54:42 -07:00
dannybackx
bc87885a5f Bits and pieces for flashing an Arduino Mega. (#290) 2017-06-15 20:52:47 -07:00
Thorsten von Eicken
c0cd698860 remove malloc where not needed 2017-06-15 20:45:50 -07:00
dannybackx
6bdfaf933e Query ip (#289)
* Following tve's guidelines to submit the changes for query-ip, I think.
2017-06-15 20:36:37 -07:00
Thorsten von Eicken
fa5bafbced Merge pull request #236 from dfries/master
use xtensa-lx106-elf-size to print section sizes
2017-05-24 21:02:43 -07:00
Thorsten von Eicken
a705777b01 Merge pull request #249 from igittigitt/master
Added support for Telnet commands to generate BREAK
2017-05-24 21:01:07 -07:00
Alastair D'Silva
fa6fa92df3 New flash entries should be added at the end 2017-02-14 10:34:21 +11:00
Alastair D'Silva
2bac83278a New flash entries should be added at the end 2017-02-14 10:33:53 +11:00
Alastair D'Silva
b87c7a239c Fix bad merge
Add missing syntax
2017-02-14 10:32:56 +11:00
Alastair D'Silva
acc7c90575 Merge branch 'master' into rs485 2017-02-14 10:31:04 +11:00
Oliver
4bb78e3ec2 Typo error in "PurgeData" constant 2017-01-23 16:52:44 +01:00
Oliver
11d8364164 Added PURGE_DATA 2017-01-17 13:40:42 +01:00
igittigitt
0ce029b16a Local changes and compiler warning 2017-01-17 04:41:58 -08:00
Oliver
3ef8dd6820 do not wait for TX-FIFO
Waiting for the FIFO to flush may cause watchdog resets.
Now, just ensure thats FIFO is empty bevore raising BREAK. Also only handle BRK_OFF if BRK_ON was issued before.
2017-01-17 12:20:45 +01:00
Oliver
1910386729 Added support for Telnet commands to generate BREAK
BREAK could be generated through Telnet command syntax (see RFC2217) by
offering "Set BREAK state ON", "Set BREAK state OFF" and "Request BREAK
state".
2017-01-16 16:37:53 +01:00
Thorsten von Eicken
5f425b2507 Merge pull request #245 from ddwang/master
fixed compiler warnings
2017-01-12 18:53:56 -08:00
Daniel Wang
8a13d21c67 fixed compiler warnings 2017-01-12 12:44:13 -08:00
Thorsten von Eicken
b17ac315ca Merge pull request #244 from igittigitt/master
Bugfix for issue #239 (setting baudrate via NVT)
2017-01-11 17:51:35 -08:00
Oliver
5d27848690 Bugfix for issue #239 (setting baudrate via NVT)
According to https://github.com/jeelabs/esp-link/issues/239 this commit
fixes a bug, when setting baudrate from Telnet control commands (NVT)
more than once.
2017-01-11 22:56:33 +01:00
David Fries
c28227d580 use xtensa-lx106-elf-size to print section sizes
This prints more sections than the ls was and seems like a more
appropriate way to print them, the grap removes debug sections (they
address of 0) and blank lines.  This also avoids printing **, which is
the characters make uses to indicate an failure.
v3.2.0
2016-12-24 19:21:24 -06:00
Thorsten von Eicken
963ffbb7f9 try #2 to fix versioning in Makefile V3.0.14 v3.0.14 2016-12-12 23:04:43 -08:00
Thorsten von Eicken
5d5535a7a9 try to fix versioning in Makefile 2016-12-12 22:53:39 -08:00
Thorsten von Eicken
b4595eb792 fix uart settings via telnet and ajax 2016-12-12 22:43:14 -08:00
Thorsten von Eicken
8fbb639b72 block MQTT during avrflash, fixes #179 2016-12-12 18:48:12 -08:00
Thorsten von Eicken
23e0e35ca4 makefile release tweak 2016-12-11 22:00:43 -08:00
Thorsten von Eicken
dfe9875a02 telnet tweaks 2016-12-11 21:08:10 -08:00
Thorsten von Eicken
de0a093aa7 add telnet codes for serial port config 2016-12-11 20:41:41 -08:00
Thorsten von Eicken
5efbf32658 fix scanning after clean flash, fixes #218 2016-12-11 20:40:55 -08:00
Thorsten von Eicken
2cc9fa1592 fix mdns txt record bug 2016-12-11 20:40:01 -08:00
Thorsten von Eicken
85ab6843fe change version detection in makefile 2016-12-11 20:39:22 -08:00
Thorsten von Eicken
c7aa75e800 switch mdsn record 2016-12-11 16:09:27 -08:00
Thorsten von Eicken
80eb756a78 switch to lwip_536; minor fixes 2016-12-11 16:09:27 -08:00
hetii
b3d8072bae Add missing baudrate settings. (#216) 2016-11-30 08:29:07 -08:00
Thorsten von Eicken
0df16c98ac fix flashing instructions, fixes #207 2016-11-01 14:32:43 -07:00
Thorsten von Eicken
d0377bdf25 add note about boot_v1.5 bug v3.0.0 v3.0.alpha0 2016-10-22 22:36:21 -07:00
Thorsten von Eicken
afa1bb6599 link to avrdude 6.3 release notes for windows, closes #130 2016-10-22 21:26:53 -07:00
Thorsten von Eicken
aa5759d454 add mdns txt record for arduino per #184 2016-10-22 21:05:02 -07:00
Thorsten von Eicken
68fd831f19 document flashing HW, closes #192 2016-10-22 20:57:28 -07:00
Thorsten von Eicken
5a037a2c4c document telnet timeout, closes #197 2016-10-22 20:46:44 -07:00
Thorsten von Eicken
3cb55b5648 fix serial LED, fixes #199 2016-10-22 20:38:37 -07:00
Thorsten von Eicken
64fb2323c3 Update docs and split up the main readme (#200) 2016-10-12 20:51:50 -07:00
Thorsten von Eicken
9515ea538f Merge pull request #196 from cskarai/cmd_resp_cb
Web-Server to use CMD_RESP_CB + form submit segmentation
2016-10-12 17:37:43 -07:00
cskarai
1cd8363834 Fixed: missing os_sprintf %s 2016-10-11 07:58:42 +02:00
cskarai
491931b7d2 Web-Server to use CMD_RESP_CB 2016-10-07 06:54:37 +02:00
Thorsten von Eicken
7c085d58b1 fix Makefile snafu 2016-10-01 11:59:02 -07:00
Thorsten von Eicken
b652fb42db update Makefile not to download tools jars 2016-10-01 11:48:43 -07:00
Thorsten von Eicken
e5f848ebea remove extra file 2016-10-01 11:47:41 -07:00
Thorsten von Eicken
febfbdd262 fix makefile; remove unintended build files 2016-10-01 11:45:08 -07:00