DanielHuey / avr-utils

MIT License
3 stars 1 forks source link

avr-utils README

Welcome to avr-utils.

This extension helps users to write and compile code for their avr microcontrollers straight from the comfort of their favourite Code editor, VScode

Features

Command Palette Contributions

The extension comes with some settings added to the command palette. Press Ctrl+Shift+P or Cmd+Shift+P and type "AVR Utils" to view them.

Settings Contributions

The extension also now has some settings accessible from Ctrl+, or Cmd+, and then search for "AVR Utils":

Known Issues

If you have the extension ms-vscode.cpptools installed, it will cause red squiggles in your code, plus it will create extra buttons in the ui which may not build your AVR.
Therefore to solve this, I registered a new language called "AVR C" which handles the same file extension .c and so if you need to use your IDE for normal C development, you can just switch the language as shown below.

IMAGE

Release Notes

Release notes section.

0.0.3

0.0.2

0.0.1

Initial release of avr-utils