wezhunter / ESP32_LinuxCNC_MotionController_RealTime

ESP32 hardware based real-time LinuxCNC motion controller
GNU General Public License v3.0
16 stars 10 forks source link

Update project to GNU C++20 (gnu++2a) #24

Closed wezhunter closed 8 months ago

wezhunter commented 8 months ago

Newer ESP-IDF cores (v5.x) and Arduino as component in IDF will require this longer term. Support better compilation error handling too

Fix all warnings, change inline in headers etc etc

wezhunter commented 8 months ago

WIP on USB branch (published soon)