35

When working in embedded, you basically write your program, compile it and flash it on some hardware.
Compiling and flashing usually require some black magic commands with lots of parameters so i set up two shortcuts in my terminal
yolo to compile
swag to flash

Understandably i keep it to myself

Comments
  • 2
    That's literally how it's done, man
    If you were using an IDE then the run/debug on device thing would basically do the same thing in the background
Add Comment