Gregory Ling

Results 15 comments of Gregory Ling

I just got it working with the latest wolfssl-5.3.0 (libwolfssl.so.32.0.0). I haven't fully tested it yet, but it appears wolfssl has openssl compatibility headers, so using the openssl.c file and...

I would argue that SSL should stay separate from the choice to use IP/UNIX domain socket. It may not make sense in most use cases, but it is possible that...

I couldn't find if this was actually merged or still being actively worked on elsewhere, so I fixed the merge conflicts in a new fork: [https://github.com/glingy/platform-atmelsam/tree/feat-cmsis-build-2](https://github.com/glingy/platform-atmelsam/tree/feat-cmsis-build-2) I am currently using...

Also @kroppt, Those cmsis packages are within the Arduino framework if I'm not mistaken. Someone else correct me if I'm wrong, but from what I can understand, the Arduino Framework...

That sounds like a much better plan, and I hadn’t seen the ldscripts tool before. I’ll take a look at that

I can confirm that for me on macOS Catalina, I get no error in 0.23 or 0.24, that same error in 0.25, and again no error in the current master,...

This is a bit old, but I had the same problem and using msp430-elf-gcc, it works, but Energia's didn't. With those two lines commented out, it seems to work great.

I'll add that I just made a GUI like what was mentioned here since I wanted it too: https://github.com/glingy/skhdgui. It displays a window in the upper right corner when you...

@not-surt I was just recently trying the square brush and noticed that when I move diagonally, the brush still rotates. Does it ever need to be able to rotate, or...