Skip to content

Instantly share code, notes, and snippets.

@basilfx
Created February 17, 2018 18:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save basilfx/4bcf978fbc5e558614f28ce90001bb72 to your computer and use it in GitHub Desktop.
Save basilfx/4bcf978fbc5e558614f28ce90001bb72 to your computer and use it in GitHub Desktop.
Only in stk3700: .DS_Store
diff -ru stk3600/Makefile.include stk3700/Makefile.include
--- stk3600/Makefile.include 2018-02-15 00:38:16.000000000 +0100
+++ stk3700/Makefile.include 2018-02-17 19:19:56.000000000 +0100
@@ -1,6 +1,6 @@
-# define the cpu used by STK3600
+# define the cpu used by STK3700
export CPU = efm32
-export CPU_MODEL = efm32lg990f256
+export CPU_MODEL = efm32gg990f1024
# set default port depending on operating system
PORT_LINUX ?= /dev/ttyACM0
diff -ru stk3600/board.c stk3700/board.c
--- stk3600/board.c 2018-02-15 00:38:16.000000000 +0100
+++ stk3700/board.c 2018-02-17 19:19:56.000000000 +0100
@@ -7,11 +7,11 @@
*/
/**
- * @ingroup boards_stk3600
+ * @ingroup boards_stk3700
* @{
*
* @file
- * @brief Board specific implementations STK3600 board
+ * @brief Board specific implementations STK3700 board
*
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
* @author Bas Stottelaar <basstottelaar@gmail.com>
diff -ru stk3600/include/board.h stk3700/include/board.h
--- stk3600/include/board.h 2018-02-15 00:38:16.000000000 +0100
+++ stk3700/include/board.h 2018-02-17 19:19:56.000000000 +0100
@@ -7,13 +7,13 @@
*/
/**
- * @defgroup boards_stk3600 Silicon Labs STK3600 starter kit
+ * @defgroup boards_stk3700 Silicon Labs STK3700 starter kit
* @ingroup boards
- * @brief Support for the Silicon Labs STK3600 starter kit
+ * @brief Support for the Silicon Labs STK3700 starter kit
* @{
*
* @file
- * @brief Board specific definitions for the STK3600 starter kit
+ * @brief Board specific definitions for the STK3700 starter kit
*
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
* @author Bas Stottelaar <basstottelaar@gmail.com>
diff -ru stk3600/include/gpio_params.h stk3700/include/gpio_params.h
--- stk3600/include/gpio_params.h 2018-02-15 00:38:16.000000000 +0100
+++ stk3700/include/gpio_params.h 2018-02-17 19:19:56.000000000 +0100
@@ -7,7 +7,7 @@
*/
/**
- * @ingroup boards_stk3600
+ * @ingroup boards_stk3700
* @{
*
* @file
diff -ru stk3600/include/periph_conf.h stk3700/include/periph_conf.h
--- stk3600/include/periph_conf.h 2018-02-15 00:38:16.000000000 +0100
+++ stk3700/include/periph_conf.h 2018-02-17 19:19:56.000000000 +0100
@@ -7,11 +7,11 @@
*/
/**
- * @ingroup boards_stk3600
+ * @ingroup boards_stk3700
* @{
*
* @file
- * @brief Configuration of CPU peripherals for the STK3600 starter kit
+ * @brief Configuration of CPU peripherals for the STK3700 starter kit
*
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
* @author Bas Stottelaar <basstottelaar@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment