zephyr/samples/bluetooth
Kumar Gala 8b8198b58f samples: mesh_demo: Fix Fix warning when building with newlib
If we use newlib the isdigit (and other similar functions) return an
error as char can possibly be viewed as signed:

usr/include/ctype.h:57:54: error: array subscript has type ‘char’ [-Werror=char-subscripts]
 #define __ctype_lookup(__c) ((__ctype_ptr__+sizeof(""[__c]))[(int)(__c)])

Explicity cast to unsigned char so we deal with both this warning and
possible warning when -Wpointer-sign is enabled.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2018-07-16 11:06:20 -04:00
..
beacon
central
central_hr Bluetooth: Convert sample code to use the new bt_data_parse() API 2018-06-26 19:34:57 +03:00
eddystone
gatt Bluetooth: Use Characteristic attribute whenever possible 2018-06-11 14:41:19 -04:00
handsfree Bluetooth: Remove references to non-existing Kconfig symbols 2018-05-23 16:57:59 -04:00
hci_spi
hci_uart samples: bluetooth: Fix microbit/nrf5 UART flow control assignments 2018-06-12 20:18:14 -04:00
hci_usb
ibeacon
ipsp
mesh driver: ILI9340 LCD display driver 2018-05-18 20:21:45 +03:00
mesh_demo samples: mesh_demo: Fix Fix warning when building with newlib 2018-07-16 11:06:20 -04:00
peripheral cmake: bluetooth: Don't #include gatt files from src files 2018-06-13 15:14:40 +02:00
peripheral_csc cmake: bluetooth: Don't #include gatt files from src files 2018-06-13 15:14:40 +02:00
peripheral_dis cmake: bluetooth: Don't #include gatt files from src files 2018-06-13 15:14:40 +02:00
peripheral_esp cmake: bluetooth: Don't #include gatt files from src files 2018-06-13 15:14:40 +02:00
peripheral_hids cmake: bluetooth: Don't #include gatt files from src files 2018-06-13 15:14:40 +02:00
peripheral_hr cmake: bluetooth: Don't #include gatt files from src files 2018-06-13 15:14:40 +02:00
peripheral_sc_only
scan_adv
bluetooth.rst