64-bit time function takes a lot of code space #59271
Unanswered
abarnas-airly
asked this question in
Q&A
Replies: 1 comment
-
@abarnas-airly, What about the code size of 64-bit time function when As a workaround, I've tweaked the CMakeLists.txt in my application project. This allows me to specifically override the COMPILE_FLAGS for the application source files, effectively setting them to
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
I am trying to optimize code size (without compiler optimization) and I noticed that 11% of my 128KB code space is taken by 64bit zephyr function converting time to ticks:
Is it possible to fix it using some config?
My prj.conf:
Beta Was this translation helpful? Give feedback.
All reactions