added ressources and start makefile
This commit is contained in:
11
module00/ex00/Makefile
Normal file
11
module00/ex00/Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
# Set the frequency of the CPU (in Hz)
|
||||
F_CPU = 16000000UL
|
||||
|
||||
all: hex flash
|
||||
|
||||
hex:
|
||||
|
||||
flash:
|
||||
|
||||
clean:
|
||||
rm -f main.hex main.bin
|
||||
3
module00/ex00/main.c
Normal file
3
module00/ex00/main.c
Normal file
@@ -0,0 +1,3 @@
|
||||
int main() {
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user