|
|
|
|
|
by vonmoltke
3627 days ago
|
|
Why does dropping the OS mean you have to run on microcontrollers and write everything from scratch? All it means is your software needs to incorporate the OS functions that it needs for interacting with the hardware. You can still use any hardware platform you want and any third-party libraries available for said platform. |
|
I worked and still do some work for embedded programming. If you never did it before : OS make life super super easy. Really.