Thorsten von Eicken
0d3f35b46b
try 3 to fix travis build
8 years ago
Thorsten von Eicken
1c79a91cbb
try 2 to fix travis build
8 years ago
Thorsten von Eicken
5b7e1a9d8d
try to fix travis build
8 years ago
Thorsten von Eicken
5d0e51f2c1
fix optiboot: it accumulated too much from failed attempts
8 years ago
Thorsten von Eicken
02599ab172
try 2 to fix travis
8 years ago
Thorsten von Eicken
29bb7df98f
try to fix travis
8 years ago
Thorsten von Eicken
f20d4d158f
update to SDK2.1 and fix a few merge issues
8 years ago
Thorsten von Eicken
5c08f980da
Merge branch 'master' into deece-rs485
8 years ago
Thorsten von Eicken
dbe495968b
merge rs485 branch
8 years ago
cskarai
a59d4c3177
Segment huge packets at TCP receive ( #213 )
8 years ago
dannybackx
bc87885a5f
Bits and pieces for flashing an Arduino Mega. ( #290 )
8 years ago
Thorsten von Eicken
c0cd698860
remove malloc where not needed
8 years ago
dannybackx
6bdfaf933e
Query ip ( #289 )
...
* Following tve's guidelines to submit the changes for query-ip, I think.
8 years ago
Thorsten von Eicken
fa5bafbced
Merge pull request #236 from dfries/master
...
use xtensa-lx106-elf-size to print section sizes
8 years ago
Thorsten von Eicken
a705777b01
Merge pull request #249 from igittigitt/master
...
Added support for Telnet commands to generate BREAK
8 years ago
Alastair D'Silva
fa6fa92df3
New flash entries should be added at the end
8 years ago
Alastair D'Silva
2bac83278a
New flash entries should be added at the end
8 years ago
Alastair D'Silva
b87c7a239c
Fix bad merge
...
Add missing syntax
8 years ago
Alastair D'Silva
acc7c90575
Merge branch 'master' into rs485
8 years ago
Oliver
4bb78e3ec2
Typo error in "PurgeData" constant
8 years ago
Oliver
11d8364164
Added PURGE_DATA
8 years ago
igittigitt
0ce029b16a
Local changes and compiler warning
8 years ago
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.
8 years ago
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".
8 years ago
Thorsten von Eicken
5f425b2507
Merge pull request #245 from ddwang/master
...
fixed compiler warnings
8 years ago
Daniel Wang
8a13d21c67
fixed compiler warnings
8 years ago
Thorsten von Eicken
b17ac315ca
Merge pull request #244 from igittigitt/master
...
Bugfix for issue #239 (setting baudrate via NVT)
8 years ago
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.
8 years ago
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.
8 years ago
Thorsten von Eicken
963ffbb7f9
try #2 to fix versioning in Makefile
8 years ago
Thorsten von Eicken
5d5535a7a9
try to fix versioning in Makefile
8 years ago
Thorsten von Eicken
b4595eb792
fix uart settings via telnet and ajax
8 years ago
Thorsten von Eicken
8fbb639b72
block MQTT during avrflash, fixes #179
8 years ago
Thorsten von Eicken
23e0e35ca4
makefile release tweak
8 years ago
Thorsten von Eicken
dfe9875a02
telnet tweaks
8 years ago
Thorsten von Eicken
de0a093aa7
add telnet codes for serial port config
8 years ago
Thorsten von Eicken
5efbf32658
fix scanning after clean flash, fixes #218
8 years ago
Thorsten von Eicken
2cc9fa1592
fix mdns txt record bug
8 years ago
Thorsten von Eicken
85ab6843fe
change version detection in makefile
8 years ago
Thorsten von Eicken
c7aa75e800
switch mdsn record
8 years ago
Thorsten von Eicken
80eb756a78
switch to lwip_536; minor fixes
8 years ago
hetii
b3d8072bae
Add missing baudrate settings. ( #216 )
8 years ago
Thorsten von Eicken
0df16c98ac
fix flashing instructions, fixes #207
8 years ago
Thorsten von Eicken
d0377bdf25
add note about boot_v1.5 bug
8 years ago
Thorsten von Eicken
afa1bb6599
link to avrdude 6.3 release notes for windows, closes #130
8 years ago
Thorsten von Eicken
aa5759d454
add mdns txt record for arduino per #184
8 years ago
Thorsten von Eicken
68fd831f19
document flashing HW, closes #192
8 years ago
Thorsten von Eicken
5a037a2c4c
document telnet timeout, closes #197
8 years ago
Thorsten von Eicken
3cb55b5648
fix serial LED, fixes #199
8 years ago
Thorsten von Eicken
64fb2323c3
Update docs and split up the main readme ( #200 )
8 years ago