Commit Graph

80 Commits

Author SHA1 Message Date
Paul Sokolovsky
ccf1cfd2b8 libsmartconfig_2.4.2.zip is no longer needed or downloadable. 2015-07-24 21:37:03 +03:00
Paul Sokolovsky
db34de1c74 1.2.0: Appears that latest mem_optimize patch supercedes previous patches. 2015-07-23 20:56:54 +03:00
Slavey Karadzhov
8f30ff5199 1.2.0: Add patch optimizing RAM usage.
See: http://bbs.espressif.com/viewtopic.php?f=5&t=734 .
2015-07-23 20:55:53 +03:00
Marcin Białoń
79b626ac16 Tiny fix to libtool-bin install instruction 2015-07-23 12:29:24 +03:00
Paul Sokolovsky
fe969504a1 README: Mention need for "git submodule sync". 2015-07-21 01:06:11 +03:00
Paul Sokolovsky
002a6595bc esptool: Switch to https://github.com/pfalcon/esptool/tree/esp-open-sdk
Upstream was unresponsive for last 2-3 months, not merging few useful/
important patches, so maintain own fork.
2015-07-21 01:01:36 +03:00
Paul Sokolovsky
641af54864 Add yet another libssl patch for SDK 1.2.0. 2015-07-09 13:23:08 +03:00
Paul Sokolovsky
6181bd40aa Fix name clashes with ever-occurring libssl patches. 2015-07-09 13:20:59 +03:00
nqdinh
715848aea1 Update SDK to version 1.2.0 2015-07-09 13:13:49 +03:00
Paul Sokolovsky
3ea88df2fb Add sleep issue patch for SDK 1.1.2. 2015-07-03 23:05:15 +03:00
Paul Sokolovsky
c731c1b88a Add scan issue patch for SDK 1.1.2. 2015-07-03 22:48:48 +03:00
Paul Sokolovsky
5588192738 README: Restructure a bit and add checkout instructions. 2015-07-03 21:36:29 +03:00
Paul Sokolovsky
319c54520c README: Mention libtool-bin requirement for recent Debian/Ubuntu. 2015-07-03 21:29:31 +03:00
Paul Sokolovsky
37d8095b63 README: Add python-serial and git to dependency list.
Suggested in https://github.com/pfalcon/esp-open-sdk/pull/57 .
2015-07-03 21:24:46 +03:00
Paul Sokolovsky
e5c1eb746c README: Add "License" section. 2015-06-13 23:49:10 +03:00
Paul Sokolovsky
ea07dab857 clean: Be sure to remove crosstool-NG/.build/src .
This is required to ensure clean rebuilds regardless the nature of changes
(it's for example required to re-apply patches).
2015-06-13 23:25:56 +03:00
slaff
5c7a3dae7b Update SDK to version 1.1.2 2015-06-13 23:23:51 +03:00
Paul Sokolovsky
1f23f58626 crosstool-NG: Update to latest upstream.
Among other things, this brings reduced alignment for .rodata when
build with -Os, which may save noticeable amounts of RAM for bigger
projects (as .rodata goes to RAM to not be subject of access alignment
restrictions of cached ROM).
2015-06-12 14:38:37 +03:00
Slavey Karadzhov
3d6ae40d40 Added support for SDK 1.1.1. 2015-06-08 22:51:43 +02:00
Paul Sokolovsky
164d0b679d Update esptool submodule to latest upstream. 2015-05-30 21:16:03 +03:00
Slavey Karadzhov
266ed20b10 Added SDK 1.1.0 patch 1. See: http://bbs.espressif.com/viewtopic.php?f=5&t=508. 2015-05-28 11:15:49 +03:00
Paul Sokolovsky
4e4590de89 sdk_patch_1.1.0: Add fix for force-requiring user_rf_pre_init().
SDK 1.1.0 introduced backward incompatible change of requiring user to define
user_rf_pre_init(). Of course, this could have been easily avoided by providing
default empty implementation in the library, what this patch does.
2015-05-26 09:50:56 +03:00
Paul Sokolovsky
ceb91565c8 Switch to MIT-licensed 1.1.0 release.
Which unfortunately has the same version number.
2015-05-26 09:21:49 +03:00
Jacob Gabriel
6c184ab580 Add SDK 1.1.0. 2015-05-24 17:38:46 +03:00
Paul Sokolovsky
332a358472 Use -N (--forward) for patch invocation. 2015-05-23 01:19:07 +03:00
HappyCodingRobot
f6b8064230 Espressif lib patch for 1.0.1 added to Makefile 2015-05-20 17:31:27 +02:00
Paul Sokolovsky
9abdb8aac3 lx106-hal: Upstream update, licensing clarification and line-endings fixes. 2015-04-26 13:53:58 +03:00
Simon John
941d14f821 Add support for SDK 1.0.1 release
Includes C99 patch (wish they'd accept that upstream!)

Doesn't need the SSL patch from the beta's
2015-04-26 01:44:55 +03:00
Kiril Zyapkov
fb47da2fa8 Add support for SDK v.1.0.1_b2 2015-04-23 10:36:36 +03:00
Paul Sokolovsky
b950d03835 Update lx106-hal to latest.
Should help building on not completely GNU environments, like *BSD/MacOSX.
2015-04-13 13:42:35 +03:00
Miklos Marton
1834c1ebb9 Added support for Espressif SDK v1.0.1_b1_15_04_02 2015-04-06 15:25:13 +03:00
Paul Sokolovsky
74877fc6c8 README: Minor stylistic fix. 2015-04-02 15:06:49 +03:00
Paul Sokolovsky
ed8696f5a3 Update esptool submodule. 2015-04-02 15:04:13 +03:00
Dmitry Kireev
582732b511 README: Add instructions for MacOS 2015-04-01 00:05:38 +03:00
Chad Cormier Roussel
31ef9133b5 Add support for version 1.0.0 plus c99 patch 2015-03-20 18:13:18 +01:00
Simon John
06aa4a456b Add support for 0.9.6 beta1 plus c99 patch 2015-03-17 12:28:54 +02:00
Paul Sokolovsky
e1876ea9c0 README: Add note about net80211 component. 2015-02-19 04:17:16 +02:00
Ryan Jacobs
8edc963f08 README: Convert to markdown, improve grammar. 2015-02-19 04:15:08 +02:00
Paul Sokolovsky
4220808385 README: Fix typo (missing words). 2015-02-05 21:04:38 +02:00
Simon John
3fb1417d38 Add support for SDK 0.9.5 final + patch1
Also patches C99
2015-01-28 02:47:37 +02:00
Paul Sokolovsky
4ad14b2272 Add patch to make vendor headers compatible with C99.
Make then not define their own versions on uint8_t, bool, etc., instead
use standard header stdbool.h, stdint.h.
2015-01-17 19:54:51 +02:00
Paul Sokolovsky
97b3a5f32c README: Add "Pulling updates" section. 2015-01-16 18:12:35 +02:00
Simon John
be82c4a0a7 Add support for SDK 0.9.5 beta 1
Not selected by default, just uncomment #VENDOR_SDK = 0.9.5b1
2015-01-13 16:31:42 +00:00
Paul Sokolovsky
74684a402a Set default vendor SDK to 0.9.4. 2015-01-11 02:15:30 +02:00
George Hopkins
850a77f595 Update esptool.py to e1abbf64ab 2014-12-31 11:29:37 +01:00
Paul Sokolovsky
fd5646963f Add initial support for vendor SDK 0.9.4.
Not set as default so far.
2014-12-23 02:33:09 +02:00
Paul Sokolovsky
97ae7965e2 README: Add note about static toolchain. 2014-12-04 01:27:38 +02:00
Paul Sokolovsky
27c8eaf6f5 Disable building static toolchain - causes problems at least on Arch Linux. 2014-12-03 00:18:02 +02:00
Paul Sokolovsky
0d6d0b8f5e Formatting and dependency cleanup. 2014-11-25 02:21:46 +02:00
Paul Sokolovsky
ed7b06e5db Add separate clean-sdk and clean-sysroot targets. 2014-11-25 02:21:07 +02:00