From 3b7f6ac44983567e81c4114f5717cac44029859f Mon Sep 17 00:00:00 2001 From: jms1g19 <jms1g19@soton.ac.uk> Date: Thu, 8 Apr 2021 17:08:24 +0100 Subject: [PATCH] Update README, add gitignore for common CMake and CLion files --- .gitignore | 2 ++ README.md | 7 +++---- 2 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..305ac1d --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +cmake-build-debug/ +.idea/ \ No newline at end of file diff --git a/README.md b/README.md index 36cd2f4..feaa3a5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -# at90usb1286-avr-gcc-project -A CMake project for avr gcc projects specifically setup to work with the at90usb1286 chip. -Designed for Computer Systems 2 students at the University of Southampton +# AT90USB1286 AVR-GCC CMake +A CMake project template for AVR-GCC with the AT90USB1286 chip, primarily useful with CLion and MSYS2 on Windows. -See just below the license header in CMakeLists.txt for brief setup information +See https://github.com/Gamerick1029/at90usb1286-avr-gcc-project for the project this was forked from, and https://secure.ecs.soton.ac.uk/student/wiki/w/COMP2215_AVR_Tool_Chain_Installation/Windows#CMake_with_MSYS2_.28for_CLion.29 for the guide this relates to. -- GitLab