| Commit message (Expand) | Author | Age | Files | Lines |
* | Enhancement: stm32 flash protection error message | dbrownell | 2009-09-20 | 1 | -1/+1 |
* | - correct stm32 connectivity line programming as per latest manual | ntfreak | 2009-07-01 | 1 | -7/+12 |
* | Remove whitespace that occurs before ')'. | zwelch | 2009-06-23 | 1 | -31/+31 |
* | Remove whitespace that occurs after '('. | zwelch | 2009-06-23 | 1 | -32/+32 |
* | - Fixes '[|]' whitespace | zwelch | 2009-06-23 | 1 | -9/+9 |
* | - Fixes '=' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Fixes '<<' whitespace | zwelch | 2009-06-23 | 1 | -6/+6 |
* | - Fixes '!=' whitespace | zwelch | 2009-06-23 | 1 | -2/+2 |
* | - Replace 'switch(' with 'switch ('. | zwelch | 2009-06-23 | 1 | -4/+4 |
* | - Replace 'if(' with 'if ('. | zwelch | 2009-06-23 | 1 | -25/+25 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 1 | -4/+4 |
* | Transform 'u32' to 'uint32_t' in src/flash. | zwelch | 2009-06-18 | 1 | -24/+24 |
* | Transform 'u16' to 'uint16_t' | zwelch | 2009-06-18 | 1 | -15/+15 |
* | Transform 'u8' to 'uint8_t' in src/flash | zwelch | 2009-06-18 | 1 | -10/+10 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-01 | 1 | -210/+210 |
* | Add target_run_algorithm wrapper: | zwelch | 2009-05-31 | 1 | -1/+1 |
* | Audit and eliminate redundant #include directives in src/flash sources. | zwelch | 2009-05-11 | 1 | -8/+0 |
* | Fix stm32x and pic32mx flash pointer cast alignment warnings, simplify their ... | zwelch | 2009-05-07 | 1 | -12/+8 |
* | Clear FLASH_SR error flags after flash errors to avoid reset befor further fl... | mlu | 2009-04-29 | 1 | -1/+10 |
* | Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisons | oharboe | 2009-04-19 | 1 | -1/+1 |
* | The following patches was applied: | mifi | 2009-04-18 | 1 | -38/+40 |
* | Improved (for humans) error reporting for flash programming errors. | mlu | 2009-04-14 | 1 | -1/+21 |
* | Cortex-M3 cleanup and performance patch | mlu | 2009-04-02 | 1 | -1/+1 |
* | - stm32x flash driver - add support for stm32105/107 (connectivity line) | ntfreak | 2009-02-26 | 1 | -1/+33 |
* | - stm32x flash driver: add support for low density devices | ntfreak | 2008-11-27 | 1 | -1/+33 |
* | search and replace usleep(1000) with alive_sleep(1) to avoid GDB timeouts. | oharboe | 2008-08-19 | 1 | -1/+1 |
* | fixed not halted error messages | oharboe | 2008-08-17 | 1 | -0/+10 |
* | - more fixes to high density stm32x flash driver | ntfreak | 2008-07-23 | 1 | -10/+114 |
* | - fix bug with stm32 high density write protection | ntfreak | 2008-07-22 | 1 | -7/+35 |
* | - stm32 flash driver correctly handles early silicon | ntfreak | 2008-07-15 | 1 | -29/+35 |
* | - probe incorrect for high density stm32 flash | ntfreak | 2008-06-11 | 1 | -2/+1 |
* | - stm32 erase will use mass_erase if all banks selected | ntfreak | 2008-06-06 | 1 | -30/+43 |
* | - luminary, stm32 and str7 flash driver error cleanup | ntfreak | 2008-06-04 | 1 | -0/+1 |
* | - moved flash erase_check target code to target.c | ntfreak | 2008-05-27 | 1 | -1/+1 |
* | - corrected error with stm32 page calculation | ntfreak | 2008-05-26 | 1 | -1/+2 |
* | - update sectors on stm32x mass erase | ntfreak | 2008-05-24 | 1 | -0/+7 |
* | - add support for newer high density stm32 parts | ntfreak | 2008-05-23 | 1 | -30/+52 |
* | - stm32x default to 128k if flash size failed. | ntfreak | 2008-04-29 | 1 | -1/+6 |
* | - single core context used, removed debug context as thought unnecessary. | ntfreak | 2008-04-10 | 1 | -1/+0 |
* | - Work on fixing erase check. Many implementations are plain broken. | oharboe | 2008-04-03 | 1 | -46/+5 |
* | - rename log functions to stop conflicts under win32 (wingdi) | ntfreak | 2008-03-25 | 1 | -14/+14 |
* | - correct spelling typo in stm32x flash driver | ntfreak | 2008-03-07 | 1 | -1/+1 |
* | Pavel Chromy cleaned up checks for halted, error messages, etc. | oharboe | 2008-02-28 | 1 | -1/+16 |
* | dos2unix fix. | oharboe | 2008-02-25 | 1 | -988/+988 |
* | - "flash write_binary" is now "flash write_bank" to clarify the focus of the | oharboe | 2008-02-25 | 1 | -998/+988 |
* | - added check for revA silicon in stm32 flash driver | ntfreak | 2008-02-14 | 1 | -0/+9 |
* | - stm32 flash driver now checks for correct target | ntfreak | 2008-02-10 | 1 | -0/+11 |
* | - add autoprobe support to the stm32 flash driver | ntfreak | 2008-02-10 | 1 | -44/+37 |
* | - added autoprobe functionality | mifi | 2008-01-27 | 1 | -0/+1 |
* | - reset_run now works as expected on cortex-m3 | ntfreak | 2007-11-21 | 1 | -106/+250 |