Kumar Gala
a1b77fd589
zephyr: replace zephyr integer types with C99 types
...
git grep -l 'u\(8\|16\|32\|64\)_t' | \
xargs sed -i "s/u\(8\|16\|32\|64\)_t/uint\1_t/g"
git grep -l 's\(8\|16\|32\|64\)_t' | \
xargs sed -i "s/s\(8\|16\|32\|64\)_t/int\1_t/g"
Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-06-08 08:23:57 -05:00
Kumar Gala
4e93b77552
samples: Convert DT_ALIAS_* to new DT_ALIAS() macro
...
Convert DT_ALIAS_* defines to use DT_ALIAS() plus other macros from
include/devicetree.h.
Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-05-04 15:28:20 -05:00
Marcio Montenegro
c6df1b9395
Samples: Bluetooth: st_ble_demo: Update to new GPIO API
...
Convert to the new API pin and interrupt API.
Signed-off-by: Marcio Montenegro <mtuxpe@gmail.com>
2020-02-05 12:00:36 +01:00
Marcio Montenegro
dd5d2e37f5
Samples: Bluetooth: Add ST BLE Demo sample
...
This sample demonstrates BLE peripheral for ST BLE Sensor.
You can test button notification and LED service using
ST BLE Sensor Android application
Signed-off-by: Marcio Montenegro <mtuxpe@gmail.com>
2019-12-10 12:25:06 +02:00