-
I am realizing that I was confused by proportional font used for comment. It is set to "Comic Sans MS - size 8" on my machine. But I still think that there is a problem - it confuses users.
It seems that as I get to position of left parenthesis it is highlighted by different font and/or size. The font is probably inherided from GlobalStyless::GlobalOverride. It is "Curier new - size 10" on...
2009-04-14 14:54:09 UTC in Notepad++
-
file type : *.h
version. np++ 5.2
If I type left parenthesis in C/C++ comment, current position is somehow confused. It seems that it is shifted by one character to the left. I am not able select typed left parenthesis by + . If I select the character before left parenthesis and delete selection the left paranthesis is deleted, so selection is also shifted by one to...
2009-03-17 12:05:54 UTC in Notepad++
-
Hi Janez,
I am realizing that moving of the structures CO_CANtxMsg_t, CO_CANrxMsg_t into CO_Driver.c is not possible, because they are used in structures of CANopen stack. Furthermore CO_CANtxMsg_t doesn't contain data array, but pointer to the data buffer, which is held outside of this structure. Let me ask what was the reason for it? Is it , because you need to change data frequently? Or is...
2009-03-09 20:26:54 UTC in CANopenNode
-
Hi Janez,
thanks for adding me as a developer of CANopenNode project. I will commit my changes later as they will be complete. Now I have local SVN repository.
Regarding Examples, yes I agree we can keep it as it is for now. Maybe I will add some code for CANopen master/client so I can test that samle.
Anyway I can warrant that the level of your programming skils is quit high. Don't be...
2009-03-05 16:25:35 UTC in CANopenNode
-
Hi Janez,
thanks for adding me as a developer of CANopenNode project. I will commit my changes later as they will be complete. Now I have local SVN repository.
Regarding Examples, yes I agree we can keep it as it is for now. Maybe I will add some code for CANopen master/client so I can test that samle.
Anyway I can warrant that the level of your programming skils is quit high. Don't be...
2009-03-05 11:48:01 UTC in CANopenNode
-
Janez,
I have just bumped into problem that DISABLE_INTERRUPTS() and ENABLE_INTERRUPTS() macro is used in CO_Emergency.c. I am not disabling interrupts in my implementation, but I have mutex in CO_CANmodule_t. Please, can you check necessity of such protection. It seems that the variable sendEmergency is protected, but I cannot see in the code concurent interrupt code which sets this variable.
2009-03-03 22:09:36 UTC in CANopenNode
-
I have just noticed that Object dictionary editor still generates CO_OD files with GPL license.
regards,
Bronislav Gabrhelik.
2009-03-01 17:17:43 UTC in CANopenNode
-
Hi Janez,
This weekend I started with porting to eCos. I have some suggestions and I am unclear with some things.
Suggestions:
============
1) I noticed that there are hard coded error codes in CO_Driver.c, but these error codes have its defines in the CO_emergency.h header. Can we put then info separate header and use/include them from both places?
e.g. The code like...
2009-03-01 13:27:07 UTC in CANopenNode
-
Janez,
Thanks a lot for all inputs.
I will contribute of course, but note that contribution will be generic for eCos not specific for LPC.
I work on it in my spare time, so expect feedback at least in one month or more. You will hear me soon here if I will be unclear with something.
Again thanks a lot so far, I appreciate it.
Bronislav Gabrhelik.
2009-01-19 12:49:27 UTC in CANopenNode
-
I am just studying relations between driver and application (Example) and between driver and CANopenNode.
It looks quite straightforward.
Driver Interface for an application
-----------------------------------
CO_CANmodule_init() is called from an application. Most important functionality is providing buffers/slots for sending and receiving of CAN messages.
Driver Interface for...
2009-01-15 22:49:59 UTC in CANopenNode