mbed-os/features
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
..
FEATURE_BLE Merge pull request #10772 from LDong-Arm/GenericGap_advParams 2019-06-09 18:21:41 +01:00
FEATURE_BOOTLOADER Add bootloader support for the LPC55S69 board 2019-03-16 00:13:40 +02:00
cellular Merge pull request #10696 from AriParkkila/cell-ublox-at-connect 2019-06-03 08:52:43 +01:00
cryptocell/FEATURE_CRYPTOCELL310 Rename the platform context varaiable 2019-01-22 13:57:32 +02:00
deprecated_warnings feature deprecated: fix astyle coding style 2018-11-07 08:56:35 +00:00
device_key When reading ROT from KVStore the return ROT key size was ignored 2019-04-30 17:44:24 +03:00
frameworks ns_list: avoid UINT_FAST8_MAX 2019-06-11 17:13:27 +03:00
lorawan Assembler atomics 2019-04-26 13:12:35 +03:00
lwipstack Merge pull request #10647 from tymoteuszblochmobica/coverity 2019-06-03 08:41:53 +01:00
mbedtls Merge pull request #10770 from Patater/update-to-mbedcrypto-1.1.0d1 2019-06-07 09:18:53 +01:00
nanostack Introduce Semaphore::acquire methods 2019-05-28 17:02:06 +03:00
netsocket Introduce Semaphore::acquire methods 2019-05-28 17:02:06 +03:00
nfc Reverting to original doxy configuration 2019-02-14 17:06:38 +02:00
storage Merge pull request #10627 from devran01/remove_future_sequana_target 2019-05-24 12:16:10 +01:00
unsupported Merge pull request #10653 from desowin/stm-usb-host 2019-06-09 18:01:46 +01:00