summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0c81a25)
raw | patch | inline | side by side (parent: 0c81a25)
author | Borja Martinez <borja.martinez@gmail.com> | |
Mon, 19 Sep 2016 17:06:16 +0000 (19:06 +0200) | ||
committer | Borja Martinez <borja.martinez@gmail.com> | |
Mon, 19 Sep 2016 17:06:16 +0000 (19:06 +0200) |
diff --git a/Basic-Test-Package/MSP432/Test_MSP432_3wSPI_M25P40/i3mote.h b/Basic-Test-Package/MSP432/Test_MSP432_3wSPI_M25P40/i3mote.h
index d048b5b26038052ef84701c7050f4db1752f72ad..e27c845022d12fe6f0dfe8a7d2178e007ace2d93 100644 (file)
/* HID Rev.B */
-#define HID_PORT GPIO_PORT_P6
-#define LEDR GPIO_PIN2
-#define LEDG GPIO_PIN3
-#define BUTTON GPIO_PIN1
+#define HID_PORT GPIO_PORT_P6
+#define LEDR GPIO_PIN2
+#define LEDG GPIO_PIN3
+#define BUTTON GPIO_PIN1
/* Rev.A
-#define LED_PORT GPIO_PORT_P8
-#define LEDR GPIO_PIN5
-#define LEDG GPIO_PIN6
-#define BUTTON GPIO_PIN7
+#define HID_PORT GPIO_PORT_P8
+#define LEDR GPIO_PIN5
+#define LEDG GPIO_PIN6
+#define BUTTON GPIO_PIN7
*/
-
/* Power Control */
-#define CTL_PWR_PORT GPIO_PORT_P2
-#define GPS_PWR_nEN_PIN GPIO_PIN4
-#define SSM_PWR_nEN_PIN GPIO_PIN5
+#define CTL_PWR_PORT GPIO_PORT_P2
+#define GPS_PWR_nEN_PIN GPIO_PIN4
+#define SSM_PWR_nEN_PIN GPIO_PIN5
/* Debg UART */
#define UART_BAUD_115200
-#define UART_PORT GPIO_PORT_P1
-#define UART_TX_PIN GPIO_PIN3
-#define UART_RX_PIN GPIO_PIN2
+#define UART_PORT GPIO_PORT_P1
+#define UART_TX_PIN GPIO_PIN3
+#define UART_RX_PIN GPIO_PIN2
/* Flash SPI */
#define FLASH_SPI_PORT GPIO_PORT_P3
/* CC2650 SPI */
#define CC2650_SPI_PORT GPIO_PORT_P2
-#define CC2650_SPI_CSN_PIN GPIO_PIN0
+#define CC2650_SPI_CSN_PIN GPIO_PIN0
#define CC2650_SPI_CLK_PIN GPIO_PIN1
#define CC2650_SPI_MISO_PIN GPIO_PIN2
#define CC2650_SPI_MOSI_PIN GPIO_PIN3
diff --git a/Basic-Test-Package/MSP432/Test_MSP432_3wSPI_SlaveIRQ_CC2650_Master/i3mote.h b/Basic-Test-Package/MSP432/Test_MSP432_3wSPI_SlaveIRQ_CC2650_Master/i3mote.h
index d048b5b26038052ef84701c7050f4db1752f72ad..e27c845022d12fe6f0dfe8a7d2178e007ace2d93 100644 (file)
/* HID Rev.B */
-#define HID_PORT GPIO_PORT_P6
-#define LEDR GPIO_PIN2
-#define LEDG GPIO_PIN3
-#define BUTTON GPIO_PIN1
+#define HID_PORT GPIO_PORT_P6
+#define LEDR GPIO_PIN2
+#define LEDG GPIO_PIN3
+#define BUTTON GPIO_PIN1
/* Rev.A
-#define LED_PORT GPIO_PORT_P8
-#define LEDR GPIO_PIN5
-#define LEDG GPIO_PIN6
-#define BUTTON GPIO_PIN7
+#define HID_PORT GPIO_PORT_P8
+#define LEDR GPIO_PIN5
+#define LEDG GPIO_PIN6
+#define BUTTON GPIO_PIN7
*/
-
/* Power Control */
-#define CTL_PWR_PORT GPIO_PORT_P2
-#define GPS_PWR_nEN_PIN GPIO_PIN4
-#define SSM_PWR_nEN_PIN GPIO_PIN5
+#define CTL_PWR_PORT GPIO_PORT_P2
+#define GPS_PWR_nEN_PIN GPIO_PIN4
+#define SSM_PWR_nEN_PIN GPIO_PIN5
/* Debg UART */
#define UART_BAUD_115200
-#define UART_PORT GPIO_PORT_P1
-#define UART_TX_PIN GPIO_PIN3
-#define UART_RX_PIN GPIO_PIN2
+#define UART_PORT GPIO_PORT_P1
+#define UART_TX_PIN GPIO_PIN3
+#define UART_RX_PIN GPIO_PIN2
/* Flash SPI */
#define FLASH_SPI_PORT GPIO_PORT_P3
/* CC2650 SPI */
#define CC2650_SPI_PORT GPIO_PORT_P2
-#define CC2650_SPI_CSN_PIN GPIO_PIN0
+#define CC2650_SPI_CSN_PIN GPIO_PIN0
#define CC2650_SPI_CLK_PIN GPIO_PIN1
#define CC2650_SPI_MISO_PIN GPIO_PIN2
#define CC2650_SPI_MOSI_PIN GPIO_PIN3
diff --git a/Basic-Test-Package/MSP432/Test_MSP432_Blink_SysTick/i3mote.h b/Basic-Test-Package/MSP432/Test_MSP432_Blink_SysTick/i3mote.h
index d048b5b26038052ef84701c7050f4db1752f72ad..e27c845022d12fe6f0dfe8a7d2178e007ace2d93 100644 (file)
/* HID Rev.B */
-#define HID_PORT GPIO_PORT_P6
-#define LEDR GPIO_PIN2
-#define LEDG GPIO_PIN3
-#define BUTTON GPIO_PIN1
+#define HID_PORT GPIO_PORT_P6
+#define LEDR GPIO_PIN2
+#define LEDG GPIO_PIN3
+#define BUTTON GPIO_PIN1
/* Rev.A
-#define LED_PORT GPIO_PORT_P8
-#define LEDR GPIO_PIN5
-#define LEDG GPIO_PIN6
-#define BUTTON GPIO_PIN7
+#define HID_PORT GPIO_PORT_P8
+#define LEDR GPIO_PIN5
+#define LEDG GPIO_PIN6
+#define BUTTON GPIO_PIN7
*/
-
/* Power Control */
-#define CTL_PWR_PORT GPIO_PORT_P2
-#define GPS_PWR_nEN_PIN GPIO_PIN4
-#define SSM_PWR_nEN_PIN GPIO_PIN5
+#define CTL_PWR_PORT GPIO_PORT_P2
+#define GPS_PWR_nEN_PIN GPIO_PIN4
+#define SSM_PWR_nEN_PIN GPIO_PIN5
/* Debg UART */
#define UART_BAUD_115200
-#define UART_PORT GPIO_PORT_P1
-#define UART_TX_PIN GPIO_PIN3
-#define UART_RX_PIN GPIO_PIN2
+#define UART_PORT GPIO_PORT_P1
+#define UART_TX_PIN GPIO_PIN3
+#define UART_RX_PIN GPIO_PIN2
/* Flash SPI */
#define FLASH_SPI_PORT GPIO_PORT_P3
/* CC2650 SPI */
#define CC2650_SPI_PORT GPIO_PORT_P2
-#define CC2650_SPI_CSN_PIN GPIO_PIN0
+#define CC2650_SPI_CSN_PIN GPIO_PIN0
#define CC2650_SPI_CLK_PIN GPIO_PIN1
#define CC2650_SPI_MISO_PIN GPIO_PIN2
#define CC2650_SPI_MOSI_PIN GPIO_PIN3
diff --git a/Basic-Test-Package/MSP432/Test_MSP432_ClockSystem/i3mote.h b/Basic-Test-Package/MSP432/Test_MSP432_ClockSystem/i3mote.h
index d048b5b26038052ef84701c7050f4db1752f72ad..e27c845022d12fe6f0dfe8a7d2178e007ace2d93 100644 (file)
/* HID Rev.B */
-#define HID_PORT GPIO_PORT_P6
-#define LEDR GPIO_PIN2
-#define LEDG GPIO_PIN3
-#define BUTTON GPIO_PIN1
+#define HID_PORT GPIO_PORT_P6
+#define LEDR GPIO_PIN2
+#define LEDG GPIO_PIN3
+#define BUTTON GPIO_PIN1
/* Rev.A
-#define LED_PORT GPIO_PORT_P8
-#define LEDR GPIO_PIN5
-#define LEDG GPIO_PIN6
-#define BUTTON GPIO_PIN7
+#define HID_PORT GPIO_PORT_P8
+#define LEDR GPIO_PIN5
+#define LEDG GPIO_PIN6
+#define BUTTON GPIO_PIN7
*/
-
/* Power Control */
-#define CTL_PWR_PORT GPIO_PORT_P2
-#define GPS_PWR_nEN_PIN GPIO_PIN4
-#define SSM_PWR_nEN_PIN GPIO_PIN5
+#define CTL_PWR_PORT GPIO_PORT_P2
+#define GPS_PWR_nEN_PIN GPIO_PIN4
+#define SSM_PWR_nEN_PIN GPIO_PIN5
/* Debg UART */
#define UART_BAUD_115200
-#define UART_PORT GPIO_PORT_P1
-#define UART_TX_PIN GPIO_PIN3
-#define UART_RX_PIN GPIO_PIN2
+#define UART_PORT GPIO_PORT_P1
+#define UART_TX_PIN GPIO_PIN3
+#define UART_RX_PIN GPIO_PIN2
/* Flash SPI */
#define FLASH_SPI_PORT GPIO_PORT_P3
/* CC2650 SPI */
#define CC2650_SPI_PORT GPIO_PORT_P2
-#define CC2650_SPI_CSN_PIN GPIO_PIN0
+#define CC2650_SPI_CSN_PIN GPIO_PIN0
#define CC2650_SPI_CLK_PIN GPIO_PIN1
#define CC2650_SPI_MISO_PIN GPIO_PIN2
#define CC2650_SPI_MOSI_PIN GPIO_PIN3
diff --git a/Basic-Test-Package/MSP432/Test_MSP432_DebugUART_EchoPC/i3mote.h b/Basic-Test-Package/MSP432/Test_MSP432_DebugUART_EchoPC/i3mote.h
index d048b5b26038052ef84701c7050f4db1752f72ad..e27c845022d12fe6f0dfe8a7d2178e007ace2d93 100644 (file)
/* HID Rev.B */
-#define HID_PORT GPIO_PORT_P6
-#define LEDR GPIO_PIN2
-#define LEDG GPIO_PIN3
-#define BUTTON GPIO_PIN1
+#define HID_PORT GPIO_PORT_P6
+#define LEDR GPIO_PIN2
+#define LEDG GPIO_PIN3
+#define BUTTON GPIO_PIN1
/* Rev.A
-#define LED_PORT GPIO_PORT_P8
-#define LEDR GPIO_PIN5
-#define LEDG GPIO_PIN6
-#define BUTTON GPIO_PIN7
+#define HID_PORT GPIO_PORT_P8
+#define LEDR GPIO_PIN5
+#define LEDG GPIO_PIN6
+#define BUTTON GPIO_PIN7
*/
-
/* Power Control */
-#define CTL_PWR_PORT GPIO_PORT_P2
-#define GPS_PWR_nEN_PIN GPIO_PIN4
-#define SSM_PWR_nEN_PIN GPIO_PIN5
+#define CTL_PWR_PORT GPIO_PORT_P2
+#define GPS_PWR_nEN_PIN GPIO_PIN4
+#define SSM_PWR_nEN_PIN GPIO_PIN5
/* Debg UART */
#define UART_BAUD_115200
-#define UART_PORT GPIO_PORT_P1
-#define UART_TX_PIN GPIO_PIN3
-#define UART_RX_PIN GPIO_PIN2
+#define UART_PORT GPIO_PORT_P1
+#define UART_TX_PIN GPIO_PIN3
+#define UART_RX_PIN GPIO_PIN2
/* Flash SPI */
#define FLASH_SPI_PORT GPIO_PORT_P3
/* CC2650 SPI */
#define CC2650_SPI_PORT GPIO_PORT_P2
-#define CC2650_SPI_CSN_PIN GPIO_PIN0
+#define CC2650_SPI_CSN_PIN GPIO_PIN0
#define CC2650_SPI_CLK_PIN GPIO_PIN1
#define CC2650_SPI_MISO_PIN GPIO_PIN2
#define CC2650_SPI_MOSI_PIN GPIO_PIN3
diff --git a/Basic-Test-Package/MSP432/Test_MSP432_I2C_M24xx256/i3mote.h b/Basic-Test-Package/MSP432/Test_MSP432_I2C_M24xx256/i3mote.h
index d048b5b26038052ef84701c7050f4db1752f72ad..e27c845022d12fe6f0dfe8a7d2178e007ace2d93 100644 (file)
/* HID Rev.B */
-#define HID_PORT GPIO_PORT_P6
-#define LEDR GPIO_PIN2
-#define LEDG GPIO_PIN3
-#define BUTTON GPIO_PIN1
+#define HID_PORT GPIO_PORT_P6
+#define LEDR GPIO_PIN2
+#define LEDG GPIO_PIN3
+#define BUTTON GPIO_PIN1
/* Rev.A
-#define LED_PORT GPIO_PORT_P8
-#define LEDR GPIO_PIN5
-#define LEDG GPIO_PIN6
-#define BUTTON GPIO_PIN7
+#define HID_PORT GPIO_PORT_P8
+#define LEDR GPIO_PIN5
+#define LEDG GPIO_PIN6
+#define BUTTON GPIO_PIN7
*/
-
/* Power Control */
-#define CTL_PWR_PORT GPIO_PORT_P2
-#define GPS_PWR_nEN_PIN GPIO_PIN4
-#define SSM_PWR_nEN_PIN GPIO_PIN5
+#define CTL_PWR_PORT GPIO_PORT_P2
+#define GPS_PWR_nEN_PIN GPIO_PIN4
+#define SSM_PWR_nEN_PIN GPIO_PIN5
/* Debg UART */
#define UART_BAUD_115200
-#define UART_PORT GPIO_PORT_P1
-#define UART_TX_PIN GPIO_PIN3
-#define UART_RX_PIN GPIO_PIN2
+#define UART_PORT GPIO_PORT_P1
+#define UART_TX_PIN GPIO_PIN3
+#define UART_RX_PIN GPIO_PIN2
/* Flash SPI */
#define FLASH_SPI_PORT GPIO_PORT_P3
/* CC2650 SPI */
#define CC2650_SPI_PORT GPIO_PORT_P2
-#define CC2650_SPI_CSN_PIN GPIO_PIN0
+#define CC2650_SPI_CSN_PIN GPIO_PIN0
#define CC2650_SPI_CLK_PIN GPIO_PIN1
#define CC2650_SPI_MISO_PIN GPIO_PIN2
#define CC2650_SPI_MOSI_PIN GPIO_PIN3
diff --git a/Basic-Test-Package/MSP432/Test_MSP432_I2C_Sensors/i3mote.h b/Basic-Test-Package/MSP432/Test_MSP432_I2C_Sensors/i3mote.h
index d048b5b26038052ef84701c7050f4db1752f72ad..e27c845022d12fe6f0dfe8a7d2178e007ace2d93 100644 (file)
/* HID Rev.B */
-#define HID_PORT GPIO_PORT_P6
-#define LEDR GPIO_PIN2
-#define LEDG GPIO_PIN3
-#define BUTTON GPIO_PIN1
+#define HID_PORT GPIO_PORT_P6
+#define LEDR GPIO_PIN2
+#define LEDG GPIO_PIN3
+#define BUTTON GPIO_PIN1
/* Rev.A
-#define LED_PORT GPIO_PORT_P8
-#define LEDR GPIO_PIN5
-#define LEDG GPIO_PIN6
-#define BUTTON GPIO_PIN7
+#define HID_PORT GPIO_PORT_P8
+#define LEDR GPIO_PIN5
+#define LEDG GPIO_PIN6
+#define BUTTON GPIO_PIN7
*/
-
/* Power Control */
-#define CTL_PWR_PORT GPIO_PORT_P2
-#define GPS_PWR_nEN_PIN GPIO_PIN4
-#define SSM_PWR_nEN_PIN GPIO_PIN5
+#define CTL_PWR_PORT GPIO_PORT_P2
+#define GPS_PWR_nEN_PIN GPIO_PIN4
+#define SSM_PWR_nEN_PIN GPIO_PIN5
/* Debg UART */
#define UART_BAUD_115200
-#define UART_PORT GPIO_PORT_P1
-#define UART_TX_PIN GPIO_PIN3
-#define UART_RX_PIN GPIO_PIN2
+#define UART_PORT GPIO_PORT_P1
+#define UART_TX_PIN GPIO_PIN3
+#define UART_RX_PIN GPIO_PIN2
/* Flash SPI */
#define FLASH_SPI_PORT GPIO_PORT_P3
/* CC2650 SPI */
#define CC2650_SPI_PORT GPIO_PORT_P2
-#define CC2650_SPI_CSN_PIN GPIO_PIN0
+#define CC2650_SPI_CSN_PIN GPIO_PIN0
#define CC2650_SPI_CLK_PIN GPIO_PIN1
#define CC2650_SPI_MISO_PIN GPIO_PIN2
#define CC2650_SPI_MOSI_PIN GPIO_PIN3