mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
2268caa811
19212: shell/rtc: use rtc_tm_normalize() to sanitize input r=benpicco a=benpicco 19360: gcoap: make use coap_build_reply() in gcoap_resp_init() r=benpicco a=benpicco 19401: shell/cmds: add genfile command r=benpicco a=benpicco 19645: sys/isrpipe: Replace xtimer with ztimer_usec r=benpicco a=MrKevinWeiss ### Contribution description Getting ready for the xtimer dep. ### Testing procedure Green murdock, there is no explicit test for isrpipe but since it runs xtimer compat it should operate the same. ### Issues/PRs references 19720: tests: remove unnecessary use of floating point r=benpicco a=benpicco Co-authored-by: Benjamin Valentin <benjamin.valentin@bht-berlin.de> Co-authored-by: Benjamin Valentin <benjamin.valentin@ml-pa.com> Co-authored-by: MrKevinWeiss <weiss.kevin604@gmail.com> Co-authored-by: Benjamin Valentin <benpicco@beuth-hochschule.de>
14 lines
311 B
Plaintext
14 lines
311 B
Plaintext
CONFIG_MODULE_AUTO_INIT_USBUS=n
|
|
CONFIG_KCONFIG_USB=y
|
|
CONFIG_MODULE_USBUS=y
|
|
CONFIG_MODULE_FIDO2=y
|
|
CONFIG_MODULE_FIDO2_CTAP=y
|
|
CONFIG_MODULE_FIDO2_CTAP_TRANSPORT=y
|
|
CONFIG_MODULE_FIDO2_CTAP_TRANSPORT_HID=y
|
|
CONFIG_MODULE_ZTIMER=y
|
|
CONFIG_MODULE_ZTIMER_SEC=y
|
|
|
|
CONFIG_PACKAGE_FIDO2_TESTS=y
|
|
|
|
CONFIG_CUSTOM_USB_VID_PID=y
|