From 62d378d2ad62afde0a41d5332f7accccc82f63b6 Mon Sep 17 00:00:00 2001 From: ccppi Date: Sat, 9 Mar 2024 10:35:23 +0000 Subject: [PATCH] Update Home --- Home.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index aa90789..ad4b19b 100644 --- a/Home.md +++ b/Home.md @@ -11,4 +11,5 @@ http://eleccelerator.com/fusecalc/fusecalc.php?chip=attiny85&LOW=E2&HIGH=DF&EXTE https://www.nongnu.org/avr-libc/user-manual/group__avr__power.html ### Others -On ulatra strange behavior remember gcc optimizations gan fuck with your code. See Flags: -Os <--- does for example remove empty while loops, which can be crusial for embedded devices \ No newline at end of file +On ulatra strange behavior remember gcc optimizations gan fuck with your code. See Flags: -Os <--- does for example remove empty while loops, which can be crusial for embedded devices. +In that case use something like -O0 if possible(because of flash size). \ No newline at end of file