openocd: fix SPDX tag format for files .c
[fw/openocd] / src / pld / xilinx_bit.c
2022-09-18 Antonio Borneoopenocd: fix SPDX tag format for files .c
2022-07-23 Antonio Borneoopenocd: src: replace the GPL-2.0-or-later license tag
2021-07-24 Antonio Borneoopenocd: fix simple cases of NULL comparison
2021-05-01 Tim NewsomeCleanup of config/includes.
2020-09-05 Antonio Borneoopenocd: use proper format with uint32_t
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2013-06-05 Spencer Oliverupdate files to correct FSF address
2012-02-06 Spencer Oliverbuild: cleanup src/pld directory
2012-01-04 Øyvind Harboeretire ERROR_INVALID_ARGUMENTS and replace with ERROR_C...
2009-12-03 Zachary T Welchchange #include "log.h" to <helper/log.h>
2009-11-13 Zachary T Welchxilinx_bit_file_t -> struct xilinx_bit_file
2009-11-11 Zachary T Welchadd const keyword to some APIs
2009-06-23 zwelch- Replace '){' with ') {'.
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-18 zwelchFinish transforming 'u32' to 'uint32_t'.
2009-06-18 zwelchTransform 'u8' to 'uint8_t'
2009-06-18 zwelchDavid Brownell <david-b@pacbell.net>:
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-05-11 zwelchRemove redundant sys/types.h #include directives (now...
2009-04-19 oharboeZach Welch <zw@superlucidity.net> fix -Werror warnings
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2007-03-26 drath- fixed arm926 cp15 command bug (thanks to Vincent...
2006-11-22 drath- added a PLD (programmable logic device) subsystem...