aboutsummaryrefslogtreecommitdiff
path: root/src/flash
AgeCommit message (Expand)Author
2009-06-23- Fixes '+' whitespacezwelch
2009-06-23- Fixes '=' whitespacezwelch
2009-06-23- Fixes '==' whitespacezwelch
2009-06-23- Fixes '<<' whitespacezwelch
2009-06-23- Fixes '>>' whitespacezwelch
2009-06-23- Fixes '<=' whitespacezwelch
2009-06-23- Fixes '>=' whitespacezwelch
2009-06-23- Fixes '&&' whitespacezwelch
2009-06-23- Fixes '[*]=' whitespacezwelch
2009-06-23- Fixes '[+]=' whitespacezwelch
2009-06-23- Fixes '!=' whitespacezwelch
2009-06-23- Replace 'do{' with 'do {'.zwelch
2009-06-23- Replace 'for(' with 'for ('.zwelch
2009-06-23- Replace 'switch(' with 'switch ('.zwelch
2009-06-23- Replace 'while(' with 'while ('.zwelch
2009-06-23- Replace 'if(' with 'if ('.zwelch
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 printf() -Werror fixesduane
2009-06-18Transform 'u32' to 'uint32_t' in src/flash.zwelch
2009-06-18Transform 'u16' to 'uint16_t'zwelch
2009-06-18Transform 'u8' to 'uint8_t' in src/flashzwelch
2009-06-12unsik Kim <donari75@gmail.com>:zwelch
2009-06-09Fix make maintainer-clean for out-of-tree builds.zwelch
2009-06-09- Replace 'jtag_tap_by_abs_position' with 'jtag_tap_by_position'.zwelch
2009-06-05remove unused include file: inttypes.hoharboe
2009-06-05Eliminate MixedCaps symbol from public JTAG TAP API:zwelch
2009-06-04Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe
2009-06-04Introduce jtag_get_end_state() fn to clarify code a bit.oharboe
2009-06-04no longer use jtag_add_xxx() to set end state to TAP_IDLE. Same must be done ...oharboe
2009-06-04remove TAP_INVALID as argument to jtag_add_xxx() fn'soharboe
2009-06-01David Brownell <david-b@pacbell.net>:zwelch
2009-05-31Whitespace-only updates to automake input files:zwelch
2009-05-31Add target_bulk_write_memory wrapper:zwelch