This is the mail archive of the ecos-patches@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug 1001219] Ethernet driver for STM32 connectivity line with port on MMstm32f107 board.


Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001219

--- Comment #17 from Ilija Kocho <ilijak@siva.com.mk> 2011-10-16 15:11:36 BST ---
(In reply to comment #13)
> (In reply to comment #11)
> > (In reply to comment #7)
> > And: (this is my personal only)
> > #if CYGINT_HAL_CORTEXM_STM32_CL != 0
> > or
> > #if CYGINT_HAL_CORTEXM_STM32_CL
> > is more common than >0.
> OK I check it.

Even better would be to change cdl_interface CYGINT_HAL_CORTEXM_STM32_CL flavor
to bool and then use

#ifdef CYGINT_HAL_CORTEXM_STM32_CL
#ifndef CYGINT_HAL_CORTEXM_STM32_CL

The advantage is that for non-Connectivity-Line devices
CYGINT_HAL_CORTEXM_STM32_CL shall not exist.

Ilija

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]