Merge branch 'master' of epagris.com:epagris/flatUSB

This commit is contained in:
Wiesner András 2024-12-05 10:00:52 +01:00
commit a977b32471
4 changed files with 15 additions and 17 deletions

View File

@ -3,8 +3,6 @@
#include <stdint.h> #include <stdint.h>
#include <string.h> #include <string.h>
#include "stm32f4xx_hal.h"
#include "flatUSB_config.h" #include "flatUSB_config.h"
#include "usb_driver_common.h" #include "usb_driver_common.h"

View File

@ -3,12 +3,12 @@
"subclass": "0x00", "subclass": "0x00",
"protocol_code": "0x00", "protocol_code": "0x00",
"max_ep0_packet_size": 64, "max_ep0_packet_size": 64,
"vendor_id": "0x0925", "vendor_id": "0x0000",
"product_id": "0x9050", "product_id": "0x0001",
"device_release_bcd": "0x0100", "device_release_bcd": "0x0100",
"vendor_string": "Epagris", "vendor_string": "<Vendor>",
"product_string": "Testdevice", "product_string": "<Product name>",
"serial_number": "1552", "serial_number": "0000000000000",
"configurations": [ "configurations": [
{ {
"id": 1, "id": 1,

View File

@ -3,12 +3,12 @@
"subclass": "0x00", "subclass": "0x00",
"protocol_code": "0x00", "protocol_code": "0x00",
"max_ep0_packet_size": 64, "max_ep0_packet_size": 64,
"vendor_id": "0x0925", "vendor_id": "0x0000",
"product_id": "0x9050", "product_id": "0x0001",
"device_release_bcd": "0x0100", "device_release_bcd": "0x0100",
"vendor_string": "Epagris", "vendor_string": "<Vendor>",
"product_string": "Testdevice", "product_string": "<Product name>",
"serial_number": "1552", "serial_number": "0000000000000",
"configurations": [ "configurations": [
{ {
"id": 1, "id": 1,

View File

@ -3,12 +3,12 @@
"subclass": "0x00", "subclass": "0x00",
"protocol_code": "0x00", "protocol_code": "0x00",
"max_ep0_packet_size": 64, "max_ep0_packet_size": 64,
"vendor_id": "0x0925", "vendor_id": "0x0000",
"product_id": "0x9050", "product_id": "0x0001",
"device_release_bcd": "0x0100", "device_release_bcd": "0x0100",
"vendor_string": "Epagris", "vendor_string": "<Vendor>",
"product_string": "Testdevice", "product_string": "<Product name>",
"serial_number": "1552", "serial_number": "0000000000000",
"configurations": [ "configurations": [
{ {
"id": 1, "id": 1,