aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-05-12 13:04:29 +0000
committerGitHub <[email protected]>2022-05-12 13:04:29 +0000
commit30d4d0e9d78681e16a68ff953c61b96c9863bfc6 (patch)
tree7ce250aa8b70a7350a1d9f0032565fab32e5edcf /examples
parent3f9fdc0dd37adc5225e2650c7578b2386e912732 (diff)
parent6af5f8eb2da6ba9e1eabb67871c3483ba1579dd2 (diff)
parent2a7afe4262fd3ff8288c6381598a8794a7beee37 (diff)
Merge #763 #766
763: Misc USB improvements r=Dirbaio a=Dirbaio The "simplify control in/out handlng" commit gives a -2kb code size improvement. 766: Make usb_serial examples work on windows r=Dirbaio a=timokroeger Windows shows `error 10` when using CDC ACM on non composite devices. Workaround is to use IADS: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.1/kconfig/CONFIG_CDC_ACM_IAD.html#help Co-authored-by: Dario Nieuwenhuis <[email protected]> Co-authored-by: Timo Kröger <[email protected]>