Search found 26 matches

by ahogen
Tue Jul 18, 2017 5:40 pm
Forum: Other XMOS Development Kits
Topic: AVB/TSN Talker-only Configuration
Replies: 26
Views: 35846

Re: AVB/TSN Talker-only Configuration

I did get it to work, starting from a clean AN00202, which is why I suggested it. I'm not sure why you'd have to mod "avb_manager." It can already take a "null." That's what the "&?" in the interface indicates here . I believe I might have also removed the for (int ...
by ahogen
Tue Jul 18, 2017 5:02 pm
Forum: Other XMOS Development Kits
Topic: AVB/TSN Talker-only Configuration
Replies: 26
Views: 35846

Re: AVB/TSN Talker-only Configuration

I'm curious to know what happens when you try this: Set "#define AVB_1722_1_LISTENER_ENABLED 0" Set "#define AVB_NUM_LISTENER_UNITS 0" Comment out the entire "avb_1722_listener()" function in "main()" In main() change 5th parameter passed to "avb_manager(...
by ahogen
Wed Jul 12, 2017 4:24 pm
Forum: Development Tools and Programming
Topic: Free issue tracking that goes with xTIMEcomposer (or Eclipse) - or not?
Replies: 7
Views: 7998

Re: Free issue tracking that goes with xTIMEcomposer (or Eclipse) - or not?

For personal (non-work) use, I use Bitbucket and Gitlab . More Gitlab recently as I prefer the interface and like the idea of being able to run Gitlab CE on my own machine someday. Both/either use the concepts I wrote in this mini-tutorial (which I think you already saw) for putting XMOS projects an...