Skip to content

Commit 11932bc

Browse files
authored
Remove temp. development instructions from README
1 parent 09e861f commit 11932bc

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,3 @@ Tested with: basic wired mouse Genius X-Scroll GM-110020, new model GamingX Trus
9595
In order to use two (or more) HID devices connected via a USB hub to your Portenta C33 board, please open "tusb_config.h" and make sure that "CFG_TUH_HUB" is set to value 1, and that "CFG_TUH_HID" is set to the number of HID devices you intend to connect to your Arduino (2 in this example).
9696
Please also keep in mind that some keyboards and mice which include advanced illumination features might draw more power than the Arduino is able to provide on its
9797
USB-A port and might therefore lead to a reset or failure to be enumerated by the board. Ideally, use basic USB keyboards and mice, these should work best.
98-
99-
### Temp. Development instructions
100-
Before all the changes get merged into the core, you will have to do some modifications to get this library to compile.
101-
102-
1. Enable TinyUSB HID Host support
103-
104-
In the core by modify [variants/PORTENTA_C33/tusb_config.h](https://github.com/arduino/ArduinoCore-renesas/blob/main/variants/PORTENTA_C33/tusb_config.h).
105-
On line 106, add `#define CFG_TUH_HID 1`.
106-
Check [this PR](https://github.com/arduino/ArduinoCore-renesas/compare/main...cristidragomir97:ArduinoCore-renesas:hid_host_c33) for more information.

0 commit comments

Comments
 (0)