Sublime Text 3 For AVR Development
Been working on hobby AVR project since couple of days, I was looking for a nice plugin for Atom or Sublime Text 3, and after lurking ST package control I found this awesome plugin named "AVR" that literally makes AVR development easier.
- Select The AVR Project & Select the chip
- Select the directory and C template and makefile template will be generated.
- C templates and makefile templates from ST3
Write down your code and press ctrl+B, you can even change the compiler optimization level from Preference Settings of AVR package.
For more detail visit : <a href="https://github.com/kblomqvist/SublimeAVR" target="_blank" rel="nofollow noopener noreferrer">GitHub - kblomqvist/SublimeAVR: AVR project templates with code completion and navigation</a>
Hope someone will find it useful.
- Select The AVR Project & Select the chip


- Select the directory and C template and makefile template will be generated.

- C templates and makefile templates from ST3


Write down your code and press ctrl+B, you can even change the compiler optimization level from Preference Settings of AVR package.
For more detail visit : <a href="https://github.com/kblomqvist/SublimeAVR" target="_blank" rel="nofollow noopener noreferrer">GitHub - kblomqvist/SublimeAVR: AVR project templates with code completion and navigation</a>
Hope someone will find it useful.
0