Ilya
|
Registered User
|
RT Embedded, Linux/Windows Kernel, USB, PCI, Management
|
|
Oct 5 |
answered | Ethernet - USB communication |
|
Sep 22 |
comment |
How to test Berkley socket (BSD) API? i have a similar requirements. Did you managed to get something to work ? |
|
Sep 16 |
awarded | ● Yearling |
|
Sep 7 |
accepted | WinUSB application or User-Mode Driver as a filter driver for USB Analysis/Sniffer/Trending |
|
Sep 1 |
answered | WinUSB application or User-Mode Driver as a filter driver for USB Analysis/Sniffer/Trending |
|
Sep 1 |
answered | How to get started with Drivers Programming under windows |
|
Sep 1 |
comment |
How to get started with Drivers Programming under windows We world of drivers is much bigger than just usb. There is very limited (relatively) number of tasks you can do with user mode usb drivers, especially with WinUSB for example there is no support for isoch pipes or selective suspend. |
|
Aug 31 |
comment |
What coding techniques do you use for optimising C programs? i working with all major compiles on more than 20 embedded os's with tens of hardware platforms what you suggesting is not feasible or at least not practical. Life is usually more simple that we think ... |
|
Jul 29 |
comment |
“#include” a text file in a C program as a char[] quotation, or whatever it's called, pardon my English |
|
Jul 26 |
comment |
C function decorators (wrappers) at compile time I'm with Steve here. The code looks just find and not very complex. If you can clearly separate debug and release logic you can do it a bit more clean, but in general it's just fine. We use this logic all the time to add FILE LINE information for debugging purposes. |
|
Jul 12 |
answered | How to compile a C file without visual studio |
|
Jul 6 |
comment |
After having started a project and suddenly having found new competition, how do you convince yourself to keep going? More than that, if i would have some project that does not have a competition i would start worry. Competition is the best sign that you have a potential market. |
|
Jul 2 |
comment |
while(1) .. break instead of goto Actually it's not only Linux kernel, Windows Drivers samples from MS full of goto's, Solaris unix kernel drivers use it as well, BSD kernel code, etc ... The bottom line goto is used and used widely mostly by people knowing what they are doing. |
|
Jun 28 |
revised |
Write a custom PCIe hotplug Linux 2.6.x driver added 437 characters in body |
|
Jun 27 |
awarded | ● Favorite Question |
