From b118fb6b2689889e93bf3be2f62e4a3d4d50181c Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Sat, 4 Nov 2023 16:14:16 -0600 Subject: improved DFP setup and support: - `./make dfp` downloads and installs Atmel DFPs for each supported MCU - build.sh detects and uses attiny or avrdd, and others are simple to add - updated setup info in /README.md ... also some other small documentation updates. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 9c7486d..3063e65 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +arch/dfp/ env/ hex/ ignore/ @@ -11,5 +12,6 @@ old/ *.html *.o *.old +*.otl .*.swo .*.swp -- cgit v1.2.3