Julian Schneider
- 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
CompletedI'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... -
Created CMake with environment Variables and WSL
AnsweredI'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...