Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
10bb61ee7d0a05bd2d21a42c61a982b0edc26eea
/
.
/
soc
/
gd
/
gd32
/
gd32f3x0
/
soc.c
blob: 32acc3fef8204d62f7e5c67ab2b573f637bd80d8 [
file
] [
log
] [
blame
]
/*
* Copyright (c) Copyright (c) 2021 BrainCo Inc.
* SPDX-License-Identifier: Apache-2.0
*/
#include
<zephyr/device.h>
#include
<zephyr/init.h>
#include
<soc.h>
void
soc_early_init_hook
(
void
)
{
SystemInit
();
}