I thought about merging some extended features I implemented in BSP specific drivers for m48txx series RTC chips into the generic libchip version. Looking at that one (i.e., libchip/rtc/m48t08.c), I found that it is not thread safe. RFC: Would it be acceptable for this driver to use a mutex? - T.