Using ceedling directly can be complex when trying to manage both hardware and native builds. I Like the way they implement the mocking framework, it’s just it is not practical to setup everything another time, once platformio is allready up and running.
The discussions here indicated that FakeIt framework has been used with sucess. But I’m new to mocking / test stuff, so I’m kinda lost.
Current project fails to build TimeLib with MinGw, so my goal is to create a mock for that. But I have no clue where to start.