Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ fdt_create
Function
fdt_create
components/drivers/ofw/libfdt/fdt_sw.c:143–146 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
141
}
142
143
int fdt_create(void *buf, int bufsize)
144
{
145
return fdt_create_with_flags(buf, bufsize, 0);
146
}
147
148
int fdt_resize(void *fdt, void *buf, int bufsize)
149
{
Callers
1
fdt_create_empty_tree
Function · 0.70
Calls
1
fdt_create_with_flags
Function · 0.85
Tested by
no test coverage detected