How is the startup.c file created?

I would like to know how the startup.c file is created in code and what file(s) is this process started

we have a little macro that turns a binary file into a .c file using our data_to_c tool, the call site for the startup file is over here. the source for data to c is over here and the macro’s that tie it all together can be found over here

1 Like