Commit Graph

8 Commits

Author SHA1 Message Date
Eric Wild 51b2facc66 debug usb-cdc uart: disable it.
Currently unused.

Change-Id: I5f39c0fe82cbfa6f2bc4b84784a7142b461b64fb
2021-11-27 14:30:00 +00:00
Eric Wild f659ae8386 git version appended to the product usb string descriptor
Change-Id: I4a9d010c9025cf8c14ebaf42de048b9a172c7786
2020-02-10 10:26:49 +00:00
Eric Wild 922aba5463 support DFU detach to switch from fw to bootloader
This makes flashing a bit more convenient, because pushing the button is
not required. It can be disabled using make DISABLE_DFU_DETACH=1.

Change-Id: I04d05054d1c0e3988b8eafd93c6524f4a0489cb7
2020-02-10 10:26:44 +00:00
Harald Welte ce9378d15c Implement serial number string descriptor in CTRL EP callback
Change-Id: I910eca1db4baa375bf604110301a0bde25ffcb26
2020-02-06 16:22:32 +00:00
Harald Welte c7a58ba755 WIP: Actual 'main' integration of CCID using msgb queues for USB transfers
Change-Id: I9b7dbbc72dd566be19b217a57767f8404e1b02c4
2019-05-16 23:05:21 +02:00
Harald Welte 34a8706e45 Re-structure USB descriptors
Use structures to define the USB descriptors of the sysmoOCTSIM device.

While at it, turn it from a pure CDC-ACM to a CDC-ACM + CCID interface,
so we can expose a virtual UART at the same time as the chip card reader
device.

Change-Id: I0423d733476f37c16bdb6abc651b7ad5ca7ac63e
2019-05-16 23:05:21 +02:00
Kevin Redon 8e5380068c echo back UART input
let main run the main loop instead of the CDC ACM example.
also rename the CDC ACM example functions.

Change-Id: I44b15079672b4058de1fa08365541317d54958dc
2019-02-07 15:56:05 +01:00
Kevin Redon 69b92d91f7 start with USB CDC echo example
this is the Atmel START USB CDC Echo example project for the
SAM E54 Xplained Pro board using an Atmel ATSAME54P20A
microcontroller.
Atmel START information:
- Version: 1.4.1810 (Dec 18, 2018, 5:52 AM GMT+1)
- Server: 1.4.93
- Content version: 1.0.1340

This will serve as basis for the sysmoOCTSIM project

A jenkins contrib script has also been added to the
osmo-ccid-firmware project to build the sysmoOCTSIM firmware

Change-Id: I356de75e7b730d63fb819248e71d36f785932199
2019-02-07 15:54:56 +01:00