openocd/src
Paul Fertser b8c7232b66 jtag: drivers: buspirate: fix abuse of "char" type
Change occurrences of char to uint8_t where appropriate as a binary
protocol is used to talk to this adapter.

This fixes a build issue with modern clang.

Change-Id: I21cc82c8cad148bd0977533c12c74a9d6ba2faff
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Reviewed-on: http://openocd.zylin.com/4462
Tested-by: jenkins
Reviewed-by: Matthias Welwarsky <matthias@welwarsky.de>
2018-03-12 18:59:32 +00:00
..
flash Added support for STMicroelectronics BlueNRG-1 and BlueNRG-2 SoC 2018-03-07 23:40:55 +00:00
helper helper/types: cast to uint32_t,uint16_t to avoid UB by shifting int too far 2018-03-12 14:12:07 +00:00
jtag jtag: drivers: buspirate: fix abuse of "char" type 2018-03-12 18:59:32 +00:00
pld Convert to non-recursive make 2016-12-08 16:23:10 +00:00
rtos Fix ChibiOS FPU detection. 2018-03-07 23:41:30 +00:00
server Allow generation of nested target defined types in gdb target xml 2018-03-10 13:23:25 +00:00
svf Fix GCC7 warnings about switch-case fallthroughs 2017-10-23 10:54:16 +01:00
target armv7a: cache ttbcr and ttb0/1 on debug state entry 2018-03-11 12:08:39 +00:00
transport Convert to non-recursive make 2016-12-08 16:23:10 +00:00
xsvf Convert to non-recursive make 2016-12-08 16:23:10 +00:00
Makefile.am Convert to non-recursive make 2016-12-08 16:23:10 +00:00
hello.c Remove FSF address from GPL notices 2016-05-24 22:30:01 +01:00
hello.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
main.c Remove FSF address from GPL notices 2016-05-24 22:30:01 +01:00
openocd.c helper/configuration: free script_search_dirs and config_file_names 2018-03-07 23:47:31 +00:00
openocd.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00