mbed-os/features
Kevin Bracey 4a1032f85a Correct LWIP_DEBUG definition
Commit f602c936 incorrectly started defining LWIP_DEBUG as either 0 or
1.

lwipopts.h locally was changed to use #if, but all existing users
continued to use #ifdef. Therefore defining it to 0 was accidentally
enabling it for quite a few users.

This would have pulled in some unwanted lwIP code, and affected some
drivers, eg k64f_emac.c allocating an extra 2K of stack.

Correct lwipopts.h to either define it as 1 or leave it undefined, and
change the #if tests back to #ifdef, so all are consistent.
2017-09-13 15:55:35 +01:00
..
FEATURE_BLE Fix BLE API docs 2017-09-13 15:55:35 +01:00
FEATURE_COMMON_PAL Update mbed-coap to version 4.0.10 2017-09-13 15:55:35 +01:00
FEATURE_LWIP Correct LWIP_DEBUG definition 2017-09-13 15:55:35 +01:00
FEATURE_UVISOR uVisor: Import v0.29.0 2017-07-31 13:37:31 +01:00
TESTS/filesystem bd: Added ProfilingBlockDevice for measuring higher-level applications 2017-08-25 11:53:04 +01:00
filesystem bd: Added ProfilingBlockDevice for measuring higher-level applications 2017-08-25 11:53:04 +01:00
frameworks Added copyright header to all tests 2017-08-11 14:16:33 +01:00
mbedtls mbedtls: STM32F439xI: Don't enable AES acceleration by default 2017-09-13 15:55:35 +01:00
nanostack Allow using of malloc() for reserving the Nanostack's heap. 2017-08-25 11:53:03 +01:00
netsocket Turn on doxygen for DEVICE_* features 2017-08-25 11:53:04 +01:00
storage/FEATURE_STORAGE Typecasting to int to resolve warning:#68-D: integer conversion resulted in a change of sign 2017-07-14 15:13:30 +01:00
unsupported Add SPI pins for test code 2017-09-13 15:55:34 +01:00