Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |
| en:multiasm:exercisesbook:avr [2026/05/01 10:30] – [Local development] pczekalski | en:multiasm:exercisesbook:avr [2026/05/01 10:33] (current) – pczekalski |
|---|
| |
| ** Local development **\\ | ** Local development **\\ |
| Local development requires installing the development toolchain. A common scenario is to use [[https://code.visualstudio.com/|Visual Studio Code]], a compiler and, usually, a plugin dedicated to a selected platform, e.g. [[https://marketplace.visualstudio.com/items?itemName=pczekalski-dev.avr-assembler|AVR Assembler Toolbox]]. | Local development requires installing the development toolchain. A common scenario is to use [[https://code.visualstudio.com/|Visual Studio Code]], a compiler and, usually, a plugin dedicated to a selected platform, e.g. [[https://marketplace.visualstudio.com/items?itemName=pczekalski-dev.avr-assembler|AVR Assembler Toolbox]]. AVR is commonly connected via UST-to-Serial: either embedded in the development board, as in the Arduino Uno, or as a separate electronic component between the development PC and the MCU. This, on the other hand, requires installing the serial port drivers (the procedure varies by operating system). |
| |
| |