
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,
Hi, could you please explain what is different? The only difference between XMEGA chips must be the PC size, which is not the case, and peripherals, which do not matter.
-
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, For RxBuffer and TxBuffer see https://github.com/yuriykulikov/Message-Handler-Framework-for-FreeRTOS In the same place you can see Thread.cpp, in which there is a function taskBody(), which can...
-
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,
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,
Oops, I got it wrong - EIND is an extended indirect register. And RAMPZ you need for accessing data stored in program memory (with strcpy_P for example).
-
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...