aboutsummaryrefslogtreecommitdiffstats
path: root/config/usbd_config.h
AgeCommit message (Collapse)AuthorFilesLines
2021-06-30usb serial number descriptorHEADmasterEric Wild1-3/+3
Change-Id: I4a23682cee0849c788e5f6c611df4ed1f1cac3da
2019-12-06update iManufacturer strings (full sysmocom company name, ...)Harald Welte1-4/+5
this ensures the iManufacturer string is identical across different products. Change-Id: I45ce8b6d182d6e2d9f1fefa4928f85860b68d2fb
2019-02-14add specific board support, including sysmoOCTSIMKévin Redon1-0/+20
the board specific definitions should be coded when particular environment variable/marco is defined. this macro name is provided by the makefile in the BOARD variable. this allows to compile the bootloader for specific devices. see README for more information. the board definition for the sysmoOCTSIM is also added. Change-Id: Ie51a3af7c77ba76ac40570b871f31fd527fb255b
2019-01-31remove OCTSIM in USB IDKévin Redon1-29/+29
this bootloader is initiated and meant for the sysmo-OCTSIM, but it can be applied for other SAM E5x/D5x boards. Thus we remove the OCTSIM name an just use the more generic bootloader name. Change-Id: Icc46f0d8b4b649fd00b5c6cea5bad91a93891f14
2019-01-16set USB string to osmocom osmo-ASF4-DFUKévin Redon1-4/+4
Change-Id: I001a7b6f54b3aaab04d55e84cd9ada0daa423805
2019-01-16add USB DFU descriptionKévin Redon1-208/+150
uses the USB CDC ACM example code as template to create a USB DFU description according to USB DFU specification version 1.1 USB DFU stack is under LGPLv2.1 or later license Change-Id: I7bd6cb46b734ffe8a51f2de7083b4f9e76d385e6
2019-01-09use USB CDC Echo example projectKévin Redon1-0/+342
this is the USB CDC Echo example project source code, for the Microchip SAM E54 Xplained Pro development board, based on the ATSAME54P20A micro-controller, exported from the Atmel START website, using the ASFv4 library. Change-Id: Ic0e58e42d1a4076bc84a0a8d3509ec4b09a37f46