Commit Graph

14 Commits (master)

Author SHA1 Message Date
cyliang tw 126d767a59 Avoid USBCDC send_nb break the continuation use case 2023-12-13 13:53:27 +08:00
Chris Liang c30af6a7df To judge send ZLP or not in USBCDC::AsyncWrite 2023-12-08 19:39:16 +08:00
Chris Liang ca616c865a
Move "send ZLP write start" after last alignment packet sent 2023-12-05 19:31:17 +08:00
Chris Liang e2aed1824c
Update USBCDC.cpp to fulfill A style 2023-12-01 20:43:12 +08:00
Chris Liang 1cccc7e14d
Update USBCDC.cpp to support ZLP 2023-12-01 20:22:47 +08:00
Chris Liang 794ee9704f
Update USBCDC.h to support ZLP 2023-12-01 20:17:06 +08:00
George Hilliard 4b07fc63f3 drivers/usb: Add missing dependency on mbed-events
The compiler complained:

    In file included from .../mbed-os/drivers/usb/source/USBCDC_ECM.cpp:19:
    .../mbed-os/drivers/usb/include/usb/USBCDC_ECM.h:27:10: fatal error: events/EventQueue.h: No such file or directory
       27 | #include "events/EventQueue.h"
          |          ^~~~~~~~~~~~~~~~~~~~~
2023-05-01 09:02:50 -05:00
plan-do-break-fix 915b45af23 fix(docs): corrects various typos in project documentation 2021-04-23 23:31:11 -05:00
Lingkai Dong 6c405d2492 USB: use fully-qualified RTOS include paths
The Arm Compiler is case sensitive and unable to distinguish
between `Thread.h` from Mbed OS RTOS and `thread.h` from TF-M's
OS wrapper, for example. This resolves compilation failures due to
wrong includes.

To resolve this, use the fully-qualified include paths for the
RTOS API.
2021-03-17 09:41:56 +00:00
Oliver Wildtgrube 6b0215c687 fix namespaces for MBED_NO_GLOBAL_USING_DIRECTIVE feature
added namespaces in various files
2021-02-02 12:49:11 +01:00
Ahmet Alincak 9eec40873b Add internal subfolder to USBDriver's CMakelists
To build USB Drivers for targets which have USBDevice attribute,
subfolder added as header file path.
2020-12-18 13:54:59 +03:00
Evelyne Donnaes b7c6bd34f5 Updated CMakeLists.txt 2020-11-12 15:34:47 +00:00
Evelyne Donnaes 30e9050f10 Moved USB greentea tests 2020-11-12 14:57:01 +00:00
Evelyne Donnaes 9964212f9e Moved USB drivers under drivers/usb 2020-11-12 14:57:00 +00:00