https://github.com/novus-alex/avrcompiler
Compiler and Uploader for AVR microcontroller
https://github.com/novus-alex/avrcompiler
microcontroller
Last synced: 2 months ago
JSON representation
Compiler and Uploader for AVR microcontroller
- Host: GitHub
- URL: https://github.com/novus-alex/avrcompiler
- Owner: novus-alex
- License: mit
- Created: 2021-01-31T09:45:17.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-13T07:42:22.000Z (about 4 years ago)
- Last Synced: 2024-12-29T07:26:00.193Z (4 months ago)
- Topics: microcontroller
- Homepage:
- Size: 493 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
AVRCompiler
Compiler and Uploader for AVR microcontroller
## Setup
Works with java-11+ .
Be sure to use the correct java versionPlease install avrdude and make sure you can use it in the cmd
## How to use
First, you need to choose the correct port and microcontroller, then click "Upload", this button will open a file explorer window, choose your C/ASM file. Finally click open and that's all !## Can't compile ?
Don't worry, i'm working on an update to automatically refresh the serial ports. But now, if you can't compile, just unplug your microcontroller and then connect it again.## Pull Requests
If you have any problems, be free to make a pull request !