aboutsummaryrefslogtreecommitdiff
path: root/src/flash
AgeCommit message (Expand)AuthorFilesLines
2009-06-23Remove whitespace at end of lines, step 1.zwelch12-228/+228
2009-06-23- Replace '){' with ') {'.zwelch2-5/+5
2009-06-23Remove whitespace that occurs before ')'.zwelch15-97/+97
2009-06-23Remove whitespace that occurs after '('.zwelch10-117/+117
2009-06-23- Fixes '[<>]' whitespacezwelch10-31/+31
2009-06-23- Fixes '[|]' whitespacezwelch14-60/+60
2009-06-23- Fixes '+' whitespacezwelch16-65/+65
2009-06-23- Fixes '=' whitespacezwelch14-181/+181
2009-06-23- Fixes '==' whitespacezwelch6-15/+15
2009-06-23- Fixes '<<' whitespacezwelch15-104/+104
2009-06-23- Fixes '>>' whitespacezwelch5-41/+41
2009-06-23- Fixes '<=' whitespacezwelch1-2/+2
2009-06-23- Fixes '>=' whitespacezwelch1-1/+1
2009-06-23- Fixes '&&' whitespacezwelch1-1/+1
2009-06-23- Fixes '[*]=' whitespacezwelch1-1/+1
2009-06-23- Fixes '[+]=' whitespacezwelch5-5/+5
2009-06-23- Fixes '!=' whitespacezwelch8-29/+29
2009-06-23- Replace 'do{' with 'do {'.zwelch2-5/+5
2009-06-23- Replace 'for(' with 'for ('.zwelch4-7/+7
2009-06-23- Replace 'switch(' with 'switch ('.zwelch5-20/+20
2009-06-23- Replace 'while(' with 'while ('.zwelch6-14/+14
2009-06-23- Replace 'if(' with 'if ('.zwelch12-154/+154
2009-06-21C99 printf() -Werror fixesduane1-5/+9
2009-06-21C99 printf() -Werror fixesduane1-14/+18
2009-06-21C99 printf() -Werror fixesduane1-28/+55
2009-06-21C99 printf() -Werror fixesduane1-1/+1
2009-06-21C99 printf() -Werror fixesduane1-3/+3
2009-06-21C99 printf() -Werror fixesduane1-4/+4
2009-06-21C99 printf() -Werror fixesduane1-4/+4
2009-06-21C99 printf() -Werror fixesduane1-12/+20
2009-06-21C99 printf() -Werror fixesduane1-4/+4
2009-06-21C99 printf() -Werror fixesduane1-23/+45
2009-06-21C99 printf() -Werror fixesduane1-11/+11
2009-06-21C99 printf() -Werror fixesduane1-2/+2
2009-06-21C99 printf() -Werror fixesduane1-2/+2
2009-06-21C99 printf() -Werror fixesduane1-7/+7
2009-06-21C99 printf() -Werror fixesduane1-1/+1
2009-06-21C99 printf() -Werror fixesduane1-19/+19
2009-06-21C99 printf() -Werror fixesduane1-26/+33
2009-06-21C99 printf() -Werror fixesduane1-4/+4
2009-06-21C99 printf() -Werror fixesduane1-41/+46
2009-06-18Transform 'u32' to 'uint32_t' in src/flash.zwelch39-586/+586
2009-06-18Transform 'u16' to 'uint16_t'zwelch25-109/+109
2009-06-18Transform 'u8' to 'uint8_t' in src/flashzwelch35-349/+349
2009-06-12unsik Kim <donari75@gmail.com>:zwelch2-191/+240
2009-06-09Fix make maintainer-clean for out-of-tree builds.zwelch1-1/+1
2009-06-09- Replace 'jtag_tap_by_abs_position' with 'jtag_tap_by_position'.zwelch1-1/+1
2009-06-05remove unused include file: inttypes.hoharboe2-5/+0
2009-06-05Eliminate MixedCaps symbol from public JTAG TAP API:zwelch1-1/+1
2009-06-04Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe1-8/+8