Merge pull request #240 from UweBonnes/cleanup

stlink/swlink: Remove missleading comments.
This commit is contained in:
Gareth McMullin 2017-06-08 12:35:28 -07:00 committed by GitHub
commit a4bb2c6e3e
2 changed files with 0 additions and 36 deletions

View File

@ -39,27 +39,6 @@
#define DFU_IDENT "Black Magic Firmware Upgrade (STLINK)"
#define UPD_IFACE_STRING "@Internal Flash /0x08000000/8*001Kg"
/* Important pin mappings for STM32 implementation:
*
* LED0 = PB2 (Yellow LED : Running)
* LED1 = PB10 (Yellow LED : Idle)
* LED2 = PB11 (Red LED : Error)
*
* TPWR = RB0 (input) -- analogue on mini design ADC1, ch8
* nTRST = PB1
* SRST_OUT = PA2
* TDI = PA7
* TMS = PB14 (input for SWDP)
* TCK = PA5
* TDO = PA6 (input)
* nSRST = PB0 (input)
*
* USB cable pull-up: PA8
* USB VBUS detect: PB13 -- New on mini design.
* Enable pull up for compatibility.
* Force DFU mode button: PB12
*/
/* Hardware definitions... */
#define TDI_PORT GPIOA
#define TMS_PORT GPIOB

View File

@ -35,21 +35,6 @@
#define DFU_IDENT "Black Magic Firmware Upgrade (SWLINK)"
#define UPD_IFACE_STRING "@Internal Flash /0x08000000/8*001Kg"
/* Pin mappings:
*
* nTRST = PB1
* TDI = PA3
* TMS = PA4 (input for SWDP)
* TCK = PA5
* TDO = PA6 (input)
* nSRST = PA7 (input)
*
* USB cable pull-up: PA8
* USB VBUS detect: PB13 -- New on mini design.
* Enable pull up for compatibility.
* Force DFU mode button: PB9 Low
*/
/* Hardware definitions... */
#define TMS_PORT GPIOA
#define TCK_PORT GPIOA