Y
Hacker News
new
|
ask
|
show
|
jobs
by
cozzyd
660 days ago
Even on larger microcontrollers you often have to write a bootloader...
2 comments
consteval
658 days ago
Ok but most of these use cases don't link to the standard libs anyway, even if you're writing a C program.
link
IshKebab
660 days ago
Very occasionally I guess. They're almost always bare metal.
link
cozzyd
660 days ago
You still want a bootloader to support firmware updates, typically in the first 8 kB of flash or something like that.
link
IshKebab
660 days ago
Good point. I guess don't use `fmt` for that...
link