Files
micropython/shared
Damien George 35e8d184b1 shared/tinyusb: Increase default string descr max length to 40 chars.
When defining custom USB devices, longer strings may be needed.  Eventually
the memory for string descriptors can be allocated on demand, but for now
this bigger value should be reasonable.

Signed-off-by: Damien George <damien@micropython.org>
2024-03-27 23:57:57 +11:00
..
2024-02-16 11:46:40 +11:00

This directory contains libraries, utilities and helper code developed specifically for this project. The code is intended to be portable and usable by any port.