Yuriy
- Total activity 30
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Activity overview
Latest activity by Yuriy-
Yuriy commented,
Hey everyone and moderators :-) During last 3 years there been some interest in this project both here, on github and just over email. I have learned that 100% of the people are only intereseted ...
-
Yuriy commented,
Sorry, I won't rename projects anymore :-) It is pity that Github does not support link alias. Here: https://github.com/yuriykulikov/Event-driven_Framework_for_Embedded_Systems https://github.com/y...
-
Yuriy commented,
Hi all, the link above does not work anymore. New link https://github.com/yuriykulikov/Message-Handler-Framework-for-FreeRTOS/tree/develop .
-
Yuriy commented,
Hi all, for those who doesn't want to register on AVR freaks, I attach code contributed by stu_san from this thread on AVR freaks.
-
Yuriy commented,
Hi Chip, thanks for sharing. I hope you don't mind if I use your code in my projects? Since you are using C++, it might be interesting to take a look at https://github.com/yuriykulikov/Message-Han...
-
Yuriy commented,
Hi Sam, thank you for your effort. I will integrate changes you have made to port.c into my project. I see you didn't want to use C++ drivers :-) Maybe you can take same drivers but written in C fr...
-
Yuriy commented,
Sounds great. You can as well replace #ifdef PROGRAMCOUNTER_24BIT with #if __AVR_3_BYTE_PC__ and remove the stuff on top related to PROGRAMCOUNTER_24BIT Take a look at the attached files (port.c)...
-
Yuriy commented,
I think it is not a big deal to keep task code in the first 128K of flash, is it? More important that calls to functions which reside in a .highmem section work ok. This includes situations when th...
-
Yuriy commented,
Hi Sam, yes you are almost right. These regs should be saved if you address > 64k. My last build is 33278 bytes ROM and 5526 bytes RAM. To be honest I cannot recall why I have commented out these o...
-
Yuriy commented,
For those who is interested in C++ development using FreeRTOS, I have some some handy classes - handler, looper, state machine (planned), command line interpreter. https://github.com/yuriykulikov/H...