Search found 346 matches

by Badger
Thu May 19, 2011 8:45 pm
Forum: Development and Feedback
Topic: The USB topic
Replies: 76
Views: 44976

Re: The USB topic

Hello, The latest changes on SVN which removed q_sem from GenericQueue has broken the USB CDC demo. I tried casting GenericQueue as a semaphore as the beginning of the structure almost has the same memory alignment (apart from the type of q_counter) but that didn't work. Obviously this is to be expe...
by Badger
Fri May 06, 2011 10:31 am
Forum: General Support
Topic: Double buffered USB endpoints
Replies: 3
Views: 4776

Re: Double buffered USB endpoints

Hi Giovanni,

In which case I shall experiment with implementing the double buffered endpoints and post my findings.

Thanks!
by Badger
Fri May 06, 2011 9:00 am
Forum: General Support
Topic: Double buffered USB endpoints
Replies: 3
Views: 4776

Double buffered USB endpoints

Hi, I've been having some trouble getting double buffered endpoints working. I'm trying to put together a simple test program to demonstrate, but in the mean time what I am doing is this: Defining the endpoint config: static const USBEndpointConfig uart1_ep_c = { .ep_mode = USB_EP_MODE_TYPE_BULK | U...
by Badger
Sun May 01, 2011 10:50 am
Forum: Development and Feedback
Topic: Olimex STM32-H103 board.h
Replies: 2
Views: 3474

Olimex STM32-H103 board.h

Hi,

Just a quick note to say that this board.h is missing the GPIOC_USB_DISC which is included in the STM32-P103 board.h. Very important for making USB work on the module :lol:
by Badger
Mon Apr 18, 2011 6:47 pm
Forum: Development and Feedback
Topic: suggestion for USB descriptors
Replies: 3
Views: 3827

Re: suggestion for USB descriptors

Each "project" has a Descriptors.c and a Descriptors.h. Descriptors.h contains the non-standard struct definitions (so you can have a different one for each project), and there is also a header file containing structures for common USB devices. Take a look at the VirtualSerial Source , it ...
by Badger
Mon Apr 18, 2011 6:15 pm
Forum: Development and Feedback
Topic: suggestion for USB descriptors
Replies: 3
Views: 3827

suggestion for USB descriptors

Hi, Firstly, just started using ChibiOS and it seems great! I've been playing around trying to implement a dual-vertial-serial-port over usb (basically copying the implementation from the LUFA demos). One thing I've noticed is that the way LUFA specifies the various usb descriptor constants using is...

Go to advanced search