aboutsummaryrefslogtreecommitdiff
path: root/src/flash
AgeCommit message (Expand)Author
2009-06-23- Replace '){' with ') {'.zwelch
2009-06-23Remove whitespace that occurs before ')'.zwelch
2009-06-23Remove whitespace that occurs after '('.zwelch
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- 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