diff --git a/.gitignore b/.gitignore index a547b13..7b9b0ad 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,9 @@ *.hex *.elf +*.swp +cmake-build-debug/ +cmake-build-debug/* +.idea +.idea/* build/** _build/** diff --git a/CMakeLists.txt b/CMakeLists.txt index ce3e42f..f1a0d07 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -36,7 +36,7 @@ set(AVR_L_FUSE 0xc3) ########################################################################## # name your project ########################################################################## -project(lab1) +project(ece312) ################################################################################## # status messages