- 06 Feb, 2017 1 commit
-
-
Alexander Alashkin authored
This reverts commit 1a17e17c462bdd4e1d26d8742f8b7087273e04c2. PUBLISHED_FROM=80028de308c9a021955d1425d2bfee8feb85f193
-
- 03 Feb, 2017 1 commit
-
-
Alexander Alashkin authored
-
- 31 Oct, 2016 1 commit
-
-
Deomid Ryabkov authored
Also, do not require -DRTOS_SDK and pick socket/low-level event manager based on LWIP_SOCKET. PUBLISHED_FROM=d4afbdf8dab62a1c6ac4ca075c4a58887223dba4
-
- 26 Oct, 2016 1 commit
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=b860ada45e76b0e04d214fedb04f5a7dd9c7d8f0
-
- 18 Oct, 2016 1 commit
-
-
Deomid Ryabkov authored
LWIP part has been finally fully split from the ESP part, and ESP platform defs reduced to bare minimum. It is now possible to use LWIP in either low-level or socket mode without any ESP dependencies, and NXP Kinetis platform is the first to make use of it. PUBLISHED_FROM=4a9055897609c812296bdab5b4943ffde641ced2
-
- 14 Oct, 2016 1 commit
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=026810475d98df117ab1dadf40276759190aad19
-
- 13 Oct, 2016 1 commit
-
-
Deomid Ryabkov authored
"#if FOO" still works with simple -DFOO, but gives more flexibility. Specifically, if user expressed no preference (FOO is not defined), we can apply reasonable defaults (this is the legitimate use of ifdef). In short, from now on, please use #if MG_ENABLE_FOO instead of #ifdef MG_ENABLE_FOO Since we are all used to #ifdef, this change also adds a precommit check to police this. Specifically, in *.h and *.c files that are Copyright Cesanta, "ifdef" and "if defined()" are not allowed to be used with macros that contain ENABLE or DISABLE, unless the like also contains "ifdef-ok". Hence, if you are sure you want to use ifdef, use this: #ifdef MG_ENABLE_FOO /* ifdef-ok */ PUBLISHED_FROM=9be829448f53cff575d6cae8b9945fb12531c15a
-
- 05 Apr, 2016 1 commit
-
-
Deomid Ryabkov authored
Explicitly loosen them on the "big" platforms. PUBLISHED_FROM=b4786428402c5da55738d3f7085ab12acf884e74
-
- 21 Mar, 2016 2 commits
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=11096f272afc0716e0677c68d58ebf4d4e001a47
-
Deomid Ryabkov authored
PUBLISHED_FROM=3d58ec06fe3108a81d1c35f8261783690bb12c4d
-
- 01 Mar, 2016 1 commit
-
-
Marko Mikulicic authored
PUBLISHED_FROM=b1049c57352286abda168df521002cfc87136fd6
-
- 13 Feb, 2016 1 commit
-
-
rojer authored
PUBLISHED_FROM=f08a8324dfde5f9e22eee0e5e4dbae0e3d45cb3f
-
- 24 Nov, 2015 1 commit
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=892d01b09f5801d3d19e6db1ce22b7916d2f83d5
-