But uCs almost always have some sort of posix lib with a layers you implement for the platform.
n
napperley
08/11/2017, 11:21 PM
If you are talking about some sort of standard lib then I absolutely agree with you. When people typically talk about posix layers they mean standard Unix OS APIs.
k
kenkyee
08/12/2017, 11:27 AM
Yep...it's just an API. I've used Uc OSes with posix APIs... It makes porting Linux code easier. And it's just a concept.