Search found 4 matches

by jrrodgers
Thu Mar 26, 2020 3:42 am
Forum: Other Boards
Topic: [Particle_Xenon/NRF5X] build fails - tinyusb hal file missing
Replies: 7
Views: 5461

Re: [Particle_Xenon/NRF5X] build fails - tinyusb hal file missing

That's good news! Thanks for the info above - the revert worked, I was able to build. I'll start playing around with it on my Xenon to see how it goes. Thanks again for the help
by jrrodgers
Sun Mar 22, 2020 3:04 pm
Forum: Other Boards
Topic: [Particle_Xenon/NRF5X] build fails - tinyusb hal file missing
Replies: 7
Views: 5461

Re: [Particle_Xenon/NRF5X] build fails - tinyusb hal file missing

Hi, attempted the git update - but no help there. The compile error is that https://github.com/micropython/micropython/blob/master/ports/nrf/drivers/usb/usb_descriptors.c is referencing TUD_DESC_STR_HEADER, which was removed from TinyUsb in August 2019 on this commit - (https://github.com/hathach/ti...
by jrrodgers
Sun Mar 22, 2020 2:52 pm
Forum: Other Boards
Topic: [Particle_Xenon/NRF5X] build fails - tinyusb hal file missing
Replies: 7
Views: 5461

Re: [Particle_Xenon/NRF5X] build fails - tinyusb hal file missing

Thanks, will give it a try. This was my first attempt at building micropython - so yesterday was an attempt at following the getting started instructions and then building for the Xenon. I found the missing define was removed from Tinyusb in August 2019. I restored it, but now the define for NRF_CLO...
by jrrodgers
Sun Mar 22, 2020 4:08 am
Forum: Other Boards
Topic: [Particle_Xenon/NRF5X] build fails - tinyusb hal file missing
Replies: 7
Views: 5461

[Particle_Xenon/NRF5X] build fails - tinyusb hal file missing

Hi, when attempting to build micropython for the Particle Xenon board, the build fails - no target for 'lib/tinyusb/src/portable/nordic/nrf5x/hal_nrf5x.c'. Seems the file no longer exists in tinyusb... safe to modify the makefile to remove the reference to it? I'm assuming the code now lives somepla...