• 0 Posts
  • 27 Comments
Joined 2 years ago
cake
Cake day: July 26th, 2023

help-circle



  • Well that’s the end of the competitive North America car.hope everyone is ok with Toyota and Kia. Cause Ford is cooked along with GM and Stelantis in North America

    Byd is probably going to eat Tesla’s lunch world wide now too despite not having any major foot hold in north America













  • Been ages since I had to recompile a Linux kernel to deal with hard real time (via RTAI) but I recall emc2 being a great alternative to all the fussing around recompiling as some one did all the work for that.

    I also recall using this resource . Eventually I just made a class for the threads I was using to wrap POSIX and RTAI calls for periodic tasks and chose which was the underlying method on a compiler flag. If I was on my desktop I could proof of concept most things in POSIX and then test on the RTAI machine. If I need to revisit this again I may dust off my old class and add freeRTOS stuff to it so I can prototype on Linux then try to squeeze it on to an esp32.