Paparazzi UAS  v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
board.c File Reference
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include "mcu.h"
#include "boards/disco.h"
+ Include dependency graph for board.c:

Go to the source code of this file.

Functions

static int kill_gracefull (char *process_name)
 
void board_init (void)
 Optional board init function called at the start of mcu_init(). More...
 
void board_init2 (void)
 Optional board init function called at the end of mcu_init(). More...
 

Detailed Description

Disco specific board initialization function.

Definition in file board.c.

Function Documentation

◆ kill_gracefull()

static int kill_gracefull ( char *  process_name)
static

Definition at line 35 of file board.c.

Referenced by board_init().

+ Here is the caller graph for this function: