- 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 2 commits
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=026810475d98df117ab1dadf40276759190aad19
-
Deomid Ryabkov authored
PUBLISHED_FROM=9fd0cebfa8df53b5d9574a8d013305ddda5e7a18
-
- 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 Sep, 2016 1 commit
-
-
Dmitry Frank authored
On my way, fixed a couple of cases where we had `()` in the header, and non-empty argument list in the source file. PUBLISHED_FROM=5519526cf84e2bbd425a726fcc112fea1a95cbf1
-
- 18 Aug, 2016 1 commit
-
-
Alexander Alashkin authored
PUBLISHED_FROM=993c4b1bec363e3f7975b83710e694792bedf5b3
-
- 26 Apr, 2016 1 commit
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=d73a6fff78a063ffe5aaafe841e89e87e37f85d7
-
- 22 Apr, 2016 1 commit
-
-
Marko Mikulicic authored
PUBLISHED_FROM=03d2fa0b6bf762d09bf5e837cf31e2047bb6eefd
-
- 05 Apr, 2016 1 commit
-
-
Deomid Ryabkov authored
Explicitly loosen them on the "big" platforms. PUBLISHED_FROM=b4786428402c5da55738d3f7085ab12acf884e74
-
- 25 Mar, 2016 1 commit
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=e56601f99ccf80d8420b4b54b0ef7c272ec4a656
-
- 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
-