summaryrefslogtreecommitdiff
path: root/nuttx/configs/vsn/src/boot.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/vsn/src/boot.c')
-rw-r--r--nuttx/configs/vsn/src/boot.c27
1 files changed, 6 insertions, 21 deletions
diff --git a/nuttx/configs/vsn/src/boot.c b/nuttx/configs/vsn/src/boot.c
index eb4ba9ef5..501bb07b5 100644
--- a/nuttx/configs/vsn/src/boot.c
+++ b/nuttx/configs/vsn/src/boot.c
@@ -37,41 +37,26 @@
*
************************************************************************************/
-/************************************************************************************
- * Included Files
- ************************************************************************************/
-
-#include <nuttx/config.h>
+/** \file
+ * \author Gregory Nutt, Uros Platise
+ * \brief VSN Button
+ */
#include <debug.h>
-
-#include <arch/board/board.h>
-
-#include "stm32_gpio.h"
-#include "up_arch.h"
#include "vsn.h"
-/************************************************************************************
- * Definitions
- ************************************************************************************/
-
-/************************************************************************************
- * Private Functions
- ************************************************************************************/
/************************************************************************************
* Public Functions
************************************************************************************/
-/************************************************************************************
- * Name: stm32_boardinitialize
+/** Initialize Board
*
- * Description:
* All STM32 architectures must provide the following entry point. This entry point
* is called early in the intitialization -- after all memory has been configured
* and mapped but before any devices have been initialized.
*
- ************************************************************************************/
+ **/
void stm32_boardinitialize(void)
{