Commit Graph

2044 Commits

Author SHA1 Message Date
Marcel Stör 4d87e89059 Fix Git spelling and add LFS 2018-08-13 14:56:21 +02:00
Gregor Hartmann 91656c3d76 create luac.cross.{integer|float} (#2450)
Use separate names for the integer and float  `luac.cross` binaries.  Also adds local/lua directory which is already supported by tools makefile to build LFS image.
2018-08-11 18:28:01 +01:00
Nathaniel Wesley Filardo a57fe552e8 app/lua/luac_cross: WRAPCC CC here, too (#2453)
Not that Lua takes very long to compile, but allowing for ccache here
should still help the builder(s) consume a little less time and power.
2018-08-11 13:50:12 +02:00
Nathaniel Wesley Filardo e896face0c LFS: small tweaks to docs and examples (#2454) 2018-08-11 13:48:46 +02:00
Nathaniel Wesley Filardo fd12be9966 file: list now takes optional pattern for filtering (#2452)
Thanks to @TerryE for many useful suggestions
2018-08-10 16:38:48 +01:00
Marcel Stör 5d7a46aec1 Add LFS chapter
Contributes to #2431
2018-08-06 21:40:07 +02:00
Marcel Stör 7d86fef598 Add LFS links
Contributes to #2431
2018-08-06 21:28:41 +02:00
Marcel Stör eb79f1e79a Improve documentation for wifi.monitor
Fixes #2433, #2434
2018-08-05 17:58:04 +02:00
Terry Ellison c75be87786
Merge pull request #2446 from devsaurus/use_target_toolchain
use ar from esp toolchain instead of host
2018-08-01 22:16:11 +01:00
devsaurus 8e8b5df020 use ar from esp toolchain instead of host 2018-08-01 22:18:53 +02:00
Marcel Stör cddefbcae9 Add comment for font list 2018-07-30 23:25:55 +02:00
devsaurus 62f48fe170 unbreak firmware build without u8g2 submodule 2018-07-29 12:43:42 +02:00
Terry Ellison c6f6c54bc8
Merge pull request #2184 from devsaurus/u8g2_port
Replace u8glib with u8g2
2018-07-28 22:24:01 +01:00
Marcel Stör 4c6c9d3380 Mention LFS in intro
Contributes to #2431
2018-07-24 23:16:58 +02:00
Marcel Stör 8505362f2a Rewrite intro for README
Fixes #2418
2018-07-24 23:06:54 +02:00
Marcel Stör 2e202796b8 Fix LFS Markdown syntax
Contributes to #2432
2018-07-23 23:03:28 +02:00
Terry Ellison a405fea474
Merge pull request #2432 from vsky279/lfs-tutorial
Adding "LFS Quick Start" section in the documentation
2018-07-23 16:32:01 +01:00
devsaurus c03df2b4bd adapt to new optional build strategy 2018-07-22 15:17:58 +02:00
devsaurus 44120d4157 add copyright notice for BSD license 2018-07-22 13:58:02 +02:00
devsaurus eba5d57db7 allow definition of font and display tables in an external file 2018-07-22 13:51:12 +02:00
devsaurus 5f3e210f98 doc clarifications, code alignment with esp32 2018-07-22 13:51:12 +02:00
devsaurus adc08d17c3 fix malloc/free from stdlib 2018-07-22 13:51:12 +02:00
devsaurus e2d770627e use git clone --recurse-submodules for local builds 2018-07-22 13:51:12 +02:00
devsaurus 15d4311f40 add docs 2018-07-22 13:51:12 +02:00
devsaurus 87bb96dfbe port u8g2 module from esp32 platform 2018-07-22 13:51:10 +02:00
devsaurus 7d04636689 submodule u8g2 2.19.8 2018-07-22 13:51:03 +02:00
devsaurus 1f7593538f remove u8g 2018-07-22 13:51:00 +02:00
Nathaniel Wesley Filardo fd745e0981 Espressif SDK v2.2.1 (#2401)
Minimally build and boot tested, but the changes look pretty boring
2018-07-20 23:07:16 +02:00
Lukáš Voborský 3f8faf8e55
Update lfs.md 2018-07-18 22:51:14 +02:00
Lukáš Voborský 36029a08e1
Update lfs.md 2018-07-18 22:46:46 +02:00
Lukáš Voborský c39891f9de
Adding "LFS Quick Start" section 2018-07-16 23:08:08 +02:00
Gregor Hartmann 2d2c189a66 Add checking of Lua sources to travis build (#2423) 2018-07-16 07:48:47 +02:00
TerryE 04981f7369 Add cygwin support for compiling spiffsimg 2018-07-10 12:46:05 +01:00
Terry Ellison 727ff91155
Merge pull request #2422 from HHHartmann/fix_ftpserver
Small typo in ftp server fails compilation
2018-07-09 09:53:14 +01:00
Gregor 520b853bf4 Small typo in ftp server fails compilation
There sneaked in an 'o' at the beginning of the file
2018-07-09 01:19:19 +02:00
Terry Ellison fd8181d75c
Merge pull request #2421 from jedrzejj/dev
Fixed missing wifi module name.
2018-07-08 20:24:39 +01:00
Jedrzej Jajor 46236dd091 Fixed missing wifi module name. 2018-07-08 16:13:11 +02:00
Terry Ellison 790adedc2c
Merge pull request #2416 from TerryE/dev-telnet
New Telnet module
2018-07-04 22:49:52 +01:00
Terry Ellison fd8b536c15
Merge pull request #2417 from TerryE/dev-ftp
New FTP module
2018-07-04 22:48:56 +01:00
Terry Ellison 5d1dae7f1e
Merge pull request #2419 from TerryE/dev-cygwin-luac
Add Cygwin support for app/lua/luac_cross make and spiffsimg
2018-07-04 16:20:25 +01:00
TerryE 7956a47bb4 Add Cygwin support for app/lua/luac_cross make and spiffsimg 2018-07-04 15:31:15 +01:00
TerryE 8dcc3c8a55 New FTP module 2018-07-02 03:22:15 +01:00
TerryE c6ba33b749 New Telnet module 2018-07-01 23:42:45 +01:00
Marcel Stör cb694d59af Add note about Lua mDNS client 2018-07-01 21:28:08 +02:00
Marcel Stör 8dc6eb62df Update comments 2018-06-30 21:50:38 +02:00
Marcel Stör 784058fa11 Work around RTD issue with new MkDocs 2018-06-30 21:13:15 +02:00
Marcel Stör 3f396cba22 Fix TOC structure and LCD/LFS links 2018-06-30 12:27:59 +02:00
Terry Ellison 27a83feb52
Merge pull request #2301 from TerryE/dev-LFS
LFS evaluation version -- second release
2018-06-29 12:21:32 +01:00
TerryE a3c2f48fc9 Fix makefile whitespace as per dnc40085 review 2018-06-26 15:54:56 +01:00
TerryE 17ae6e20c7 Fix Travis build failure 2018-06-23 00:37:31 +01:00