Florian Bernd
Florian Bernd
@daviehh That looks promising to me. I might try it out if I have some spare time in the next few days.
I played a little and LED control seems to work fine. You have to implement some kind of software SPI: ```c const int PIN_LED_CLCK = 14; const int PIN_LED_MOSI =...
Haha you were faster than me, but I'll link my own repository anyways: https://github.com/flobernd/raspi-fanshim Splitted it in two libraries and added CMake support. It's still work in progress tho.
Thanks for reporting. I will have a look later. It’s very possible that the 32-bit hooking is still off a bit because I mainly tested on 64-bit for now. A...
@nblog I was not able to reproduce the problem on my local branch - but I already made some changes, so it might have been fixed in the meantime. Probably...
Sorry I am busy with work at the moment and had no time to finish my changes. I just pushed my local progress which definitely does not have the problem...
Hi there, this project is still work in progress. The example currently is more like a test project for myself during development. I'm actively working on the Transaction API (aka....
@IanMoroney It seems like the project is active again. Maybe some of your improvements could be merged upstream now.
> https://github.com/phoenix-actions/test-reporting Looks like there is some useful stuff which could be merged upstream.
I see that there is a PR to add the "job summary" feature to an unofficial fork of this action: https://github.com/phoenix-actions/test-reporting/pull/21