Julian Schneider

Avatar
  • Total activity 6
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 2
  • Edited

    Auto Indent not working with Macro Function

    Completed
    I'm using ChibiOS and Threads are defined like follows: THD_WORKING_AREA(switching_calc_thread_wa, 128);THD_FUNCTION(switching_calc_thread, p) { (void)p; chRegSetThreadName("Switching Calcula...
    • 2 followers
    • 5 comments
    • 0 votes
  • Created

    CMake with environment Variables and WSL

    Answered
    I'm trying to cross compile for my raspberry using cmake and wsl. I'm roughly following this guide: https://stackoverflow.com/questions/19162072/how-to-install-the-raspberry-pi-cross-compiler-on-my...
    • 3 followers
    • 2 comments
    • 1 vote