I want to generate guids to name a set of different files. The main restriction I am having is the fact that I need to implement this in an embedded microcontroller with an RTOS.
The main UUID/GUID libraries i've found are linux/windows based, but don't work for my case. Is there a simple, lightweight implementation available I could use? or I would need to generate my own GUID generator?
Edit: The MCU does have a random number generator and a real time clock.