electretmike

Results 4 issues of electretmike

Double the size of TX fifo so that a new packet can be pushed when the fifo is half-empty Fixes #2049 Fixes #1737

It would be nice if there were RAII wrappers for mutex and ciritical section. Using them could look like: ``` { CiriticalSection cs; // Do things inside critical section }...

### Operating System Linux ### Board Custom STM32H7 based board ### Firmware class/net/ncm_device.c ### What happened ? When using CFG_TUD_MEM_SECTION I get a section conflict. This is because `ntb_parameters` is...

Bug 🐞

Add support for HID class specific descriptors. This is different from #6, as it doesn't include the actual HID report itself. It is assumed that that is already known or...