zephyr/samples
Kumar Gala cfd5c9b43d samples: nats: 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-13 09:42:14 -05:00
..
application_development drivers: gpio: add dts support for nrf52 gpio 2018-06-14 15:56:39 +02:00
basic samples: servo_motor: Add support for the BBC micro:bit 2018-06-13 18:55:22 +02:00
bluetooth Bluetooth: mesh_demo: Enable missing options in configuration file 2018-06-27 12:50:24 +03:00
boards samples: mesh: boards: nrf52: avoid responding to wrong messages 2018-07-13 15:48:16 +03:00
cpp_synchronization sample: cpp_synchronization: support console harness 2018-01-25 04:45:35 +05:30
display samples: move grove samples to sensors and display 2018-06-11 17:11:18 -04:00
drivers samples: drivers: Add sample application for PCA9633 2018-07-02 10:25:47 -05:00
hello_world kernel: Add the old "multi queue" scheduler algorithm as an option 2018-07-03 17:09:15 -04:00
mpu tests: cleanup subsystem tests meta-data 2018-04-09 22:55:20 -04:00
net samples: nats: Fix warning when building with newlib 2018-07-13 09:42:14 -05:00
nfc/nfc_hello tests: nfc_hello: remove filter and support harness 2018-01-25 04:45:35 +05:30
philosophers tests/sched/scheduler_api: samples/philosophers: Use SCHED_SCALABLE 2018-07-03 17:09:15 -04:00
sensor samples: sensor: adt7420: Add ADT7420 sample application 2018-07-12 13:03:24 -05:00
subsys samples: console: add print statements for user 2018-07-13 08:48:40 -04:00
synchronization samples: cleanup sample test naming 2018-06-11 17:11:18 -04:00
testing/integration tests: integration: do not run test on hw 2018-05-07 12:27:07 -04:00
xtensa_asm2 samples: xtensa_asm2: Cleanup stray IS_TEST reference 2018-05-22 12:36:58 -04:00
kernel.rst doc: spelling fixes in samples/ and boards/ 2017-06-12 18:28:08 -04:00
samples.rst samples: move grove samples to sensors and display 2018-06-11 17:11:18 -04:00