-
Notifications
You must be signed in to change notification settings - Fork 514
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expose DeviceID through USB descriptors in DFU mode, Microsoft WCID support #1001
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…. Remote wakeup feature disabled. Debug messages removed
…S mode. Switch back to FS core on Electron, add workarounds
- Support for DTR/RTS - Electron 2x CDC + HID support on Win/Mac/Linux
…rings for Serial and USBSerial1
…erial buffer allocation
…without the need to perform a reattach
…Data, commented out DEBUG in usbd_composite.c
…ing with HAL_USB_Attach/Detach
…osite Conflicts: hal/inc/hal_dynalib_usart.h wiring/inc/debug_output_handler.h
WICD WinUSB support on Windows through Microsoft-specific descriptors
avtolstoy
force-pushed
the
feature/usb-descriptors-dfu
branch
from
June 11, 2016 19:15
0686040
to
db8a6ab
Compare
avtolstoy
changed the title
Expose DeviceID and Bootloader Version through USB descriptors in DFU mode
Expose DeviceID through USB descriptors in DFU mode, Microsoft WCID support
Jun 11, 2016
Conflicts: hal/src/stm32f2xx/usb_hal.c platform/MCU/STM32F2xx/SPARK_Firmware_Driver/inc/usbd_composite.h platform/MCU/STM32F2xx/SPARK_Firmware_Driver/src/usbd_composite.c
…g requests: - REQUEST_GET_DEVICE_ID - REQUEST_GET_SYSTEM_VERSION - REQUEST_RESET - REQUEST_ENTER_DFU_MODE - REQUEST_ENTER_LISTENING_MODE
avtolstoy
force-pushed
the
feature/usb-descriptors-dfu
branch
from
June 12, 2016 18:11
db8a6ab
to
780dd67
Compare
avtolstoy
force-pushed
the
feature/usb-descriptors-dfu
branch
from
June 13, 2016 10:57
9c1d485
to
7c14217
Compare
…g requests: - REQUEST_GET_DEVICE_ID - REQUEST_GET_SYSTEM_VERSION - REQUEST_RESET - REQUEST_ENTER_DFU_MODE - REQUEST_ENTER_LISTENING_MODE
avtolstoy
force-pushed
the
feature/usb-descriptors-dfu
branch
from
June 13, 2016 16:04
7c14217
to
63db95f
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Exposes DeviceID and Bootloader Version through USB descriptors while in DFU mode:
Doneness: