diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2022-07-22 09:14:39 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-07-22 09:14:39 +0000 |
| commit | b916a912df37852a6d32bd4a994aedf09ee96490 (patch) | |
| tree | 3c6f95fd950bd1c40b378d50bcbcdde77a470b40 /examples/boot/bootloader/stm32 | |
| parent | 4c0b79eaac62263503b948794c8068e1ad9735b2 (diff) | |
| parent | 424f6ffadbcb7c1f7df995ab98bcafebc941afc2 (diff) | |
| parent | c40d5f6e6ff81fb00507e384ef456d4390107e5e (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]>
