move nor drivers to src/flash/nor
[fw/openocd] / src / jtag / driver.c
2009-11-16 Zachary T Welchrename CEIL as DIV_ROUND_UP
2009-11-13 Zachary T Welchjtag_command_t -> struct jtag_command
2009-11-13 Zachary T Welchsleep_command_t -> struct sleep_command
2009-11-13 Zachary T Welchreset_command_t -> struct reset_command
2009-11-13 Zachary T Welchstableclocks_command_t -> struct stableclocks_command
2009-11-13 Zachary T Welchruntest_command_t -> struct runtest_command
2009-11-13 Zachary T Welchpathmove_command_t -> struct pathmove_command
2009-11-13 Zachary T Welchstatemove_command_t -> struct statemove_command
2009-11-13 Zachary T Welchscan_command_t -> struct scan_command
2009-11-13 Zachary T Welchscan_field_t -> struct scan_field
2009-11-13 Zachary T Welchjtag_tap_t -> struct jtag_tap
2009-09-29 oharboereentry assert
2009-06-23 zwelchRemove whitespace that occurs before ')'.
2009-06-23 zwelchRemove whitespace that occurs after '('.
2009-06-23 zwelch- Fixes '=' whitespace
2009-06-23 zwelch- Fixes '==' whitespace
2009-06-23 zwelch- Fixes '!=' whitespace
2009-06-19 oharboefix jtag_add_callback() args. The first argument is...
2009-06-18 zwelchFinish transforming 'u32' to 'uint32_t'.
2009-06-18 zwelchTransform 'u8' to 'uint8_t'
2009-06-09 zwelchRename jtag_driver.c as driver.c to remove duplicate...