openocd/src
Marc Schink 210b7d2d16 flash/nor/stmqspi: Replace macros with static inline functions
There is no good reason to use macros instead of static inline functions. The
current code is hard maintain. For example, it changes variables outside of the
macro scope. Also, it is conflicting with the C coding style.

Change-Id: I5ac9d2ae076ef73c176d4e32b2e7e0a99fa875ab
Signed-off-by: Marc Schink <dev@zapb.de>
Reviewed-on: http://openocd.zylin.com/6046
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
2021-03-10 21:36:20 +00:00
..
flash flash/nor/stmqspi: Replace macros with static inline functions 2021-03-10 21:36:20 +00:00
helper configure: drop macro 'AC_HEADER_TIME' 2021-01-18 15:32:46 +00:00
jtag stlink: swo: use completely the available buffer 2021-03-10 21:36:01 +00:00
pld openocd: use proper format with uint32_t 2020-09-05 17:12:44 +01:00
rtos rtos: Remove typedef'd struct 2021-03-10 21:29:52 +00:00
rtt openocd: fix doxygen parameters of functions 2021-01-13 11:33:53 +00:00
server server: revert commit 7e6556b3ca 2021-03-10 21:34:13 +00:00
svf openocd: fix command's usage string 2020-09-05 17:13:10 +01:00
target cortex_m: avoid reading and writing non-existent registers 2021-03-10 21:35:31 +00:00
transport build: fix build with --enable-minidriver-dummy 2020-11-07 20:53:39 +00:00
xsvf openocd: avoid checking for non NULL pointer to free it 2020-09-05 17:11:50 +01:00
hello.c helper/command: change prototype of command_print/command_print_sameline 2019-05-14 19:37:11 +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
Makefile.am Add initial RTT support 2020-12-02 23:15:52 +00:00
openocd.c arm_tpiu_swo: add support for independent TPIU and SWO 2021-03-10 21:33:40 +00:00
openocd.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00