Search found 136 matches

by BennehBoy
Thu Mar 25, 2021 10:31 am
Forum: General discussion
Topic: Precompiled HAL/LL files possible?
Replies: 23
Views: 9756

Re: Precompiled HAL/LL files possible?

I don't know. Anyway some of the drawback on Windows are the network access and the antivirus... Not sure ref the network access, presumably an enumeration timeout for network resources? AV, an exclusion for the arduino15 folder can be added in the windows default AV... Also for the Arduino folder ...
by BennehBoy
Thu Mar 25, 2021 9:06 am
Forum: General discussion
Topic: Precompiled HAL/LL files possible?
Replies: 23
Views: 9756

Re: Precompiled HAL/LL files possible?

Is it single threaded on Windows? I never really checked.
by BennehBoy
Wed Mar 24, 2021 6:36 pm
Forum: General discussion
Topic: in IDE dependency tree / definition lookup - for porting
Replies: 45
Views: 14193

Re: in IDE dependency tree / definition lookup - for porting

So, I've been looking at CDC, and the CDC+MSC composite PR, and it seems to me that the classes within these need abstracting away. There needs to be an abstracted simple device, a composite device, and then an abstracted class for each interface type, be that CDC, MSC, MultiSerial, Xbox Some time a...
by BennehBoy
Tue Mar 23, 2021 1:00 pm
Forum: General discussion
Topic: in IDE dependency tree / definition lookup - for porting
Replies: 45
Views: 14193

Re: in IDE dependency tree / definition lookup - for porting

Fortunately there are people out there who are cleverer than I -> https://github.com/stm32duino/Arduino_C ... /pull/1088

Always best to stand on the shoulders of giants.
by BennehBoy
Tue Mar 23, 2021 12:29 pm
Forum: General discussion
Topic: in IDE dependency tree / definition lookup - for porting
Replies: 45
Views: 14193

Re: in IDE dependency tree / definition lookup - for porting

There's a lot to consider - for example the bootloader magic code handling, I'm not thinking about this just in terms of HID, but about being able to amalgamate any standard classes into a composite. So that could be CDC, MSC, HID interface/s, MIDI, Audio, same footprint as arpruss' library, but I t...
by BennehBoy
Mon Mar 22, 2021 2:43 pm
Forum: General discussion
Topic: in IDE dependency tree / definition lookup - for porting
Replies: 45
Views: 14193

Re: in IDE dependency tree / definition lookup - for porting

I have wireshark installed on my rpi4 and was capturing the failed HID initialisation last night. Need to revisit the usb specs/protocols thoroughly to chase that down but would guess it's a malformed descriptor, or something moved on in the core's usb implementation as a result of a change required...
by BennehBoy
Sun Mar 21, 2021 10:41 pm
Forum: General discussion
Topic: in IDE dependency tree / definition lookup - for porting
Replies: 45
Views: 14193

Re: in IDE dependency tree / definition lookup - for porting

Yes I believe they are independent, but the code for HID Composite may have been a good place to start and see what needs initialising and how (with appropriate back track downward). If it worked :D CDC is probably just as good a place to start, if not better since it's functional. There're some int...
by BennehBoy
Sun Mar 21, 2021 7:16 pm
Forum: General discussion
Topic: in IDE dependency tree / definition lookup - for porting
Replies: 45
Views: 14193

Re: in IDE dependency tree / definition lookup - for porting

I thought the core 'HID (keyboard and mouse)' might be a good place to start looking at how to interface with the core to get at the usb stack. So with that in my I compiled a blinky sketch with this option selected. Upon insertion into the USB port on Windows 10 this results in the error "USB ...
by BennehBoy
Sun Mar 21, 2021 11:32 am
Forum: Off topic
Topic: No one even mentioned the new Raspberry Pi Pico?
Replies: 79
Views: 1737672

Re: No one even mentioned the new Raspberry Pi Pico?

Oh actually no they're not, great stuff - I should read things more carefully when I've just woken up, I thought they were using a full blown pi, due to the shape of the carrier board. oops.

I kinda wans one of these now :D

Go to advanced search