Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Transform 'u32' to 'uint32_t' in src/target | zwelch | 2009-06-18 | 1 | -5/+5 |
| | | | | | | | | - Replace '\([^_]\)u32' with '\1uint32_t'. - Replace '^u32' with 'uint32_t'. git-svn-id: svn://svn.berlios.de/openocd/trunk@2279 b42882b7-edfa-0310-969c-e2dbd0fdcd60 | ||||
* | Transform 'u8' to 'uint8_t' in src/target | zwelch | 2009-06-18 | 1 | -2/+2 |
| | | | | | | | | - Replace '\([^_]\)u8' with '\1uint8_t'. - Replace '^u8' with 'uint8_t'. git-svn-id: svn://svn.berlios.de/openocd/trunk@2274 b42882b7-edfa-0310-969c-e2dbd0fdcd60 | ||||
* | - prepare OpenOCD for branching, created ./trunk/ | drath | 2006-06-02 | 1 | -0/+53 |
git-svn-id: svn://svn.berlios.de/openocd/trunk@64 b42882b7-edfa-0310-969c-e2dbd0fdcd60 |