aboutsummaryrefslogtreecommitdiff
path: root/compile_flags.txt
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2026-02-01 20:59:22 +0530
committerAkshay Nair <phenax5@gmail.com>2026-02-01 20:59:24 +0530
commit8fa32bb0414c3164d8c3467c5db4c1a912627fc4 (patch)
tree0d1c3b5f1aa27f77b4678b6f65f38b8b09dfce37 /compile_flags.txt
parent7224fce49e4fa8c0b966dcc8d4f9b1d12b02f66a (diff)
downloaddaft-watch-8fa32bb0414c3164d8c3467c5db4c1a912627fc4.tar.gz
daft-watch-8fa32bb0414c3164d8c3467c5db4c1a912627fc4.zip
Remove platformio stuff and switch to avr-gcc
Diffstat (limited to 'compile_flags.txt')
-rw-r--r--compile_flags.txt14
1 files changed, 14 insertions, 0 deletions
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