Development discussion. Logged to https://ddnet.tw/irclogs/ Connected with DDNet's IRC channel, Matrix room and GitHub repositories — IRC: #ddnet on Quakenet | Matrix: #ddnet-developer:matrix.org GitHub: https://github.com/ddnet
Between 2019-03-05 00:00:00Z and 2019-03-06 00:00:00Z
I'm taking the liberty to advertise for the first post on my new blog here. It's about me messing around with and programming my new bare-bones quadcopter to make a LED blink. And maybe it's the start to something great (taking flight some day?). https://timakro.de/blog/bare-metal-stm32-programming/
Last year I got the Crazepony Mini quadcopter, and just recently I figured out how to program it. I will show my progress in this post, and it will also serve as a getting started guide for programming STM32 microcontrollers. We will build a minimal working example to blink a...
Specifying - for stdin as the directory/file (--help says just directory but file also works) does not work, so instead I have to create a temporary file: xzcat $1 > /tmp/${1:t:r} && ./t...