Closed charkster closed 3 years ago
current microchip driver has asf4 in its own submodule https://github.com/hathach/microchip_driver . You need to clone submodule once more level. I will try to see if I could simplify it later on.
git submodule update --init --recursive hw/mcu/microchip
Sorry about that. I missed the step of getting all the submodules. I just updated the submodules for all the hardware and am fine now.
Did the Raspberry Pi guys just recursively add all the libraries again under their own hardware? /home/pi/tinyusb/hw/mcu/raspberrypi/pico-sdk/lib/tinyusb/hw/mcu/microchip /home/pi/tinyusb/hw/mcu/raspberrypi/pico-sdk/lib/tinyusb/hw/mcu/sony/cxd56/spresense-exported-sdk
When I get all the submodules it is twice the size now.
In line 27 of tinyusb/hw/bsp/samd21/family.c the "sam.h" header file is included, but no where to be found. Also line 27 of tinyusb/hw/bsp/samd51/family.c the "sam.h" header file is included, but no where to be found.
PS OS : Ubuntu 20.04, Raspberry Pi OS Board: seeeduino xiao Firmware: examples/device/usbtmc
I am unable to compile the usbtmc example because a header file is missing.
Steps to reproduce the behavior:
make BOARD=seeeduino_xiao all uf2