Thorsten von Eicken
fef4c67958
add spiffs code, not yet actually integrated
2018-10-17 14:35:11 -07:00
Thorsten von Eicken
0a73be2983
compile under platformio
2018-10-17 14:04:18 -07:00
Rasmus Lerdorf
fe4f565fe8
Mention how to use Ivan Grokhotkov's esptool ( #337 )
...
The native esptool available with a simple `apt-get install esptool` on Debian/Ubuntu and probably other distros can be used as well. Document the flags here.
2018-01-03 16:45:29 -08:00
Thorsten von Eicken
e57f29c019
remove rs485 support due to boot issues (us timer?)
2017-07-28 08:32:03 -07:00
Thorsten von Eicken
b6c244175b
update Dockerfile for SDK2.1.0
2017-07-27 22:27:53 -07:00
Thorsten von Eicken
9c6530d6f0
add megaflash and bootloader 1.7 into release tgz
v3.2.47.alpha
2017-06-19 07:10:51 -07:00
Thorsten von Eicken
5f56a47436
fix uart init
v3.2.46.alpha
2017-06-18 21:45:24 -07:00
Thorsten von Eicken
9e8bba88ba
fix REST_SetHeader, fixes #276
V3.2.45.alpha
2017-06-17 20:52:28 -07:00
Thorsten von Eicken
d94628cbe6
try 6 to fix travis build
V3.2.44.alpha
2017-06-17 19:01:34 -07:00
Thorsten von Eicken
b150d3d026
try 5 to fix travis build
2017-06-17 18:53:14 -07:00
Thorsten von Eicken
cbe22ba844
try 4 to fix travis build
2017-06-17 18:50:36 -07:00
Thorsten von Eicken
0d3f35b46b
try 3 to fix travis build
2017-06-17 18:46:59 -07:00
Thorsten von Eicken
1c79a91cbb
try 2 to fix travis build
2017-06-17 18:45:30 -07:00
Thorsten von Eicken
5b7e1a9d8d
try to fix travis build
2017-06-17 18:40:18 -07:00
Thorsten von Eicken
5d0e51f2c1
fix optiboot: it accumulated too much from failed attempts
V3.1.85.alpha
2017-06-17 17:59:47 -07:00
Thorsten von Eicken
02599ab172
try 2 to fix travis
2017-06-17 08:02:35 -07:00
Thorsten von Eicken
29bb7df98f
try to fix travis
2017-06-17 07:56:01 -07:00
Thorsten von Eicken
f20d4d158f
update to SDK2.1 and fix a few merge issues
2017-06-15 22:15:00 -07:00
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