Closed ericlangel closed 3 years ago
same for bleuart example
common/tusb_compiler.h is missing?
is there a working example for pairing_pin?
firstly please clean up your 1st post and have compile log in its own txt file.
Quick comment: the nrf52832 does not have a cryptocell nor USB. Why then is this trying to compile wit Adafruit_nRFCrypto and Tinyusb? This is probably why it's not compiling...
@hathach sorry, i did clean it
@jpconstantineau same for Feather NRF52840 Express
@ericlangel you need to clone the TinyUSB core submodule as well, download zip file won't do the trick. Although 832 does not use tinyusb, it still need usb hid definition for ble hid
5. Clone this repo & its submodules: `git clone --recurse-submodules https://github.com/adafruit/Adafruit_nRF52_Arduino.git`
PS: I have update the readme to make it a bit clearer
Describe the bug peripheral pairing_pin Example doesn't compile there are many headers not found
Set up (mandatory)
To Reproduce compile sketch with actual master branch
Serial Log
when i open the sketch -> i get an info in command window that there is no Header file in Adafruit_nrfCrypto
when i compile the sketch -> common/tusb_compiler no such file or directory
Error.txt