MCCI Trusted Bootloader
Simple trusted bootloader and tools for small embedded systems
mccibootloaderboard_catenaabz_prepareforlaunch.c
Go to the documentation of this file.
1/*
2
3Module: mccibootloaderboard_catenaabz_prepareforlaunch.c
4
5Function:
6 McciBootloaderBoard_CatenaAbz_prepareForLaunch()
7
8Copyright and License:
9 This file copyright (C) 2021 by
10
11 MCCI Corporation
12 3520 Krums Corners Road
13 Ithaca, NY 14850
14
15 See accompanying LICENSE file for copyright and license information.
16
17Author:
18 Terry Moore, MCCI Corporation March 2021
19
20*/
21
23
24/****************************************************************************\
25|
26| Manifest constants & typedefs.
27|
28\****************************************************************************/
29
30
31
32/****************************************************************************\
33|
34| Read-only data.
35|
36\****************************************************************************/
37
38
39
40/****************************************************************************\
41|
42| Variables.
43|
44\****************************************************************************/
45
46
47/*
48
49Name: McciBootloaderBoard_CatenaAbz_prepareForLaunch()
50
51Function:
52 Platform interface: prepare for launch
53
54Definition:
55 void McciBootloaderBoard_CatenaAbz_prepareForLaunch(
56 void
57 );
58
59Description:
60 Return the board and the SOC to the boot state.
61
62Returns:
63 No explicit result.
64
65Notes:
66
67
68*/
69
70void
77
78
79/**** end of mccibootloaderboard_catenaabz_prepareforlaunch.c ****/
void McciBootloader_Stm32L0_prepareForLaunch(void)
void McciBootloaderBoard_CatenaAbz_prepareForLaunch(void)