Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
f8ab959d7e94c85156b89e914232e7bca8fbc217
/
.
/
soc
/
gd
/
gd32
/
gd32f4xx
/
soc.c
blob: 136edfc6ae2ff39d830b73a2649d199fc1fa3d17 [
file
] [
log
] [
blame
]
/*
* Copyright (c) 2021, Teslabs Engineering S.L.
* SPDX-License-Identifier: Apache-2.0
*/
#include
<zephyr/device.h>
#include
<zephyr/init.h>
#include
<soc.h>
void
soc_early_init_hook
(
void
)
{
SystemInit
();
}