Skip to content

Commit 5fb3096

Browse files
committed
[bsp][nrf5x]added the cherryusb adapter for nrf52840
1 parent d9cc3b0 commit 5fb3096

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

bsp/nrf5x/nrf52840/.ci/attachconfig/ci.attachconfig.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,12 @@ nimble.uart:
9898
segger:
9999
kconfig:
100100
- CONFIG_PKG_USING_SEGGER_RTT=y
101-
- CONFIG_RT_USING_SERIAL_V2=y
101+
- CONFIG_RT_USING_SERIAL_V2=y
102+
# ------ CHERRYUSB CI ------
103+
cherryusb:
104+
kconfig:
105+
- CONFIG_RT_USING_CHERRYUSB=y
106+
- CONFIG_RT_CHERRYUSB_DEVICE=y
107+
- CONFIG_RT_CHERRYUSB_DEVICE_NRF5X=y
108+
- CONFIG_RT_CHERRYUSB_DEVICE_HID=y
109+
- CONFIG_RT_CHERRYUSB_DEVICE_TEMPLATE_HID_KEYBOARD=y

0 commit comments

Comments
 (0)