-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
197f667
commit 9aa6747
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# AVR ATMEGA328P Baremetal | ||
## Motivation | ||
|
||
So I started this quest on doing Baremetal programming of AVR micro-controllers just using | ||
|
||
- `avr-gcc` for compilation and object, elf file creation | ||
- `avr-objcopy` for creating hex file from elf file | ||
- `avrdude` and `arduino` programmer for flashing the chip. | ||
- `make` for automating the build, hex file generation process and flashing purposes. | ||
|
||
## Working Environment | ||
|
||
- I’m building these projects in Ubuntu 22 Linux. (Hence the documentation will contain information on how to replicate the projects here in Debian based Linux OS systems. | ||
|
||
### Checkout the full project documentation at https://hariharan-tech.github.io/avr-baremetal/ |