From 8fa32bb0414c3164d8c3467c5db4c1a912627fc4 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 1 Feb 2026 20:59:22 +0530 Subject: Remove platformio stuff and switch to avr-gcc --- compile_flags.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 compile_flags.txt (limited to 'compile_flags.txt') diff --git a/compile_flags.txt b/compile_flags.txt new file mode 100644 index 0000000..7e86e45 --- /dev/null +++ b/compile_flags.txt @@ -0,0 +1,14 @@ +-g +-Os +-std=gnu99 +-Isrc +-mmcu=attiny84a +-DF_CPU=1000000L +-I/nix/store/ivhsczriimr31rrmly0bcj03gv4qa3q7-avr-libc-avr-2.2.1/avr/include +-L/nix/store/ivhsczriimr31rrmly0bcj03gv4qa3q7-avr-libc-avr-2.2.1/avr/lib +-funsigned-char +-funsigned-bitfields +-fpack-struct +-fshort-enums +-Wall +-Wstrict-prototypes -- cgit v1.3.1