Replaced goo.gl links with links to our new file archive at github.

https://github.com/libopencm3/libopencm3-archive
This commit is contained in:
Piotr Esden-Tempski 2013-06-13 11:20:04 -07:00
parent f92c45eeb5
commit e4a86e269e
3 changed files with 4 additions and 3 deletions

View File

@ -249,7 +249,8 @@
/*
* System Control Space (SCS) => Data Watchpoint and Trace (DWT).
* See http://goo.gl/mZm30 (ARMv7-M Architecture Reference Manual)
* See "ARMv7-M Architecture Reference Manual"
* (https://github.com/libopencm3/libopencm3-archive/blob/master/arm/ARMv7-M_ARM.pdf?raw=true)
* The DWT is an optional debug unit that provides watchpoints, data tracing,
* and system profiling for the processor.
*/

View File

@ -22,7 +22,7 @@
* For details see:
* PM0081 Programming manual: STM32F40xxx and STM32F41xxx Flash programming
* September 2011, Doc ID 018520 Rev 1
* http://goo.gl/3ylKe
* https://github.com/libopencm3/libopencm3-archive/blob/master/st_micro/DM00023388.pdf?raw=true
*/
/** @cond */

View File

@ -22,7 +22,7 @@
* For details see:
* PM0075 programming manual: STM32F10xxx Flash programming
* August 2010, Doc ID 17863 Rev 1
* http://goo.gl/MuTiU
* https://github.com/libopencm3/libopencm3-archive/blob/master/st_micro/CD00283419.pdf?raw=true
*/
#ifndef LIBOPENCM3_FLASH_H