mbed-os/features/frameworks
Kevin Bracey 5c3b15cf81 ns_list: avoid UINT_FAST8_MAX
Prevent compilation issues when someone has included <stdint.h> before
a header file that needs to include <ns_list.h>.

Some toolchains like ARM C 5 will not provide UINT_FAST8_MAX in C++
unless __STDC_LIMIT_MACROS is defined, and if this was not defined the
first time <stdint.h> was included, it's too late.

We can get the maximum value for our unsigned list offset by casting -1
to it, thanks to modulo arithmetic.
2019-06-11 17:13:27 +03:00
..
TARGET_PSA Remove #ifndef NO_GREENTEA from tests 2019-03-14 11:16:44 +02:00
greentea-client Update features/frameworks/greentea-client/source/greentea_test_env.cpp 2019-02-27 21:38:16 +02:00
mbed-client-cli Add placeholder libraries for things we probably refer to as libraries 2019-01-16 14:58:58 -06:00
mbed-client-randlib Merge pull request #9561 from theotherjimmy/test-resources 2019-02-13 12:31:54 -06:00
mbed-coap Update mbed-coap to version 4.8.0 2019-05-21 09:30:04 +03:00
mbed-trace Merge commit '12a2437b39d1ecccb0cfeee4d69e071af03b84de' 2019-02-25 14:48:18 +02:00
nanostack-libservice ns_list: avoid UINT_FAST8_MAX 2019-06-11 17:13:27 +03:00
unity Merge pull request #9561 from theotherjimmy/test-resources 2019-02-13 12:31:54 -06:00
utest Update utest README 2019-01-28 16:35:35 -06:00