From 4df823763716a55067b9538de46e69761d4d6ee3 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 3 Nov 2014 16:13:12 -0600 Subject: [PATCH] EFM32GG: Add a few files for the starter kit --- Documentation/NuttX.html | 9 +- configs/efm32-g8xx-stk/include/board.h | 2 +- configs/efm32-g8xx-stk/src/efm32-g8xx-stk.h | 18 +- configs/efm32gg-stk3700/README.txt | 6 +- configs/efm32gg-stk3700/include/board.h | 279 ++++++++++++++++++ configs/efm32gg-stk3700/src/.gitignore | 2 + configs/efm32gg-stk3700/src/efm32_autoleds.c | 175 +++++++++++ configs/efm32gg-stk3700/src/efm32_userleds.c | 153 ++++++++++ configs/efm32gg-stk3700/src/emv32gg-stk3700.h | 100 +++++++ 9 files changed, 729 insertions(+), 15 deletions(-) create mode 100644 configs/efm32gg-stk3700/include/board.h create mode 100644 configs/efm32gg-stk3700/src/.gitignore create mode 100644 configs/efm32gg-stk3700/src/efm32_autoleds.c create mode 100644 configs/efm32gg-stk3700/src/efm32_userleds.c create mode 100644 configs/efm32gg-stk3700/src/emv32gg-stk3700.h diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 39777f9ab2..ca4ebcdac3 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -1391,7 +1391,7 @@
  • Renesas M16C/26
  • -
  • Silicon Laboratories +
  • Silicon Laboratories, Inc.