Kinsey Moore started a new discussion on stm32h7/ethernetif.c: 
https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/merge_requests/37#note_139881

 >  
 >  /* Within 'USER CODE' section, code will be kept by default at each 
 > generation */
 >  /* USER CODE BEGIN 0 */
 > +#ifdef __rtems__
 > +#define _TRACE_MODE_  /* Enable trace output */
 > +#ifdef _TRACE_MODE_
 > +  #define TRACE_PRINTF(...) printf(__VA_ARGS__)
 > +#else
 > +  #define TRACE_PRINTF(...) do { } while (0)
 > +#endif

Any tracing should use the existing lwIP debug facilities.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/pkg/rtems-lwip/-/merge_requests/37#note_139881
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to