version_2.0

Dependents:   cc3000_ping_demo_try_2

Fork of mbed by mbed official

Files at this revision

API Documentation at this revision

Comitter:
erezi
Date:
Wed Jun 25 06:08:49 2014 +0000
Parent:
84:0b3ab51c8877
Commit message:
version_2.0

Changed in this revision

TARGET_NUCLEO_F103RB/TARGET_STM/TARGET_NUCLEO_F103RB/PinNames.h Show annotated file Show diff for this revision Revisions of this file
TARGET_NUCLEO_F103RB/stm32f10x.h Show annotated file Show diff for this revision Revisions of this file
--- a/TARGET_NUCLEO_F103RB/TARGET_STM/TARGET_NUCLEO_F103RB/PinNames.h	Mon May 19 18:14:09 2014 +0100
+++ b/TARGET_NUCLEO_F103RB/TARGET_STM/TARGET_NUCLEO_F103RB/PinNames.h	Wed Jun 25 06:08:49 2014 +0000
@@ -147,6 +147,11 @@
     SPI_SCK     = PA_5,
     SPI_CS      = PB_6,
     PWM_OUT     = PB_3,
+    
+    // CC3000 porting
+    PTB2        = D0,
+    PTB3        = D5,
+    
 
     // Not connected
     NC = (int)0xFFFFFFFF
--- a/TARGET_NUCLEO_F103RB/stm32f10x.h	Mon May 19 18:14:09 2014 +0100
+++ b/TARGET_NUCLEO_F103RB/stm32f10x.h	Wed Jun 25 06:08:49 2014 +0000
@@ -15,15 +15,15 @@
   *          is using in the C source code, usually in main.c. This file contains:
   *           - Configuration section that allows to select:
   *              - The device used in the target application
-  *              - To use or not the peripheral’s drivers in application code(i.e. 
-  *                code will be based on direct access to peripheral’s registers 
+  *              - To use or not the peripheral�s drivers in application code(i.e. 
+  *                code will be based on direct access to peripheral�s registers 
   *                rather than drivers API), this option is controlled by 
   *                "#define USE_STDPERIPH_DRIVER"
   *              - To change few application-specific parameters such as the HSE 
   *                crystal frequency
   *           - Data structures and the address mapping for all peripherals
   *           - Peripheral's registers declarations and bits definition
-  *           - Macros to access peripheral’s registers hardware
+  *           - Macros to access peripheral�s registers hardware
   *
  *******************************************************************************
  * Copyright (c) 2014, STMicroelectronics
@@ -288,7 +288,9 @@
   USART3_IRQn                 = 39,     /*!< USART3 global Interrupt                              */
   EXTI15_10_IRQn              = 40,     /*!< External Line[15:10] Interrupts                      */
   RTCAlarm_IRQn               = 41,     /*!< RTC Alarm through EXTI Line Interrupt                */
-  USBWakeUp_IRQn              = 42      /*!< USB Device WakeUp from suspend through EXTI Line Interrupt */
+  USBWakeUp_IRQn              = 42,      /*!< USB Device WakeUp from suspend through EXTI Line Interrupt */
+  SPI0_IRQn					  = SPI1_IRQn,
+  PORTA_IRQn				  = 44
 #endif /* STM32F10X_MD */  
 
 #ifdef STM32F10X_MD_VL