readme.txt 105 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822
  1. Matrix shows which board is supported by given example
  2. Example | pca10028 | pca10040 | pca10040e | pca10056 |
  3. ------------------------------------------------------------------------------------------------------------------------------------
  4. 802_15_4\wireless_uart\raw\first | | | | * |
  5. ------------------------------------------------------------------------------------------------------------------------------------
  6. 802_15_4\wireless_uart\raw\second | | | | * |
  7. ------------------------------------------------------------------------------------------------------------------------------------
  8. 802_15_4\wireless_uart\secure\first | | | | * |
  9. ------------------------------------------------------------------------------------------------------------------------------------
  10. 802_15_4\wireless_uart\secure\second | | | | * |
  11. ------------------------------------------------------------------------------------------------------------------------------------
  12. C:\bambuild\HUSS-DAE44-CR\sdk\nrf5\components\libraries\csense_drv\test | | * | | * |
  13. ------------------------------------------------------------------------------------------------------------------------------------
  14. C:\bambuild\HUSS-DAE44-CR\sdk\nrf5\components\libraries\usbd\test\usb_hosted\example | | | | * |
  15. ------------------------------------------------------------------------------------------------------------------------------------
  16. C:\bambuild\HUSS-DAE44-CR\sdk\nrf5\config | | | | |
  17. ------------------------------------------------------------------------------------------------------------------------------------
  18. ant\ant_advanced_burst | | * | | |
  19. ------------------------------------------------------------------------------------------------------------------------------------
  20. ant\ant_async_transmitter | | * | | |
  21. ------------------------------------------------------------------------------------------------------------------------------------
  22. ant\ant_background_scanning | | * | | |
  23. ------------------------------------------------------------------------------------------------------------------------------------
  24. ant\ant_broadcast\rx | | * | | |
  25. ------------------------------------------------------------------------------------------------------------------------------------
  26. ant\ant_broadcast\tx | | * | | |
  27. ------------------------------------------------------------------------------------------------------------------------------------
  28. ant\ant_continuous_scanning_controller | | * | | |
  29. ------------------------------------------------------------------------------------------------------------------------------------
  30. ant\ant_cw_mode | | * | | |
  31. ------------------------------------------------------------------------------------------------------------------------------------
  32. ant\ant_debug | | * | | |
  33. ------------------------------------------------------------------------------------------------------------------------------------
  34. ant\ant_fs\client | | * | | |
  35. ------------------------------------------------------------------------------------------------------------------------------------
  36. ant\ant_hd_search_and_bs | | * | | |
  37. ------------------------------------------------------------------------------------------------------------------------------------
  38. ant\ant_io_demo\ant_io_rx | | * | | |
  39. ------------------------------------------------------------------------------------------------------------------------------------
  40. ant\ant_io_demo\ant_io_tx | | * | | |
  41. ------------------------------------------------------------------------------------------------------------------------------------
  42. ant\ant_message_types\master | | * | * | * |
  43. ------------------------------------------------------------------------------------------------------------------------------------
  44. ant\ant_multi_channels\rx | | * | | |
  45. ------------------------------------------------------------------------------------------------------------------------------------
  46. ant\ant_multi_channels\tx | | * | | |
  47. ------------------------------------------------------------------------------------------------------------------------------------
  48. ant\ant_multi_channels_encrypted\rx | | * | | |
  49. ------------------------------------------------------------------------------------------------------------------------------------
  50. ant\ant_multi_channels_encrypted\tx | | * | | |
  51. ------------------------------------------------------------------------------------------------------------------------------------
  52. ant\ant_plus\ant_bpwr\bpwr_rx | | * | | |
  53. ------------------------------------------------------------------------------------------------------------------------------------
  54. ant\ant_plus\ant_bpwr\bpwr_tx | | * | | |
  55. ------------------------------------------------------------------------------------------------------------------------------------
  56. ant\ant_plus\ant_bsc\bsc_rx | | * | | |
  57. ------------------------------------------------------------------------------------------------------------------------------------
  58. ant\ant_plus\ant_bsc\bsc_tx | | * | | |
  59. ------------------------------------------------------------------------------------------------------------------------------------
  60. ant\ant_plus\ant_hrm\hrm_rx | | * | | |
  61. ------------------------------------------------------------------------------------------------------------------------------------
  62. ant\ant_plus\ant_hrm\hrm_tx | | * | | |
  63. ------------------------------------------------------------------------------------------------------------------------------------
  64. ant\ant_plus\ant_sdm\sdm_rx | | * | | |
  65. ------------------------------------------------------------------------------------------------------------------------------------
  66. ant\ant_plus\ant_sdm\sdm_tx | | * | | |
  67. ------------------------------------------------------------------------------------------------------------------------------------
  68. ant\ant_relay_demo | | * | | |
  69. ------------------------------------------------------------------------------------------------------------------------------------
  70. ant\ant_scan_and_forward | | * | | |
  71. ------------------------------------------------------------------------------------------------------------------------------------
  72. ant\ant_search_sharing | | * | | |
  73. ------------------------------------------------------------------------------------------------------------------------------------
  74. ant\ant_search_uplink | | * | | |
  75. ------------------------------------------------------------------------------------------------------------------------------------
  76. ant\ant_time_synchronization\rx | | * | | |
  77. ------------------------------------------------------------------------------------------------------------------------------------
  78. ant\ant_time_synchronization\tx | | * | | |
  79. ------------------------------------------------------------------------------------------------------------------------------------
  80. ant\experimental\ant_frequency_agility\ant_frequency_agility_rx | | * | | |
  81. ------------------------------------------------------------------------------------------------------------------------------------
  82. ant\experimental\ant_frequency_agility\ant_frequency_agility_tx | | * | | |
  83. ------------------------------------------------------------------------------------------------------------------------------------
  84. ant\experimental\ant_shared_channel\m2m | | * | * | * |
  85. ------------------------------------------------------------------------------------------------------------------------------------
  86. ant\experimental\ant_shared_channel\slave | | * | | |
  87. ------------------------------------------------------------------------------------------------------------------------------------
  88. ble_central\ble_app_blinky_c | | * | | * |
  89. ------------------------------------------------------------------------------------------------------------------------------------
  90. ble_central\ble_app_gatts | | * | | * |
  91. ------------------------------------------------------------------------------------------------------------------------------------
  92. ble_central\ble_app_hrs_c | | * | | * |
  93. ------------------------------------------------------------------------------------------------------------------------------------
  94. ble_central\ble_app_ias | | * | | * |
  95. ------------------------------------------------------------------------------------------------------------------------------------
  96. ble_central\ble_app_ipsp_initiator | | * | | * |
  97. ------------------------------------------------------------------------------------------------------------------------------------
  98. ble_central\ble_app_multilink_central | | * | | * |
  99. ------------------------------------------------------------------------------------------------------------------------------------
  100. ble_central\ble_app_rscs_c | | * | | * |
  101. ------------------------------------------------------------------------------------------------------------------------------------
  102. ble_central\ble_app_uart_c | | * | | * |
  103. ------------------------------------------------------------------------------------------------------------------------------------
  104. ble_central\experimental\ble_app_hrs_nfc_c | | * | | |
  105. ------------------------------------------------------------------------------------------------------------------------------------
  106. ble_central\experimental\ble_app_ots_c | | * | | * |
  107. ------------------------------------------------------------------------------------------------------------------------------------
  108. ble_central\experimental\ble_nfc_pairing_reference_c | | * | | |
  109. ------------------------------------------------------------------------------------------------------------------------------------
  110. ble_central_and_peripheral\experimental\ble_app_att_mtu_throughput | | * | | * |
  111. ------------------------------------------------------------------------------------------------------------------------------------
  112. ble_central_and_peripheral\experimental\ble_app_hrs_rscs_relay | | * | | * |
  113. ------------------------------------------------------------------------------------------------------------------------------------
  114. ble_central_and_peripheral\experimental\ble_app_interactive | | * | | * |
  115. ------------------------------------------------------------------------------------------------------------------------------------
  116. ble_central_and_peripheral\experimental\ble_app_multirole_lesc | | * | | * |
  117. ------------------------------------------------------------------------------------------------------------------------------------
  118. ble_peripheral\ble_app_alert_notification | | * | * | * |
  119. ------------------------------------------------------------------------------------------------------------------------------------
  120. ble_peripheral\ble_app_ancs_c | | * | * | * |
  121. ------------------------------------------------------------------------------------------------------------------------------------
  122. ble_peripheral\ble_app_beacon | | * | * | * |
  123. ------------------------------------------------------------------------------------------------------------------------------------
  124. ble_peripheral\ble_app_blinky | | * | * | * |
  125. ------------------------------------------------------------------------------------------------------------------------------------
  126. ble_peripheral\ble_app_bms | | * | * | * |
  127. ------------------------------------------------------------------------------------------------------------------------------------
  128. ble_peripheral\ble_app_bps | | * | * | * |
  129. ------------------------------------------------------------------------------------------------------------------------------------
  130. ble_peripheral\ble_app_buttonless_dfu | | * | * | * |
  131. ------------------------------------------------------------------------------------------------------------------------------------
  132. ble_peripheral\ble_app_cscs | | * | * | * |
  133. ------------------------------------------------------------------------------------------------------------------------------------
  134. ble_peripheral\ble_app_cts_c | | * | * | * |
  135. ------------------------------------------------------------------------------------------------------------------------------------
  136. ble_peripheral\ble_app_eddystone | | * | * | * |
  137. ------------------------------------------------------------------------------------------------------------------------------------
  138. ble_peripheral\ble_app_gatts_c | | * | * | * |
  139. ------------------------------------------------------------------------------------------------------------------------------------
  140. ble_peripheral\ble_app_gls | | * | | * |
  141. ------------------------------------------------------------------------------------------------------------------------------------
  142. ble_peripheral\ble_app_hids_keyboard | | * | * | * |
  143. ------------------------------------------------------------------------------------------------------------------------------------
  144. ble_peripheral\ble_app_hids_mouse | | * | * | * |
  145. ------------------------------------------------------------------------------------------------------------------------------------
  146. ble_peripheral\ble_app_hrs | | * | * | * |
  147. ------------------------------------------------------------------------------------------------------------------------------------
  148. ble_peripheral\ble_app_hrs_freertos | | * | | * |
  149. ------------------------------------------------------------------------------------------------------------------------------------
  150. ble_peripheral\ble_app_hts | | * | * | * |
  151. ------------------------------------------------------------------------------------------------------------------------------------
  152. ble_peripheral\ble_app_ias_c | | * | * | * |
  153. ------------------------------------------------------------------------------------------------------------------------------------
  154. ble_peripheral\ble_app_ipsp_acceptor | | * | | * |
  155. ------------------------------------------------------------------------------------------------------------------------------------
  156. ble_peripheral\ble_app_proximity | | * | * | * |
  157. ------------------------------------------------------------------------------------------------------------------------------------
  158. ble_peripheral\ble_app_pwr_profiling | | * | * | * |
  159. ------------------------------------------------------------------------------------------------------------------------------------
  160. ble_peripheral\ble_app_rscs | | * | * | * |
  161. ------------------------------------------------------------------------------------------------------------------------------------
  162. ble_peripheral\ble_app_template | | * | * | * |
  163. ------------------------------------------------------------------------------------------------------------------------------------
  164. ble_peripheral\ble_app_tile | | * | | * |
  165. ------------------------------------------------------------------------------------------------------------------------------------
  166. ble_peripheral\ble_app_uart | | * | * | * |
  167. ------------------------------------------------------------------------------------------------------------------------------------
  168. ble_peripheral\experimental\ble_app_cgms | | * | | * |
  169. ------------------------------------------------------------------------------------------------------------------------------------
  170. ble_peripheral\experimental\ble_app_cli | | * | | * |
  171. ------------------------------------------------------------------------------------------------------------------------------------
  172. ble_peripheral\experimental\ble_app_hrs_nfc_pairing | | * | | * |
  173. ------------------------------------------------------------------------------------------------------------------------------------
  174. ble_peripheral\experimental\ble_app_lls | | * | * | * |
  175. ------------------------------------------------------------------------------------------------------------------------------------
  176. ble_peripheral\experimental\ble_app_lns | | * | * | * |
  177. ------------------------------------------------------------------------------------------------------------------------------------
  178. ble_peripheral\experimental\ble_app_multiperipheral | | * | * | * |
  179. ------------------------------------------------------------------------------------------------------------------------------------
  180. ble_peripheral\experimental\ble_app_ots | | * | | * |
  181. ------------------------------------------------------------------------------------------------------------------------------------
  182. ble_peripheral\experimental\ble_app_queued_writes | | * | | * |
  183. ------------------------------------------------------------------------------------------------------------------------------------
  184. ble_peripheral\experimental\ble_hids_keyboard_pair_nfc | | * | | * |
  185. ------------------------------------------------------------------------------------------------------------------------------------
  186. ble_peripheral\experimental\ble_nfc_pairing_reference | | * | | * |
  187. ------------------------------------------------------------------------------------------------------------------------------------
  188. ble_peripheral\experimental\bluetoothds_template | | * | | * |
  189. ------------------------------------------------------------------------------------------------------------------------------------
  190. connectivity\ble_connectivity | | * | * | * |
  191. ------------------------------------------------------------------------------------------------------------------------------------
  192. connectivity\experimental_ant | | * | | |
  193. ------------------------------------------------------------------------------------------------------------------------------------
  194. crypto\ifx_optiga_custom_example | | * | | * |
  195. ------------------------------------------------------------------------------------------------------------------------------------
  196. crypto\nrf_cc310\aes | | | | * |
  197. ------------------------------------------------------------------------------------------------------------------------------------
  198. crypto\nrf_cc310\chacha_poly | | | | * |
  199. ------------------------------------------------------------------------------------------------------------------------------------
  200. crypto\nrf_cc310\ecc | | | | * |
  201. ------------------------------------------------------------------------------------------------------------------------------------
  202. crypto\nrf_cc310\hash | | | | * |
  203. ------------------------------------------------------------------------------------------------------------------------------------
  204. crypto\nrf_cc310\hkdf | | | | * |
  205. ------------------------------------------------------------------------------------------------------------------------------------
  206. crypto\nrf_cc310\hmac | | | | * |
  207. ------------------------------------------------------------------------------------------------------------------------------------
  208. crypto\nrf_cc310\rnd | | | | * |
  209. ------------------------------------------------------------------------------------------------------------------------------------
  210. crypto\nrf_cc310\rsa | | | | * |
  211. ------------------------------------------------------------------------------------------------------------------------------------
  212. crypto\nrf_cc310_bl | | | | * |
  213. ------------------------------------------------------------------------------------------------------------------------------------
  214. crypto\nrf_crypto\aes\aes_all_cli | | * | | * |
  215. ------------------------------------------------------------------------------------------------------------------------------------
  216. crypto\nrf_crypto\aes\aes_cbc_mac | | * | | * |
  217. ------------------------------------------------------------------------------------------------------------------------------------
  218. crypto\nrf_crypto\aes\aes_cbc_with_padding | | * | | * |
  219. ------------------------------------------------------------------------------------------------------------------------------------
  220. crypto\nrf_crypto\aes\aes_ccm | | * | | * |
  221. ------------------------------------------------------------------------------------------------------------------------------------
  222. crypto\nrf_crypto\aes\aes_ctr | | * | | * |
  223. ------------------------------------------------------------------------------------------------------------------------------------
  224. crypto\nrf_crypto\chacha_poly | | * | | * |
  225. ------------------------------------------------------------------------------------------------------------------------------------
  226. crypto\nrf_crypto\cli | | * | | * |
  227. ------------------------------------------------------------------------------------------------------------------------------------
  228. crypto\nrf_crypto\ecdh | | * | | * |
  229. ------------------------------------------------------------------------------------------------------------------------------------
  230. crypto\nrf_crypto\ecdsa | | * | | * |
  231. ------------------------------------------------------------------------------------------------------------------------------------
  232. crypto\nrf_crypto\eddsa | | * | | * |
  233. ------------------------------------------------------------------------------------------------------------------------------------
  234. crypto\nrf_crypto\hash | | * | | * |
  235. ------------------------------------------------------------------------------------------------------------------------------------
  236. crypto\nrf_crypto\hkdf | | * | | * |
  237. ------------------------------------------------------------------------------------------------------------------------------------
  238. crypto\nrf_crypto\hmac | | * | | * |
  239. ------------------------------------------------------------------------------------------------------------------------------------
  240. crypto\nrf_crypto\rng | | * | | * |
  241. ------------------------------------------------------------------------------------------------------------------------------------
  242. crypto\nrf_crypto\test_app | | * | | * |
  243. ------------------------------------------------------------------------------------------------------------------------------------
  244. dfu\open_bootloader | | | | * |
  245. ------------------------------------------------------------------------------------------------------------------------------------
  246. dfu\secure_bootloader | | * | * | * |
  247. ------------------------------------------------------------------------------------------------------------------------------------
  248. dtm\direct_test_mode | | * | * | * |
  249. ------------------------------------------------------------------------------------------------------------------------------------
  250. dtm\dtm_serialization | | * | | |
  251. ------------------------------------------------------------------------------------------------------------------------------------
  252. multiprotocol\ble_ant_app_hrm | | * | * | * |
  253. ------------------------------------------------------------------------------------------------------------------------------------
  254. multiprotocol\ble_app_gzll | | * | | * |
  255. ------------------------------------------------------------------------------------------------------------------------------------
  256. nfc\adafruit_tag_reader | | * | | * |
  257. ------------------------------------------------------------------------------------------------------------------------------------
  258. nfc\nfc_uart\poller | | * | | |
  259. ------------------------------------------------------------------------------------------------------------------------------------
  260. nfc\nfc_uart\tag | | * | | * |
  261. ------------------------------------------------------------------------------------------------------------------------------------
  262. nfc\record_launch_app | | * | | * |
  263. ------------------------------------------------------------------------------------------------------------------------------------
  264. nfc\record_text | | * | | * |
  265. ------------------------------------------------------------------------------------------------------------------------------------
  266. nfc\record_url | | * | | * |
  267. ------------------------------------------------------------------------------------------------------------------------------------
  268. nfc\wake_on_nfc | | * | | * |
  269. ------------------------------------------------------------------------------------------------------------------------------------
  270. nfc\writable_ndef_msg | | * | | * |
  271. ------------------------------------------------------------------------------------------------------------------------------------
  272. peripheral\blinky | | * | * | * |
  273. ------------------------------------------------------------------------------------------------------------------------------------
  274. peripheral\blinky_freertos | | * | | * |
  275. ------------------------------------------------------------------------------------------------------------------------------------
  276. peripheral\blinky_rtc_freertos | | * | | * |
  277. ------------------------------------------------------------------------------------------------------------------------------------
  278. peripheral\blinky_systick | | * | | * |
  279. ------------------------------------------------------------------------------------------------------------------------------------
  280. peripheral\bsp | | * | | * |
  281. ------------------------------------------------------------------------------------------------------------------------------------
  282. peripheral\cli | | * | | * |
  283. ------------------------------------------------------------------------------------------------------------------------------------
  284. peripheral\cli_libuarte | | * | | * |
  285. ------------------------------------------------------------------------------------------------------------------------------------
  286. peripheral\csense | | * | | * |
  287. ------------------------------------------------------------------------------------------------------------------------------------
  288. peripheral\csense_drv | | * | | * |
  289. ------------------------------------------------------------------------------------------------------------------------------------
  290. peripheral\fatfs | | * | | * |
  291. ------------------------------------------------------------------------------------------------------------------------------------
  292. peripheral\flash_fds | | * | | * |
  293. ------------------------------------------------------------------------------------------------------------------------------------
  294. peripheral\flash_fstorage | | * | | * |
  295. ------------------------------------------------------------------------------------------------------------------------------------
  296. peripheral\flashwrite | | * | | * |
  297. ------------------------------------------------------------------------------------------------------------------------------------
  298. peripheral\fpu_fft | | * | | * |
  299. ------------------------------------------------------------------------------------------------------------------------------------
  300. peripheral\gfx | | * | | * |
  301. ------------------------------------------------------------------------------------------------------------------------------------
  302. peripheral\gpiote | | * | | * |
  303. ------------------------------------------------------------------------------------------------------------------------------------
  304. peripheral\i2s | | * | | * |
  305. ------------------------------------------------------------------------------------------------------------------------------------
  306. peripheral\led_softblink | | * | | * |
  307. ------------------------------------------------------------------------------------------------------------------------------------
  308. peripheral\libuarte | | * | | * |
  309. ------------------------------------------------------------------------------------------------------------------------------------
  310. peripheral\low_power_pwm | | * | | * |
  311. ------------------------------------------------------------------------------------------------------------------------------------
  312. peripheral\lpcomp | | * | | * |
  313. ------------------------------------------------------------------------------------------------------------------------------------
  314. peripheral\nrfx_spim | | | | * |
  315. ------------------------------------------------------------------------------------------------------------------------------------
  316. peripheral\pin_change_int | | * | | * |
  317. ------------------------------------------------------------------------------------------------------------------------------------
  318. peripheral\ppi | | * | | * |
  319. ------------------------------------------------------------------------------------------------------------------------------------
  320. peripheral\preflash | | * | | * |
  321. ------------------------------------------------------------------------------------------------------------------------------------
  322. peripheral\pwm_driver | | * | | * |
  323. ------------------------------------------------------------------------------------------------------------------------------------
  324. peripheral\pwm_library | | * | | * |
  325. ------------------------------------------------------------------------------------------------------------------------------------
  326. peripheral\pwr_mgmt | | * | | * |
  327. ------------------------------------------------------------------------------------------------------------------------------------
  328. peripheral\qdec | | * | | * |
  329. ------------------------------------------------------------------------------------------------------------------------------------
  330. peripheral\qspi | | | | * |
  331. ------------------------------------------------------------------------------------------------------------------------------------
  332. peripheral\qspi_bootloader | | | | * |
  333. ------------------------------------------------------------------------------------------------------------------------------------
  334. peripheral\radio\receiver | | * | | * |
  335. ------------------------------------------------------------------------------------------------------------------------------------
  336. peripheral\radio\transmitter | | * | | * |
  337. ------------------------------------------------------------------------------------------------------------------------------------
  338. peripheral\radio_test | | * | | * |
  339. ------------------------------------------------------------------------------------------------------------------------------------
  340. peripheral\ram_retention | | * | | * |
  341. ------------------------------------------------------------------------------------------------------------------------------------
  342. peripheral\rng | | * | | * |
  343. ------------------------------------------------------------------------------------------------------------------------------------
  344. peripheral\rtc | | * | | * |
  345. ------------------------------------------------------------------------------------------------------------------------------------
  346. peripheral\saadc | | * | * | * |
  347. ------------------------------------------------------------------------------------------------------------------------------------
  348. peripheral\simple_timer | | * | | * |
  349. ------------------------------------------------------------------------------------------------------------------------------------
  350. peripheral\spi | | * | | * |
  351. ------------------------------------------------------------------------------------------------------------------------------------
  352. peripheral\spi_master_using_nrf_spi_mngr | | * | | * |
  353. ------------------------------------------------------------------------------------------------------------------------------------
  354. peripheral\spis | | * | | * |
  355. ------------------------------------------------------------------------------------------------------------------------------------
  356. peripheral\temperature | | * | | * |
  357. ------------------------------------------------------------------------------------------------------------------------------------
  358. peripheral\template_project | | * | | * |
  359. ------------------------------------------------------------------------------------------------------------------------------------
  360. peripheral\timer | | * | | * |
  361. ------------------------------------------------------------------------------------------------------------------------------------
  362. peripheral\twi_master_using_nrf_twi_mngr | | * | | * |
  363. ------------------------------------------------------------------------------------------------------------------------------------
  364. peripheral\twi_master_with_twis_slave | | * | | * |
  365. ------------------------------------------------------------------------------------------------------------------------------------
  366. peripheral\twi_scanner | | * | | * |
  367. ------------------------------------------------------------------------------------------------------------------------------------
  368. peripheral\twi_sensor | | * | | * |
  369. ------------------------------------------------------------------------------------------------------------------------------------
  370. peripheral\uart | | * | * | * |
  371. ------------------------------------------------------------------------------------------------------------------------------------
  372. peripheral\uicr_config | | * | | * |
  373. ------------------------------------------------------------------------------------------------------------------------------------
  374. peripheral\usbd | | | | * |
  375. ------------------------------------------------------------------------------------------------------------------------------------
  376. peripheral\usbd_audio | | | | * |
  377. ------------------------------------------------------------------------------------------------------------------------------------
  378. peripheral\usbd_ble_uart | | | | * |
  379. ------------------------------------------------------------------------------------------------------------------------------------
  380. peripheral\usbd_ble_uart_freertos | | | | * |
  381. ------------------------------------------------------------------------------------------------------------------------------------
  382. peripheral\usbd_cdc_acm | | | | * |
  383. ------------------------------------------------------------------------------------------------------------------------------------
  384. peripheral\usbd_hid_composite | | | | * |
  385. ------------------------------------------------------------------------------------------------------------------------------------
  386. peripheral\usbd_hid_generic | | | | * |
  387. ------------------------------------------------------------------------------------------------------------------------------------
  388. peripheral\usbd_msc | | | | * |
  389. ------------------------------------------------------------------------------------------------------------------------------------
  390. peripheral\wdt | | * | | * |
  391. ------------------------------------------------------------------------------------------------------------------------------------
  392. proprietary_rf\esb_low_power_prx | | * | * | * |
  393. ------------------------------------------------------------------------------------------------------------------------------------
  394. proprietary_rf\esb_low_power_ptx | | * | * | * |
  395. ------------------------------------------------------------------------------------------------------------------------------------
  396. proprietary_rf\esb_prx | | * | * | * |
  397. ------------------------------------------------------------------------------------------------------------------------------------
  398. proprietary_rf\esb_ptx | | * | * | * |
  399. ------------------------------------------------------------------------------------------------------------------------------------
  400. proprietary_rf\gzll\gzll_ack_payload\device | | * | | * |
  401. ------------------------------------------------------------------------------------------------------------------------------------
  402. proprietary_rf\gzll\gzll_ack_payload\host | | * | | * |
  403. ------------------------------------------------------------------------------------------------------------------------------------
  404. proprietary_rf\gzll\gzp_desktop_emulator | | * | | * |
  405. ------------------------------------------------------------------------------------------------------------------------------------
  406. proprietary_rf\gzll\gzp_dynamic_pairing\device | | * | | * |
  407. ------------------------------------------------------------------------------------------------------------------------------------
  408. proprietary_rf\gzll\gzp_dynamic_pairing\host | | * | | * |
  409. ------------------------------------------------------------------------------------------------------------------------------------
  410. Matrix shows which SoftDevice is supported by given example
  411. Example | s112 | s130 | s132 | s140 | s212 | None |
  412. ---------------------------------------------------------------------------------------------------------------------------------
  413. 802_15_4\wireless_uart\raw\first | | | | | | * |
  414. ---------------------------------------------------------------------------------------------------------------------------------
  415. 802_15_4\wireless_uart\raw\second | | | | | | * |
  416. ---------------------------------------------------------------------------------------------------------------------------------
  417. 802_15_4\wireless_uart\secure\first | | | | | | * |
  418. ---------------------------------------------------------------------------------------------------------------------------------
  419. 802_15_4\wireless_uart\secure\second | | | | | | * |
  420. ---------------------------------------------------------------------------------------------------------------------------------
  421. C:\bambuild\HUSS-DAE44-CR\sdk\nrf5\components\libraries\csense_drv\test | | | | | | * |
  422. ---------------------------------------------------------------------------------------------------------------------------------
  423. C:\bambuild\HUSS-DAE44-CR\sdk\nrf5\components\libraries\usbd\test\usb_hosted\example | | | | | | * |
  424. ---------------------------------------------------------------------------------------------------------------------------------
  425. C:\bambuild\HUSS-DAE44-CR\sdk\nrf5\config | * | | | * | | * |
  426. ---------------------------------------------------------------------------------------------------------------------------------
  427. ant\ant_advanced_burst | | | | | * | |
  428. ---------------------------------------------------------------------------------------------------------------------------------
  429. ant\ant_async_transmitter | | | | | * | |
  430. ---------------------------------------------------------------------------------------------------------------------------------
  431. ant\ant_background_scanning | | | | | * | |
  432. ---------------------------------------------------------------------------------------------------------------------------------
  433. ant\ant_broadcast\rx | | | | | * | |
  434. ---------------------------------------------------------------------------------------------------------------------------------
  435. ant\ant_broadcast\tx | | | | | * | |
  436. ---------------------------------------------------------------------------------------------------------------------------------
  437. ant\ant_continuous_scanning_controller | | | | | * | |
  438. ---------------------------------------------------------------------------------------------------------------------------------
  439. ant\ant_cw_mode | | | | | * | |
  440. ---------------------------------------------------------------------------------------------------------------------------------
  441. ant\ant_debug | | | | | * | |
  442. ---------------------------------------------------------------------------------------------------------------------------------
  443. ant\ant_fs\client | | | | | * | |
  444. ---------------------------------------------------------------------------------------------------------------------------------
  445. ant\ant_hd_search_and_bs | | | | | * | |
  446. ---------------------------------------------------------------------------------------------------------------------------------
  447. ant\ant_io_demo\ant_io_rx | | | | | * | |
  448. ---------------------------------------------------------------------------------------------------------------------------------
  449. ant\ant_io_demo\ant_io_tx | | | | | * | |
  450. ---------------------------------------------------------------------------------------------------------------------------------
  451. ant\ant_message_types\master | | | | | * | * |
  452. ---------------------------------------------------------------------------------------------------------------------------------
  453. ant\ant_multi_channels\rx | | | | | * | |
  454. ---------------------------------------------------------------------------------------------------------------------------------
  455. ant\ant_multi_channels\tx | | | | | * | |
  456. ---------------------------------------------------------------------------------------------------------------------------------
  457. ant\ant_multi_channels_encrypted\rx | | | | | * | |
  458. ---------------------------------------------------------------------------------------------------------------------------------
  459. ant\ant_multi_channels_encrypted\tx | | | | | * | |
  460. ---------------------------------------------------------------------------------------------------------------------------------
  461. ant\ant_plus\ant_bpwr\bpwr_rx | | | | | * | |
  462. ---------------------------------------------------------------------------------------------------------------------------------
  463. ant\ant_plus\ant_bpwr\bpwr_tx | | | | | * | |
  464. ---------------------------------------------------------------------------------------------------------------------------------
  465. ant\ant_plus\ant_bsc\bsc_rx | | | | | * | |
  466. ---------------------------------------------------------------------------------------------------------------------------------
  467. ant\ant_plus\ant_bsc\bsc_tx | | | | | * | |
  468. ---------------------------------------------------------------------------------------------------------------------------------
  469. ant\ant_plus\ant_hrm\hrm_rx | | | | | * | |
  470. ---------------------------------------------------------------------------------------------------------------------------------
  471. ant\ant_plus\ant_hrm\hrm_tx | | | | | * | |
  472. ---------------------------------------------------------------------------------------------------------------------------------
  473. ant\ant_plus\ant_sdm\sdm_rx | | | | | * | |
  474. ---------------------------------------------------------------------------------------------------------------------------------
  475. ant\ant_plus\ant_sdm\sdm_tx | | | | | * | |
  476. ---------------------------------------------------------------------------------------------------------------------------------
  477. ant\ant_relay_demo | | | | | * | |
  478. ---------------------------------------------------------------------------------------------------------------------------------
  479. ant\ant_scan_and_forward | | | | | * | |
  480. ---------------------------------------------------------------------------------------------------------------------------------
  481. ant\ant_search_sharing | | | | | * | |
  482. ---------------------------------------------------------------------------------------------------------------------------------
  483. ant\ant_search_uplink | | | | | * | |
  484. ---------------------------------------------------------------------------------------------------------------------------------
  485. ant\ant_time_synchronization\rx | | | | | * | |
  486. ---------------------------------------------------------------------------------------------------------------------------------
  487. ant\ant_time_synchronization\tx | | | | | * | |
  488. ---------------------------------------------------------------------------------------------------------------------------------
  489. ant\experimental\ant_frequency_agility\ant_frequency_agility_rx | | | | | * | |
  490. ---------------------------------------------------------------------------------------------------------------------------------
  491. ant\experimental\ant_frequency_agility\ant_frequency_agility_tx | | | | | * | |
  492. ---------------------------------------------------------------------------------------------------------------------------------
  493. ant\experimental\ant_shared_channel\m2m | | | | | | * |
  494. ---------------------------------------------------------------------------------------------------------------------------------
  495. ant\experimental\ant_shared_channel\slave | | | | | * | |
  496. ---------------------------------------------------------------------------------------------------------------------------------
  497. ble_central\ble_app_blinky_c | | | * | * | | |
  498. ---------------------------------------------------------------------------------------------------------------------------------
  499. ble_central\ble_app_gatts | | | * | * | | |
  500. ---------------------------------------------------------------------------------------------------------------------------------
  501. ble_central\ble_app_hrs_c | | | * | * | | * |
  502. ---------------------------------------------------------------------------------------------------------------------------------
  503. ble_central\ble_app_ias | | | * | * | | |
  504. ---------------------------------------------------------------------------------------------------------------------------------
  505. ble_central\ble_app_ipsp_initiator | | | * | * | | |
  506. ---------------------------------------------------------------------------------------------------------------------------------
  507. ble_central\ble_app_multilink_central | | | * | * | | |
  508. ---------------------------------------------------------------------------------------------------------------------------------
  509. ble_central\ble_app_rscs_c | | | * | * | | |
  510. ---------------------------------------------------------------------------------------------------------------------------------
  511. ble_central\ble_app_uart_c | | | * | * | | * |
  512. ---------------------------------------------------------------------------------------------------------------------------------
  513. ble_central\experimental\ble_app_hrs_nfc_c | | | * | | | |
  514. ---------------------------------------------------------------------------------------------------------------------------------
  515. ble_central\experimental\ble_app_ots_c | | | * | * | | |
  516. ---------------------------------------------------------------------------------------------------------------------------------
  517. ble_central\experimental\ble_nfc_pairing_reference_c | | | * | | | |
  518. ---------------------------------------------------------------------------------------------------------------------------------
  519. ble_central_and_peripheral\experimental\ble_app_att_mtu_throughput | | | * | * | | |
  520. ---------------------------------------------------------------------------------------------------------------------------------
  521. ble_central_and_peripheral\experimental\ble_app_hrs_rscs_relay | | | * | * | | |
  522. ---------------------------------------------------------------------------------------------------------------------------------
  523. ble_central_and_peripheral\experimental\ble_app_interactive | | | * | * | | |
  524. ---------------------------------------------------------------------------------------------------------------------------------
  525. ble_central_and_peripheral\experimental\ble_app_multirole_lesc | | | * | * | | |
  526. ---------------------------------------------------------------------------------------------------------------------------------
  527. ble_peripheral\ble_app_alert_notification | * | | * | * | | |
  528. ---------------------------------------------------------------------------------------------------------------------------------
  529. ble_peripheral\ble_app_ancs_c | * | | * | * | | |
  530. ---------------------------------------------------------------------------------------------------------------------------------
  531. ble_peripheral\ble_app_beacon | * | | * | * | | |
  532. ---------------------------------------------------------------------------------------------------------------------------------
  533. ble_peripheral\ble_app_blinky | * | | * | * | | |
  534. ---------------------------------------------------------------------------------------------------------------------------------
  535. ble_peripheral\ble_app_bms | * | | * | * | | |
  536. ---------------------------------------------------------------------------------------------------------------------------------
  537. ble_peripheral\ble_app_bps | * | | * | * | | |
  538. ---------------------------------------------------------------------------------------------------------------------------------
  539. ble_peripheral\ble_app_buttonless_dfu | * | | * | * | | |
  540. ---------------------------------------------------------------------------------------------------------------------------------
  541. ble_peripheral\ble_app_cscs | * | | * | * | | |
  542. ---------------------------------------------------------------------------------------------------------------------------------
  543. ble_peripheral\ble_app_cts_c | * | | * | * | | |
  544. ---------------------------------------------------------------------------------------------------------------------------------
  545. ble_peripheral\ble_app_eddystone | * | | * | * | | |
  546. ---------------------------------------------------------------------------------------------------------------------------------
  547. ble_peripheral\ble_app_gatts_c | * | | * | * | | |
  548. ---------------------------------------------------------------------------------------------------------------------------------
  549. ble_peripheral\ble_app_gls | | | * | * | | |
  550. ---------------------------------------------------------------------------------------------------------------------------------
  551. ble_peripheral\ble_app_hids_keyboard | * | | * | * | | * |
  552. ---------------------------------------------------------------------------------------------------------------------------------
  553. ble_peripheral\ble_app_hids_mouse | * | | * | * | | |
  554. ---------------------------------------------------------------------------------------------------------------------------------
  555. ble_peripheral\ble_app_hrs | * | | * | * | | * |
  556. ---------------------------------------------------------------------------------------------------------------------------------
  557. ble_peripheral\ble_app_hrs_freertos | | | * | * | | |
  558. ---------------------------------------------------------------------------------------------------------------------------------
  559. ble_peripheral\ble_app_hts | * | | * | * | | |
  560. ---------------------------------------------------------------------------------------------------------------------------------
  561. ble_peripheral\ble_app_ias_c | * | | * | * | | |
  562. ---------------------------------------------------------------------------------------------------------------------------------
  563. ble_peripheral\ble_app_ipsp_acceptor | | | * | * | | |
  564. ---------------------------------------------------------------------------------------------------------------------------------
  565. ble_peripheral\ble_app_proximity | * | | * | * | | |
  566. ---------------------------------------------------------------------------------------------------------------------------------
  567. ble_peripheral\ble_app_pwr_profiling | * | | * | * | | |
  568. ---------------------------------------------------------------------------------------------------------------------------------
  569. ble_peripheral\ble_app_rscs | * | | * | * | | |
  570. ---------------------------------------------------------------------------------------------------------------------------------
  571. ble_peripheral\ble_app_template | * | | * | * | | |
  572. ---------------------------------------------------------------------------------------------------------------------------------
  573. ble_peripheral\ble_app_tile | | | * | * | | |
  574. ---------------------------------------------------------------------------------------------------------------------------------
  575. ble_peripheral\ble_app_uart | * | | * | * | | * |
  576. ---------------------------------------------------------------------------------------------------------------------------------
  577. ble_peripheral\experimental\ble_app_cgms | | | * | * | | |
  578. ---------------------------------------------------------------------------------------------------------------------------------
  579. ble_peripheral\experimental\ble_app_cli | | | * | * | | |
  580. ---------------------------------------------------------------------------------------------------------------------------------
  581. ble_peripheral\experimental\ble_app_hrs_nfc_pairing | * | | * | * | | * |
  582. ---------------------------------------------------------------------------------------------------------------------------------
  583. ble_peripheral\experimental\ble_app_lls | * | | * | * | | |
  584. ---------------------------------------------------------------------------------------------------------------------------------
  585. ble_peripheral\experimental\ble_app_lns | * | | * | * | | |
  586. ---------------------------------------------------------------------------------------------------------------------------------
  587. ble_peripheral\experimental\ble_app_multiperipheral | * | | * | * | | |
  588. ---------------------------------------------------------------------------------------------------------------------------------
  589. ble_peripheral\experimental\ble_app_ots | | | * | * | | |
  590. ---------------------------------------------------------------------------------------------------------------------------------
  591. ble_peripheral\experimental\ble_app_queued_writes | | | * | * | | |
  592. ---------------------------------------------------------------------------------------------------------------------------------
  593. ble_peripheral\experimental\ble_hids_keyboard_pair_nfc | | | * | * | | |
  594. ---------------------------------------------------------------------------------------------------------------------------------
  595. ble_peripheral\experimental\ble_nfc_pairing_reference | | | * | * | | |
  596. ---------------------------------------------------------------------------------------------------------------------------------
  597. ble_peripheral\experimental\bluetoothds_template | | | * | * | | |
  598. ---------------------------------------------------------------------------------------------------------------------------------
  599. connectivity\ble_connectivity | * | | * | * | | |
  600. ---------------------------------------------------------------------------------------------------------------------------------
  601. connectivity\experimental_ant | | | | | * | |
  602. ---------------------------------------------------------------------------------------------------------------------------------
  603. crypto\ifx_optiga_custom_example | | | | | | * |
  604. ---------------------------------------------------------------------------------------------------------------------------------
  605. crypto\nrf_cc310\aes | | | | | | * |
  606. ---------------------------------------------------------------------------------------------------------------------------------
  607. crypto\nrf_cc310\chacha_poly | | | | | | * |
  608. ---------------------------------------------------------------------------------------------------------------------------------
  609. crypto\nrf_cc310\ecc | | | | | | * |
  610. ---------------------------------------------------------------------------------------------------------------------------------
  611. crypto\nrf_cc310\hash | | | | | | * |
  612. ---------------------------------------------------------------------------------------------------------------------------------
  613. crypto\nrf_cc310\hkdf | | | | | | * |
  614. ---------------------------------------------------------------------------------------------------------------------------------
  615. crypto\nrf_cc310\hmac | | | | | | * |
  616. ---------------------------------------------------------------------------------------------------------------------------------
  617. crypto\nrf_cc310\rnd | | | | | | * |
  618. ---------------------------------------------------------------------------------------------------------------------------------
  619. crypto\nrf_cc310\rsa | | | | | | * |
  620. ---------------------------------------------------------------------------------------------------------------------------------
  621. crypto\nrf_cc310_bl | | | | | | * |
  622. ---------------------------------------------------------------------------------------------------------------------------------
  623. crypto\nrf_crypto\aes\aes_all_cli | | | | | | * |
  624. ---------------------------------------------------------------------------------------------------------------------------------
  625. crypto\nrf_crypto\aes\aes_cbc_mac | | | | | | * |
  626. ---------------------------------------------------------------------------------------------------------------------------------
  627. crypto\nrf_crypto\aes\aes_cbc_with_padding | | | | | | * |
  628. ---------------------------------------------------------------------------------------------------------------------------------
  629. crypto\nrf_crypto\aes\aes_ccm | | | | | | * |
  630. ---------------------------------------------------------------------------------------------------------------------------------
  631. crypto\nrf_crypto\aes\aes_ctr | | | | | | * |
  632. ---------------------------------------------------------------------------------------------------------------------------------
  633. crypto\nrf_crypto\chacha_poly | | | | | | * |
  634. ---------------------------------------------------------------------------------------------------------------------------------
  635. crypto\nrf_crypto\cli | | | | | | * |
  636. ---------------------------------------------------------------------------------------------------------------------------------
  637. crypto\nrf_crypto\ecdh | | | | | | * |
  638. ---------------------------------------------------------------------------------------------------------------------------------
  639. crypto\nrf_crypto\ecdsa | | | | | | * |
  640. ---------------------------------------------------------------------------------------------------------------------------------
  641. crypto\nrf_crypto\eddsa | | | | | | * |
  642. ---------------------------------------------------------------------------------------------------------------------------------
  643. crypto\nrf_crypto\hash | | | | | | * |
  644. ---------------------------------------------------------------------------------------------------------------------------------
  645. crypto\nrf_crypto\hkdf | | | | | | * |
  646. ---------------------------------------------------------------------------------------------------------------------------------
  647. crypto\nrf_crypto\hmac | | | | | | * |
  648. ---------------------------------------------------------------------------------------------------------------------------------
  649. crypto\nrf_crypto\rng | | | | | | * |
  650. ---------------------------------------------------------------------------------------------------------------------------------
  651. crypto\nrf_crypto\test_app | | | | | | * |
  652. ---------------------------------------------------------------------------------------------------------------------------------
  653. dfu\open_bootloader | | | | | | * |
  654. ---------------------------------------------------------------------------------------------------------------------------------
  655. dfu\secure_bootloader | * | | * | * | * | * |
  656. ---------------------------------------------------------------------------------------------------------------------------------
  657. dtm\direct_test_mode | | | | | | * |
  658. ---------------------------------------------------------------------------------------------------------------------------------
  659. dtm\dtm_serialization | | | * | | | |
  660. ---------------------------------------------------------------------------------------------------------------------------------
  661. multiprotocol\ble_ant_app_hrm | | | | | | * |
  662. ---------------------------------------------------------------------------------------------------------------------------------
  663. multiprotocol\ble_app_gzll | | | * | * | | |
  664. ---------------------------------------------------------------------------------------------------------------------------------
  665. nfc\adafruit_tag_reader | | | | | | * |
  666. ---------------------------------------------------------------------------------------------------------------------------------
  667. nfc\nfc_uart\poller | | | | | | * |
  668. ---------------------------------------------------------------------------------------------------------------------------------
  669. nfc\nfc_uart\tag | | | | | | * |
  670. ---------------------------------------------------------------------------------------------------------------------------------
  671. nfc\record_launch_app | | | | | | * |
  672. ---------------------------------------------------------------------------------------------------------------------------------
  673. nfc\record_text | | | | | | * |
  674. ---------------------------------------------------------------------------------------------------------------------------------
  675. nfc\record_url | | | | | | * |
  676. ---------------------------------------------------------------------------------------------------------------------------------
  677. nfc\wake_on_nfc | | | | | | * |
  678. ---------------------------------------------------------------------------------------------------------------------------------
  679. nfc\writable_ndef_msg | | | | | | * |
  680. ---------------------------------------------------------------------------------------------------------------------------------
  681. peripheral\blinky | | | * | | | * |
  682. ---------------------------------------------------------------------------------------------------------------------------------
  683. peripheral\blinky_freertos | | | | | | * |
  684. ---------------------------------------------------------------------------------------------------------------------------------
  685. peripheral\blinky_rtc_freertos | | | | | | * |
  686. ---------------------------------------------------------------------------------------------------------------------------------
  687. peripheral\blinky_systick | | | | | | * |
  688. ---------------------------------------------------------------------------------------------------------------------------------
  689. peripheral\bsp | | | | | | * |
  690. ---------------------------------------------------------------------------------------------------------------------------------
  691. peripheral\cli | | | | | | * |
  692. ---------------------------------------------------------------------------------------------------------------------------------
  693. peripheral\cli_libuarte | | | | | | * |
  694. ---------------------------------------------------------------------------------------------------------------------------------
  695. peripheral\csense | | | | | | * |
  696. ---------------------------------------------------------------------------------------------------------------------------------
  697. peripheral\csense_drv | | | | | | * |
  698. ---------------------------------------------------------------------------------------------------------------------------------
  699. peripheral\fatfs | | | | | | * |
  700. ---------------------------------------------------------------------------------------------------------------------------------
  701. peripheral\flash_fds | | | * | * | | * |
  702. ---------------------------------------------------------------------------------------------------------------------------------
  703. peripheral\flash_fstorage | | | * | * | | * |
  704. ---------------------------------------------------------------------------------------------------------------------------------
  705. peripheral\flashwrite | | | | | | * |
  706. ---------------------------------------------------------------------------------------------------------------------------------
  707. peripheral\fpu_fft | | | * | * | | * |
  708. ---------------------------------------------------------------------------------------------------------------------------------
  709. peripheral\gfx | | | | | | * |
  710. ---------------------------------------------------------------------------------------------------------------------------------
  711. peripheral\gpiote | | | | | | * |
  712. ---------------------------------------------------------------------------------------------------------------------------------
  713. peripheral\i2s | | | | | | * |
  714. ---------------------------------------------------------------------------------------------------------------------------------
  715. peripheral\led_softblink | | | | | | * |
  716. ---------------------------------------------------------------------------------------------------------------------------------
  717. peripheral\libuarte | | | | | | * |
  718. ---------------------------------------------------------------------------------------------------------------------------------
  719. peripheral\low_power_pwm | | | | | | * |
  720. ---------------------------------------------------------------------------------------------------------------------------------
  721. peripheral\lpcomp | | | | | | * |
  722. ---------------------------------------------------------------------------------------------------------------------------------
  723. peripheral\nrfx_spim | | | | | | * |
  724. ---------------------------------------------------------------------------------------------------------------------------------
  725. peripheral\pin_change_int | | | | | | * |
  726. ---------------------------------------------------------------------------------------------------------------------------------
  727. peripheral\ppi | | | | | | * |
  728. ---------------------------------------------------------------------------------------------------------------------------------
  729. peripheral\preflash | | | | | | * |
  730. ---------------------------------------------------------------------------------------------------------------------------------
  731. peripheral\pwm_driver | | | | | | * |
  732. ---------------------------------------------------------------------------------------------------------------------------------
  733. peripheral\pwm_library | | | | | | * |
  734. ---------------------------------------------------------------------------------------------------------------------------------
  735. peripheral\pwr_mgmt | | | | | | * |
  736. ---------------------------------------------------------------------------------------------------------------------------------
  737. peripheral\qdec | | | | | | * |
  738. ---------------------------------------------------------------------------------------------------------------------------------
  739. peripheral\qspi | | | | | | * |
  740. ---------------------------------------------------------------------------------------------------------------------------------
  741. peripheral\qspi_bootloader | | | | | | * |
  742. ---------------------------------------------------------------------------------------------------------------------------------
  743. peripheral\radio\receiver | | | | | | * |
  744. ---------------------------------------------------------------------------------------------------------------------------------
  745. peripheral\radio\transmitter | | | | | | * |
  746. ---------------------------------------------------------------------------------------------------------------------------------
  747. peripheral\radio_test | | | | | | * |
  748. ---------------------------------------------------------------------------------------------------------------------------------
  749. peripheral\ram_retention | | | | | | * |
  750. ---------------------------------------------------------------------------------------------------------------------------------
  751. peripheral\rng | | | | | | * |
  752. ---------------------------------------------------------------------------------------------------------------------------------
  753. peripheral\rtc | | | | | | * |
  754. ---------------------------------------------------------------------------------------------------------------------------------
  755. peripheral\saadc | | | | | | * |
  756. ---------------------------------------------------------------------------------------------------------------------------------
  757. peripheral\simple_timer | | | | | | * |
  758. ---------------------------------------------------------------------------------------------------------------------------------
  759. peripheral\spi | | | | | | * |
  760. ---------------------------------------------------------------------------------------------------------------------------------
  761. peripheral\spi_master_using_nrf_spi_mngr | | | | | | * |
  762. ---------------------------------------------------------------------------------------------------------------------------------
  763. peripheral\spis | | | | | | * |
  764. ---------------------------------------------------------------------------------------------------------------------------------
  765. peripheral\temperature | | | | | | * |
  766. ---------------------------------------------------------------------------------------------------------------------------------
  767. peripheral\template_project | | | | | | * |
  768. ---------------------------------------------------------------------------------------------------------------------------------
  769. peripheral\timer | | | | | | * |
  770. ---------------------------------------------------------------------------------------------------------------------------------
  771. peripheral\twi_master_using_nrf_twi_mngr | | | | | | * |
  772. ---------------------------------------------------------------------------------------------------------------------------------
  773. peripheral\twi_master_with_twis_slave | | | | | | * |
  774. ---------------------------------------------------------------------------------------------------------------------------------
  775. peripheral\twi_scanner | | | | | | * |
  776. ---------------------------------------------------------------------------------------------------------------------------------
  777. peripheral\twi_sensor | | | | | | * |
  778. ---------------------------------------------------------------------------------------------------------------------------------
  779. peripheral\uart | | | | | | * |
  780. ---------------------------------------------------------------------------------------------------------------------------------
  781. peripheral\uicr_config | | | | | | * |
  782. ---------------------------------------------------------------------------------------------------------------------------------
  783. peripheral\usbd | | | | | | * |
  784. ---------------------------------------------------------------------------------------------------------------------------------
  785. peripheral\usbd_audio | | | | | | * |
  786. ---------------------------------------------------------------------------------------------------------------------------------
  787. peripheral\usbd_ble_uart | | | | * | | * |
  788. ---------------------------------------------------------------------------------------------------------------------------------
  789. peripheral\usbd_ble_uart_freertos | | | | * | | |
  790. ---------------------------------------------------------------------------------------------------------------------------------
  791. peripheral\usbd_cdc_acm | | | | | | * |
  792. ---------------------------------------------------------------------------------------------------------------------------------
  793. peripheral\usbd_hid_composite | | | | | | * |
  794. ---------------------------------------------------------------------------------------------------------------------------------
  795. peripheral\usbd_hid_generic | | | | | | * |
  796. ---------------------------------------------------------------------------------------------------------------------------------
  797. peripheral\usbd_msc | | | | | | * |
  798. ---------------------------------------------------------------------------------------------------------------------------------
  799. peripheral\wdt | | | | | | * |
  800. ---------------------------------------------------------------------------------------------------------------------------------
  801. proprietary_rf\esb_low_power_prx | | | | | | * |
  802. ---------------------------------------------------------------------------------------------------------------------------------
  803. proprietary_rf\esb_low_power_ptx | | | | | | * |
  804. ---------------------------------------------------------------------------------------------------------------------------------
  805. proprietary_rf\esb_prx | | | | | | * |
  806. ---------------------------------------------------------------------------------------------------------------------------------
  807. proprietary_rf\esb_ptx | | | | | | * |
  808. ---------------------------------------------------------------------------------------------------------------------------------
  809. proprietary_rf\gzll\gzll_ack_payload\device | | | | | | * |
  810. ---------------------------------------------------------------------------------------------------------------------------------
  811. proprietary_rf\gzll\gzll_ack_payload\host | | | | | | * |
  812. ---------------------------------------------------------------------------------------------------------------------------------
  813. proprietary_rf\gzll\gzp_desktop_emulator | | | | | | * |
  814. ---------------------------------------------------------------------------------------------------------------------------------
  815. proprietary_rf\gzll\gzp_dynamic_pairing\device | | | | | | * |
  816. ---------------------------------------------------------------------------------------------------------------------------------
  817. proprietary_rf\gzll\gzp_dynamic_pairing\host | | | | | | * |
  818. ---------------------------------------------------------------------------------------------------------------------------------