Julian Schneider
- 活动总数 6
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
Julian Schneider 进行了评论, -
-
Julian Schneider 创建了一个帖子, 已完成Auto Indent not working with Macro Function
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... -
Julian Schneider 创建了一个帖子, 已回答CMake with environment Variables and WSL
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...