aboutsummaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-07-22 09:14:39 +0000
committerGitHub <[email protected]>2022-07-22 09:14:39 +0000
commitb916a912df37852a6d32bd4a994aedf09ee96490 (patch)
tree3c6f95fd950bd1c40b378d50bcbcdde77a470b40 /.gitmodules
parent4c0b79eaac62263503b948794c8068e1ad9735b2 (diff)
parent424f6ffadbcb7c1f7df995ab98bcafebc941afc2 (diff)
parentc40d5f6e6ff81fb00507e384ef456d4390107e5e (diff)
Merge #871 #872
871: nrf/saadc: add type-erased AnyInput. r=Dirbaio a=Dirbaio 872: nrf/usb: prevent user code from constructing a PowerUsb directly. r=Dirbaio a=Dirbaio PowerUsb must be constructed through `new()` so that it sets up the IRQ. It must have at least one private field, otherwise user code can construct it directly with `PowerUsb{}`. Co-authored-by: Dario Nieuwenhuis <[email protected]>