Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
d22c7b0cf2aa612a00b0cc260ebb0e2ec1d109c0
/
.
/
soc
/
ti
/
simplelink
/
msp432p4xx
/
soc.c
blob: 185124d7ec0dc487b93b285fdd89e6cac6b64f87 [
file
] [
log
] [
blame
]
/*
* Copyright (c) 2017, Linaro Ltd
*
* SPDX-License-Identifier: Apache-2.0
*/
#include
<zephyr/kernel.h>
#include
<zephyr/device.h>
#include
<zephyr/init.h>
#include
<soc.h>
void
soc_early_init_hook
(
void
)
{
SystemInit
();
}