1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-22 04:53:50 +01:00
Gunar Schorcht d675cd7290 drivers/periph_usbdev: define USBDEV_SET_ADDR_AFTER_STATUS
The address in the USB device can be set either directly after the SETUP stage on receipt of the `SET ADDRESS Request` or after the associated status stage. When the USB device address has to be set depends on the hardware. If `USBDEV_SET_ADDR_AFTER_STATUS` has the value 1 (default), the address is only set in the USB device after the status stage. Overwrite it with 0 in `periph_cpu.h` to set the address already directly after the SETUP stage.
2023-04-16 17:14:08 +02:00
..
2019-04-03 11:12:46 +02:00
2020-05-14 16:53:05 +02:00
2015-11-19 15:57:36 +01:00
2019-11-23 22:39:07 +01:00
2020-10-22 11:29:27 +02:00
2021-02-10 09:55:52 +01:00
2021-12-02 07:54:38 +01:00
2022-09-16 14:00:35 +02:00
2022-02-20 13:43:19 +01:00