Brian Clemens
cf329e8b84
Vim
2020-02-20 08:33:28 -08:00
Bartlomiej Zimon
03bea3dd2d
fix version
...
[me@here esp-link]$ git describe --tags --match 'v*.0' --long --dirty | sed -re 's/(\.0)?-/./'
v3.1.47-g9c6530d-dirty
[me@here esp-link]$ git describe --tags --match 'v*.*.*' --long --dirty | sed -re 's/(\.0)?-/./'
v3.2.47.alpha.0-g9c6530d-dirty
2019-08-02 08:58:48 -07:00
Thorsten von Eicken
9c6530d6f0
add megaflash and bootloader 1.7 into release tgz
2017-06-19 07:10:51 -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
2017-06-17 17:59:47 -07:00
Thorsten von Eicken
f20d4d158f
update to SDK2.1 and fix a few merge issues
2017-06-15 22:15:00 -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
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.
2016-12-24 19:21:24 -06:00
Thorsten von Eicken
963ffbb7f9
try #2 to fix versioning in Makefile
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
23e0e35ca4
makefile release tweak
2016-12-11 22:00:43 -08:00
Thorsten von Eicken
85ab6843fe
change version detection in makefile
2016-12-11 20:39:22 -08:00
Thorsten von Eicken
80eb756a78
switch to lwip_536; minor fixes
2016-12-11 16:09:27 -08: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
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
6659f0ed21
resolve merge conflicts from beegee's branch
2016-10-01 11:39:46 -07:00
beegee-tokyo
a9df22e51f
Workaround for missing realtime_stamp
2016-09-27 20:34:34 +08:00
beegee-tokyo
0654c1d038
Synced master branch with upstream from jeelabs
...
Signed-off-by: beegee-tokyo <bernd@giesecke.tk >
2016-09-27 16:56:42 +08:00
Thorsten von Eicken
53ac51dc93
add Dockerfile
2016-09-23 21:24:39 -07:00
Thorsten von Eicken
7ce2d2a260
fix menu json; fix travis upload
2016-09-23 00:33:32 -07:00
Thorsten von Eicken
8c8b6f1d2d
fix travis #10
2016-09-23 00:22:53 -07:00
Thorsten von Eicken
0f2c5cac98
fix travis #8
2016-09-23 00:16:24 -07:00
Thorsten von Eicken
5ff1bbddf7
fix travis #6
2016-09-22 23:35:58 -07:00
Thorsten von Eicken
38e6c831ba
fix travis #4
2016-09-22 23:26:49 -07:00
Thorsten von Eicken
6d20dd6fec
disable syslog; add travis
2016-09-22 23:05:44 -07:00
Thorsten von Eicken
c5d51a0654
tweak Makefile for sdk 2.0.0
2016-09-22 22:22:59 -07:00
Karai Csaba
8414a87981
Use iterators in espfs
2016-09-22 20:46:34 -07:00
beegee-tokyo
b46eca6ff2
Combined UDP and TCP socket functions into one socket.c and socket.h
...
Signed-off-by: beegee-tokyo <bernd@giesecke.tk >
2016-09-16 21:47:36 +08:00
beegee-tokyo
e714be5915
Added functionality for UDP socket client, TCP socket client and server
...
Added tools (download links in Makefile are not working)
Adjusted Makefile
Adjusted .gitignore
2016-09-07 22:09:05 +08:00
Thorsten von Eicken
23877f5ea7
Re-enable syslog by default and fix compilation issue
2016-06-19 08:50:39 -07:00
Thorsten von Eicken
f84ffdc989
Allow syslog to be disabled, as in #128
2016-06-18 20:03:42 -07:00
Thorsten von Eicken
47bd1ac598
Change Makefile to use SDK 1.5.4
2016-06-18 18:44:48 -07:00
Thorsten von Eicken
56e76c6bc4
Revert "TvEmaster"
...
This reverts commit f577c140df .
2016-04-03 10:15:31 -07:00
susisstrolch
e3e19ffa38
TvEmaster
...
Syslog and debug printing fixes
2016-04-03 10:11:34 -07:00
Alastair D'Silva
b408103b4c
Use the SKD included in esp-open-sdk, if available
2016-04-01 19:56:18 +11:00
Alastair D'Silva
e7ea88295e
Remove definition of _STDINT_H, it suppresses the inclusion of the compiler stdint.h, resulting in uint8_t & friends being undefined
2016-04-01 19:20:24 +11:00
Thorsten von Eicken
ad5182ae59
fix reference to old boot file in Makefile
2016-01-31 22:00:59 -08:00
Thorsten von Eicken
fa96de2fc0
SDK 1.5.1; makefile and html tweaks
2016-01-18 18:27:59 -08:00
KatAst
8351fb4599
Back to default
2016-01-04 14:36:52 +01:00
KatAst
b3ed6e8588
Back to original config
...
I forgot to restore to original
2016-01-02 12:25:39 +01:00
KatAst
58ece6b452
Auth_Mode var in numbers instead of string
2015-12-28 18:29:15 +01:00
KatAst
793506fdd1
Small changes
2015-12-27 23:10:07 +01:00
KatAst
896693b5b2
Soft-AP Settings
...
Added Soft-AP settings support both in Makefile and web interface
2015-12-27 13:11:03 +01:00
KatAst
ff5a74b20a
Added SOFTAP hard-coded settings
...
Set the values of SOFTAP config straight in the Makefile
2015-12-24 14:03:15 +01:00
Thorsten von Eicken
59d4bdf99e
fix makefile; update readme
2015-12-13 09:22:43 -08:00
Thorsten von Eicken
88e580c6ee
Makefile tweak
2015-12-13 09:01:14 -08:00
Thorsten von Eicken
60d3dbfa33
Merge pull request #72 from brunnels/master
...
Thank you!
2015-12-13 08:35:00 -08:00
Benjamin Runnels
a895128c9f
Fixed bug with services page submitting on field click
...
Fixed bug with Makefile when COMPRESS_W_HTMLCOMPRESSOR = no
2015-12-09 06:59:27 -06:00