Folder PATH listing Volume serial number is xxxx-xxxx C:. ├───.vscode ├───.west ├───app │ └───src └───zephyr ├───.github │ ├───ISSUE_TEMPLATE │ └───workflows ├───arch │ ├───arc │ │ ├───arcmwdt │ │ ├───core │ │ │ ├───dsp │ │ │ ├───mpu │ │ │ ├───offsets │ │ │ └───secureshield │ │ └───include │ │ └───v2 │ ├───arm │ │ ├───core │ │ │ ├───aarch32 │ │ │ │ ├───cortex_a_r │ │ │ │ ├───cortex_m │ │ │ │ │ ├───cmse │ │ │ │ │ └───tz │ │ │ │ ├───mmu │ │ │ │ └───mpu │ │ │ │ ├───cortex_a_r │ │ │ │ └───cortex_m │ │ │ ├───common │ │ │ └───offsets │ │ └───include │ │ └───aarch32 │ │ ├───cortex_a_r │ │ └───cortex_m │ ├───arm64 │ │ ├───core │ │ │ ├───cortex_r │ │ │ ├───offsets │ │ │ └───xen │ │ └───include │ ├───common │ ├───mips │ │ ├───core │ │ │ └───offsets │ │ └───include │ │ └───mips │ ├───nios2 │ │ ├───core │ │ │ └───offsets │ │ └───include │ ├───posix │ │ ├───core │ │ │ └───offsets │ │ └───include │ ├───riscv │ │ ├───core │ │ │ └───offsets │ │ └───include │ ├───sparc │ │ ├───core │ │ │ └───offsets │ │ └───include │ ├───x86 │ │ ├───core │ │ │ ├───ia32 │ │ │ ├───intel64 │ │ │ └───offsets │ │ ├───include │ │ │ ├───ia32 │ │ │ └───intel64 │ │ └───zefi │ └───xtensa │ ├───core │ │ ├───include │ │ ├───offsets │ │ └───startup │ └───include ├───boards │ ├───arc │ │ ├───emsdp │ │ │ ├───doc │ │ │ └───support │ │ ├───em_starterkit │ │ │ ├───doc │ │ │ └───support │ │ ├───hsdk │ │ │ ├───doc │ │ │ └───support │ │ ├───iotdk │ │ │ ├───doc │ │ │ └───support │ │ ├───nsim │ │ │ ├───doc │ │ │ └───support │ │ └───qemu_arc │ │ └───doc │ ├───arm │ │ ├───96b_aerocore2 │ │ │ └───doc │ │ │ └───img │ │ ├───96b_argonkey │ │ │ └───doc │ │ │ └───img │ │ ├───96b_avenger96 │ │ │ └───doc │ │ │ └───img │ │ ├───96b_carbon │ │ │ └───doc │ │ │ └───img │ │ ├───96b_carbon_nrf51 │ │ │ └───doc │ │ │ └───img │ │ ├───96b_meerkat96 │ │ │ └───doc │ │ │ └───img │ │ ├───96b_neonkey │ │ │ └───doc │ │ │ └───img │ │ ├───96b_nitrogen │ │ │ └───doc │ │ │ └───img │ │ ├───96b_stm32_sensor_mez │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───96b_wistrio │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───dts │ │ │ └───bindings │ │ ├───actinius_icarus │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───dts │ │ │ └───bindings │ │ ├───actinius_icarus_bee │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───dts │ │ │ └───bindings │ │ ├───actinius_icarus_som │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───dts │ │ │ └───bindings │ │ ├───actinius_icarus_som_dk │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───dts │ │ │ └───bindings │ │ ├───adafruit_feather_m0_basic_proto │ │ │ └───doc │ │ │ └───img │ │ ├───adafruit_feather_m0_lora │ │ │ └───doc │ │ │ └───img │ │ ├───adafruit_feather_nrf52840 │ │ │ └───doc │ │ │ └───img │ │ ├───adafruit_feather_stm32f405 │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───adafruit_itsybitsy_m4_express │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───adafruit_itsybitsy_nrf52840 │ │ │ └───doc │ │ │ └───img │ │ ├───adafruit_kb2040 │ │ │ └───doc │ │ │ └───img │ │ ├───adafruit_trinket_m0 │ │ │ └───doc │ │ │ └───img │ │ ├───arduino_due │ │ │ └───doc │ │ │ └───img │ │ ├───arduino_mkrzero │ │ │ └───doc │ │ │ └───img │ │ ├───arduino_nano_33_ble │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───arduino_nano_33_iot │ │ │ └───doc │ │ │ └───img │ │ ├───arduino_nicla_sense_me │ │ │ └───doc │ │ ├───arduino_portenta_h7 │ │ │ └───doc │ │ │ └───img │ │ ├───arduino_zero │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───arty │ │ │ ├───doc │ │ │ ├───dts │ │ │ │ └───bindings │ │ │ └───support │ │ ├───ast1030_evb │ │ │ └───doc │ │ ├───atsamc21n_xpro │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───atsamd20_xpro │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───atsamd21_xpro │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───atsame54_xpro │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───atsaml21_xpro │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───atsamr21_xpro │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───atsamr34_xpro │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───bbc_microbit │ │ │ └───doc │ │ │ └───img │ │ ├───bbc_microbit_v2 │ │ │ └───doc │ │ │ └───img │ │ ├───bcm958401m2 │ │ │ └───doc │ │ ├───bcm958402m2_m7 │ │ │ └───doc │ │ ├───bl5340_dvk │ │ │ └───doc │ │ │ └───img │ │ ├───bl652_dvk │ │ │ └───doc │ │ │ └───img │ │ ├───bl653_dvk │ │ │ └───doc │ │ │ └───img │ │ ├───bl654_dvk │ │ │ └───doc │ │ │ └───img │ │ ├───bl654_sensor_board │ │ │ └───doc │ │ │ └───img │ │ ├───bl654_usb │ │ │ └───doc │ │ │ └───img │ │ ├───blackpill_f401cc │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───blackpill_f401ce │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───blackpill_f411ce │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───black_f407ve │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───black_f407zg_pro │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───blueclover_plt_demo_v2_nrf52832 │ │ │ └───doc │ │ │ └───img │ │ ├───bt510 │ │ │ └───doc │ │ │ └───img │ │ ├───bt610 │ │ │ └───doc │ │ │ └───img │ │ ├───b_g474e_dpow1 │ │ │ └───doc │ │ │ └───img │ │ ├───b_l072z_lrwan1 │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───b_l4s5i_iot01a │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───b_u585i_iot02a │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───cc1352p1_launchxl │ │ │ ├───doc │ │ │ │ └───img │ │ │ ├───dts │ │ │ │ └───bindings │ │ │ └───support │ │ ├───cc1352r1_launchxl │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───cc1352r_sensortag │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───cc26x2r1_launchxl │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───cc3220sf_launchxl │ │ │ ├───doc │ │ │ └───support │ │ ├───cc3235sf_launchxl │ │ │ ├───doc │ │ │ └───support │ │ ├───circuitdojo_feather_nrf9160 │ │ │ └───doc │ │ │ └───img │ │ ├───colibri_imx7d_m4 │ │ │ └───doc │ │ ├───contextualelectronics_abc │ │ │ └───doc │ │ │ └───img │ │ ├───cy8ckit_062_ble │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───cy8ckit_062_wifi_bt │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───cyclonev_socdk │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───da1469x_dk_pro │ │ │ └───doc │ │ ├───decawave_dwm1001_dev │ │ │ └───doc │ │ ├───degu_evk │ │ │ └───doc │ │ │ └───img │ │ ├───disco_l475_iot1 │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───dragino_lsn50 │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───dragino_nbsn95 │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───ebyte_e73_tbb_nrf52832 │ │ │ └───doc │ │ │ └───img │ │ ├───efm32gg_slwstk6121a │ │ │ ├───doc │ │ │ └───support │ │ ├───efm32gg_stk3701a │ │ │ ├───doc │ │ │ └───support │ │ ├───efm32hg_slstk3400a │ │ │ └───doc │ │ ├───efm32pg_stk3401a │ │ │ └───doc │ │ ├───efm32pg_stk3402a │ │ │ └───doc │ │ ├───efm32wg_stk3800 │ │ │ └───doc │ │ ├───efr32bg_sltb010a │ │ │ ├───doc │ │ │ └───dts │ │ │ └───bindings │ │ ├───efr32mg_sltb004a │ │ │ └───doc │ │ ├───efr32_radio │ │ │ ├───doc │ │ │ └───support │ │ ├───faze │ │ │ ├───doc │ │ │ └───support │ │ ├───frdm_k22f │ │ │ ├───doc │ │ │ └───support │ │ ├───frdm_k64f │ │ │ ├───doc │ │ │ └───support │ │ ├───frdm_k82f │ │ │ └───doc │ │ ├───frdm_kl25z │ │ │ └───doc │ │ ├───frdm_kw41z │ │ │ └───doc │ │ ├───fvp_baser_aemv8r_aarch32 │ │ │ └───doc │ │ ├───gd32a503v_eval │ │ │ └───doc │ │ │ └───img │ │ ├───gd32e103v_eval │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───gd32e507v_start │ │ │ └───doc │ │ │ └───img │ │ ├───gd32e507z_eval │ │ │ └───doc │ │ │ └───img │ │ ├───gd32f350r_eval │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───gd32f403z_eval │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───gd32f407v_start │ │ │ └───doc │ │ │ └───img │ │ ├───gd32f450i_eval │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───gd32f450v_start │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───gd32f450z_eval │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───gd32f470i_eval │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───gd32l233r_eval │ │ │ └───doc │ │ │ └───img │ │ ├───google_dragonclaw │ │ │ └───doc │ │ ├───google_kukui │ │ │ └───doc │ │ ├───hexiwear_k64 │ │ │ └───doc │ │ ├───hexiwear_kw40z │ │ │ └───doc │ │ ├───holyiot_yj16019 │ │ │ └───doc │ │ │ └───img │ │ ├───ip_k66f │ │ │ ├───doc │ │ │ └───support │ │ ├───legend │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───lora_e5_dev_board │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───lpcxpresso11u68 │ │ │ ├───doc │ │ │ └───support │ │ ├───lpcxpresso51u68 │ │ │ └───doc │ │ ├───lpcxpresso54114 │ │ │ └───doc │ │ ├───lpcxpresso55s06 │ │ │ └───doc │ │ ├───lpcxpresso55s16 │ │ │ └───doc │ │ ├───lpcxpresso55s28 │ │ │ └───doc │ │ ├───lpcxpresso55s36 │ │ │ └───doc │ │ ├───lpcxpresso55s69 │ │ │ └───doc │ │ ├───mec1501modular_assy6885 │ │ │ ├───doc │ │ │ └───support │ │ ├───mec15xxevb_assy6853 │ │ │ ├───doc │ │ │ └───support │ │ ├───mec172xevb_assy6906 │ │ │ ├───doc │ │ │ └───support │ │ ├───mec172xmodular_assy6930 │ │ │ ├───doc │ │ │ └───support │ │ ├───mec2016evb_assy6797 │ │ │ └───doc │ │ ├───mercury_xu │ │ ├───mg100 │ │ │ └───doc │ │ │ └───img │ │ ├───mikroe_clicker_2 │ │ │ └───doc │ │ │ └───img │ │ ├───mikroe_mini_m4_for_stm32 │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───mimx8mm_evk │ │ │ └───doc │ │ │ └───img │ │ ├───mimx8mp_evk │ │ │ └───doc │ │ │ └───img │ │ ├───mimx8mq_evk │ │ │ └───doc │ │ │ └───img │ │ ├───mimxrt1010_evk │ │ │ └───doc │ │ ├───mimxrt1015_evk │ │ │ └───doc │ │ ├───mimxrt1020_evk │ │ │ └───doc │ │ ├───mimxrt1024_evk │ │ │ └───doc │ │ ├───mimxrt1050_evk │ │ │ └───doc │ │ ├───mimxrt1060_evk │ │ │ └───doc │ │ ├───mimxrt1064_evk │ │ │ └───doc │ │ ├───mimxrt1160_evk │ │ │ └───doc │ │ ├───mimxrt1170_evk │ │ │ └───doc │ │ ├───mimxrt595_evk │ │ │ └───doc │ │ ├───mimxrt685_evk │ │ │ └───doc │ │ ├───mm_feather │ │ │ └───doc │ │ ├───mm_swiftio │ │ │ └───doc │ │ ├───mps2_an385 │ │ │ └───doc │ │ │ └───img │ │ ├───mps2_an521 │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───empty_cpu0 │ │ │ └───src │ │ ├───mps3_an547 │ │ │ └───doc │ │ │ └───img │ │ ├───msp_exp432p401r_launchxl │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───npcx7m6fb_evb │ │ │ ├───doc │ │ │ └───support │ │ ├───npcx9m6f_evb │ │ │ ├───doc │ │ │ └───support │ │ ├───nrf21540dk_nrf52840 │ │ │ └───doc │ │ │ └───img │ │ ├───nrf51dk_nrf51422 │ │ │ └───doc │ │ │ └───img │ │ ├───nrf51dongle_nrf51422 │ │ │ └───doc │ │ │ └───img │ │ ├───nrf51_ble400 │ │ │ └───doc │ │ │ └───img │ │ ├───nrf51_blenano │ │ │ └───doc │ │ │ └───img │ │ ├───nrf51_vbluno51 │ │ │ └───doc │ │ │ └───img │ │ ├───nrf52832_mdk │ │ │ └───doc │ │ ├───nrf52833dk_nrf52820 │ │ │ └───doc │ │ ├───nrf52833dk_nrf52833 │ │ │ └───doc │ │ ├───nrf52840dk_nrf52811 │ │ │ └───doc │ │ ├───nrf52840dk_nrf52840 │ │ │ └───doc │ │ │ └───img │ │ ├───nrf52840dongle_nrf52840 │ │ │ └───doc │ │ │ └───img │ │ ├───nrf52840_blip │ │ │ └───doc │ │ │ └───img │ │ ├───nrf52840_mdk │ │ │ └───doc │ │ ├───nrf52840_mdk_usb_dongle │ │ │ └───doc │ │ ├───nrf52840_papyr │ │ │ └───doc │ │ │ └───img │ │ ├───nrf52dk_nrf52805 │ │ │ └───doc │ │ ├───nrf52dk_nrf52810 │ │ │ └───doc │ │ ├───nrf52dk_nrf52832 │ │ │ └───doc │ │ │ └───img │ │ ├───nrf52_adafruit_feather │ │ │ └───doc │ │ │ └───img │ │ ├───nrf52_blenano2 │ │ │ └───doc │ │ ├───nrf52_sparkfun │ │ │ └───doc │ │ ├───nrf52_vbluno52 │ │ │ └───doc │ │ │ └───img │ │ ├───nrf5340dk_nrf5340 │ │ │ └───doc │ │ │ └───img │ │ ├───nrf5340_audio_dk_nrf5340 │ │ │ └───doc │ │ │ └───img │ │ ├───nrf9160dk_nrf52840 │ │ │ ├───doc │ │ │ └───dts │ │ │ └───bindings │ │ ├───nrf9160dk_nrf9160 │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───dts │ │ │ └───bindings │ │ ├───nrf9160_innblue21 │ │ │ └───doc │ │ │ └───img │ │ ├───nrf9160_innblue22 │ │ │ └───doc │ │ │ └───img │ │ ├───nucleo_f030r8 │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───nucleo_f031k6 │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───nucleo_f070rb │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───nucleo_f091rc │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───nucleo_f103rb │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───nucleo_f207zg │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───nucleo_f302r8 │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───nucleo_f303k8 │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───nucleo_f303re │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───nucleo_f334r8 │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───nucleo_f401re │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───nucleo_f410rb │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───nucleo_f411re │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───nucleo_f412zg │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───nucleo_f413zh │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───nucleo_f429zi │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───nucleo_f446re │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───nucleo_f446ze │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───nucleo_f746zg │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───nucleo_f756zg │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───nucleo_f767zi │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───nucleo_g031k8 │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───nucleo_g070rb │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───nucleo_g071rb │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───nucleo_g0b1re │ │ │ └───doc │ │ │ └───img │ │ ├───nucleo_g431rb │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───nucleo_g474re │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───nucleo_h723zg │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───nucleo_h743zi │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───nucleo_h745zi_q │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───nucleo_h753zi │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───nucleo_h7a3zi_q │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───nucleo_l011k4 │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───nucleo_l031k6 │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───nucleo_l053r8 │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───nucleo_l073rz │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───nucleo_l152re │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───nucleo_l412rb_p │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───nucleo_l432kc │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───nucleo_l433rc_p │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───nucleo_l452re │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───nucleo_l476rg │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───nucleo_l496zg │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───nucleo_l4a6zg │ │ │ ├───doc │ │ │ └───support │ │ ├───nucleo_l4r5zi │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───nucleo_l552ze_q │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───nucleo_u575zi_q │ │ │ ├───doc │ │ │ └───support │ │ ├───nucleo_wb55rg │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───nucleo_wl55jc │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───nuvoton_pfm_m487 │ │ │ ├───doc │ │ │ └───support │ │ ├───olimexino_stm32 │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───olimex_lora_stm32wl_devkit │ │ │ └───doc │ │ ├───olimex_stm32_e407 │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───olimex_stm32_h103 │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───olimex_stm32_h405 │ │ │ ├───doc │ │ │ └───support │ │ ├───olimex_stm32_h407 │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───olimex_stm32_p405 │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───pan1770_evb │ │ │ └───doc │ │ ├───pan1780_evb │ │ │ └───doc │ │ ├───pan1781_evb │ │ │ └───doc │ │ ├───pan1782_evb │ │ │ └───doc │ │ ├───particle_argon │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───dts │ │ ├───particle_boron │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───dts │ │ ├───particle_xenon │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───dts │ │ ├───pico_pi_m4 │ │ │ └───doc │ │ ├───pinetime_devkit0 │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───dts │ │ │ └───bindings │ │ │ └───misc │ │ ├───pinnacle_100_dvk │ │ │ └───doc │ │ │ └───img │ │ ├───qemu_cortex_a9 │ │ ├───qemu_cortex_m0 │ │ │ └───doc │ │ ├───qemu_cortex_m3 │ │ │ └───doc │ │ ├───qemu_cortex_r5 │ │ │ └───doc │ │ ├───qomu │ │ │ └───doc │ │ │ └───img │ │ ├───quick_feather │ │ │ └───doc │ │ │ └───img │ │ ├───rak4631_nrf52840 │ │ │ └───doc │ │ │ └───img │ │ ├───rak5010_nrf52840 │ │ │ └───doc │ │ │ └───img │ │ ├───rcar_h3ulcb │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───rcar_h3_salvatorx │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───rddrone_fmuk66 │ │ │ └───doc │ │ ├───reel_board │ │ │ ├───doc │ │ │ │ └───img │ │ │ ├───dts │ │ │ └───support │ │ ├───rm1xx_dvk │ │ │ └───doc │ │ │ └───img │ │ ├───ronoth_lodev │ │ │ └───doc │ │ │ └───img │ │ ├───rpi_pico │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───ruuvi_ruuvitag │ │ │ └───doc │ │ │ └───img │ │ ├───s32z270dc2_r52 │ │ │ ├───doc │ │ │ └───support │ │ ├───sam4e_xpro │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───sam4l_ek │ │ │ └───doc │ │ │ └───img │ │ ├───sam4s_xplained │ │ │ └───doc │ │ │ └───img │ │ ├───sam_e70_xplained │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───sam_v71_xult │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───scobc_module1 │ │ │ ├───doc │ │ │ ├───dts │ │ │ │ └───bindings │ │ │ └───support │ │ ├───seeeduino_xiao │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───segger_trb_stm32f407 │ │ │ └───doc │ │ │ └───img │ │ ├───sensortile_box │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───serpente │ │ │ └───doc │ │ │ └───img │ │ ├───sparkfun_pro_micro_rp2040 │ │ │ └───doc │ │ │ └───img │ │ ├───sparkfun_thing_plus_nrf9160 │ │ │ └───doc │ │ │ └───img │ │ ├───steval_fcu001v1 │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───stm3210c_eval │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───stm32373c_eval │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───stm32f030_demo │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───stm32f072b_disco │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───stm32f072_eval │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───stm32f0_disco │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───stm32f103_mini │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───stm32f3_disco │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───stm32f3_seco_d23 │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───stm32f401_mini │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───stm32f411e_disco │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───stm32f412g_disco │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───stm32f429i_disc1 │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───stm32f469i_disco │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───stm32f4_disco │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───stm32f723e_disco │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───stm32f746g_disco │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───stm32f7508_dk │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───stm32f769i_disco │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───stm32g0316_disco │ │ │ └───doc │ │ │ └───img │ │ ├───stm32g071b_disco │ │ │ └───doc │ │ │ └───img │ │ ├───stm32g081b_eval │ │ │ └───doc │ │ │ └───img │ │ ├───stm32h735g_disco │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───stm32h747i_disco │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───stm32h7b3i_dk │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───stm32l1_disco │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───stm32l476g_disco │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───stm32l496g_disco │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───stm32l562e_dk │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───stm32mp157c_dk2 │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───stm32vl_disco │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───stm32_min_dev │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───swan_r5 │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───tdk_robokit1 │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───teensy4 │ │ │ └───doc │ │ ├───thingy52_nrf52832 │ │ │ └───doc │ │ │ └───img │ │ ├───thingy53_nrf5340 │ │ │ └───doc │ │ ├───twr_ke18f │ │ │ ├───doc │ │ │ └───dts │ │ │ └───bindings │ │ ├───twr_kv58f220m │ │ │ └───doc │ │ ├───ubx_bmd300eval_nrf52832 │ │ │ └───doc │ │ │ └───img │ │ ├───ubx_bmd330eval_nrf52810 │ │ │ └───doc │ │ │ └───img │ │ ├───ubx_bmd340eval_nrf52840 │ │ │ └───doc │ │ │ └───img │ │ ├───ubx_bmd345eval_nrf52840 │ │ │ └───doc │ │ │ └───img │ │ ├───ubx_bmd360eval_nrf52811 │ │ │ └───doc │ │ │ └───img │ │ ├───ubx_bmd380eval_nrf52840 │ │ │ └───doc │ │ │ └───img │ │ ├───ubx_evkannab1_nrf52832 │ │ │ └───doc │ │ │ └───img │ │ ├───ubx_evkninab1_nrf52832 │ │ │ └───doc │ │ │ └───img │ │ ├───ubx_evkninab3_nrf52840 │ │ │ └───doc │ │ │ └───img │ │ ├───ubx_evkninab4_nrf52833 │ │ │ └───doc │ │ │ └───img │ │ ├───udoo_neo_full_m4 │ │ │ └───doc │ │ ├───usb_kw24d512 │ │ │ └───doc │ │ ├───v2m_beetle │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───v2m_musca_b1 │ │ │ └───doc │ │ │ └───img │ │ ├───v2m_musca_s1 │ │ │ └───doc │ │ │ └───img │ │ ├───warp7_m4 │ │ │ └───doc │ │ ├───waveshare_open103z │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───we_ophelia1ev_nrf52805 │ │ │ └───doc │ │ │ └───img │ │ ├───we_proteus2ev_nrf52832 │ │ │ └───doc │ │ │ └───img │ │ ├───we_proteus3ev_nrf52840 │ │ │ └───doc │ │ │ └───img │ │ ├───xiao_ble │ │ │ └───doc │ │ │ └───img │ │ ├───xmc45_relax_kit │ │ │ ├───doc │ │ │ └───support │ │ └───zybo │ │ ├───doc │ │ └───support │ ├───arm64 │ │ ├───bcm958402m2_a72 │ │ │ └───doc │ │ ├───fvp_baser_aemv8r │ │ │ └───doc │ │ │ └───images │ │ ├───fvp_base_revc_2xaemv8a │ │ │ └───doc │ │ ├───intel_socfpga_agilex_socdk │ │ │ └───doc │ │ ├───khadas_edgev │ │ │ └───doc │ │ ├───mimx8mm_evk │ │ │ └───doc │ │ ├───mimx8mn_evk │ │ │ └───doc │ │ ├───mimx8mp_evk │ │ │ └───doc │ │ ├───mimx93_evk │ │ │ └───doc │ │ ├───nxp_ls1046ardb │ │ │ └───doc │ │ ├───qemu_cortex_a53 │ │ │ └───doc │ │ ├───qemu_kvm_arm64 │ │ │ └───doc │ │ └───xenvm │ │ └───doc │ ├───common │ │ └───actinius │ ├───mips │ │ └───qemu_malta │ │ └───doc │ ├───nios2 │ │ ├───altera_max10 │ │ │ └───doc │ │ │ └───img │ │ └───qemu_nios2 │ │ └───doc │ ├───posix │ │ ├───doc │ │ ├───native_posix │ │ │ └───doc │ │ └───nrf52_bsim │ │ └───doc │ ├───riscv │ │ ├───adp_xc7k_ae350 │ │ │ └───doc │ │ │ └───img │ │ ├───beaglev_starlight_jh7100 │ │ │ └───doc │ │ ├───esp32c3_devkitm │ │ │ ├───doc │ │ │ └───support │ │ ├───gd32vf103c_starter │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───gd32vf103v_eval │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───hifive1 │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───hifive1_revb │ │ │ └───doc │ │ │ └───img │ │ ├───hifive_unleashed │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───hifive_unmatched │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───icev_wireless │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───it8xxx2_evb │ │ │ ├───doc │ │ │ └───support │ │ ├───litex_vexriscv │ │ │ └───doc │ │ │ └───img │ │ ├───longan_nano │ │ │ ├───doc │ │ │ │ └───img │ │ │ └───support │ │ ├───m2gl025_miv │ │ │ ├───doc │ │ │ └───support │ │ ├───mpfs_icicle │ │ │ ├───doc │ │ │ └───support │ │ ├───neorv32 │ │ │ ├───doc │ │ │ └───support │ │ ├───opentitan_earlgrey │ │ │ └───doc │ │ ├───qemu_riscv32 │ │ │ └───doc │ │ ├───qemu_riscv32e │ │ │ └───doc │ │ ├───qemu_riscv64 │ │ │ └───doc │ │ ├───rv32m1_vega │ │ │ ├───doc │ │ │ └───support │ │ ├───sparkfun_red_v_things_plus │ │ │ └───doc │ │ │ └───img │ │ ├───stamp_c3 │ │ │ ├───doc │ │ │ └───support │ │ ├───tlsr9518adk80d │ │ │ └───doc │ │ │ └───img │ │ └───xiao_esp32c3 │ │ ├───doc │ │ │ └───img │ │ └───support │ ├───shields │ │ ├───adafruit_2_8_tft_touch_v2 │ │ │ ├───doc │ │ │ └───dts │ │ ├───adafruit_pca9685 │ │ │ └───doc │ │ ├───adafruit_winc1500 │ │ │ └───doc │ │ ├───amg88xx │ │ │ └───doc │ │ ├───arceli_eth_w5500 │ │ │ └───doc │ │ ├───atmel_rf2xx │ │ │ └───doc │ │ ├───boostxl_ulpsense │ │ │ └───doc │ │ ├───buydisplay_2_8_tft_touch_arduino │ │ │ ├───boards │ │ │ └───doc │ │ ├───buydisplay_3_5_tft_touch_arduino │ │ │ ├───boards │ │ │ └───doc │ │ ├───dac80508_evm │ │ │ └───doc │ │ ├───esp_8266 │ │ │ ├───boards │ │ │ └───doc │ │ ├───frdm_cr20a │ │ │ ├───boards │ │ │ └───doc │ │ ├───frdm_kw41z │ │ │ └───doc │ │ ├───frdm_stbc_agm01 │ │ │ └───doc │ │ ├───ftdi_vm800c │ │ │ └───doc │ │ ├───inventek_eswifi │ │ │ ├───boards │ │ │ └───doc │ │ ├───link_board_eth │ │ │ └───doc │ │ │ └───img │ │ ├───lmp90100_evb │ │ │ └───doc │ │ ├───ls0xx_generic │ │ │ └───doc │ │ ├───max3421e │ │ │ └───doc │ │ ├───max7219 │ │ │ └───doc │ │ ├───mcp2515 │ │ │ └───doc │ │ ├───mikroe_adc_click │ │ │ ├───boards │ │ │ └───doc │ │ ├───mikroe_eth_click │ │ │ ├───boards │ │ │ └───doc │ │ ├───mikroe_wifi_bt_click │ │ │ └───doc │ │ ├───npm1100_ek │ │ │ └───doc │ │ ├───npm6001_ek │ │ │ └───doc │ │ ├───semtech_sx1262mb2das │ │ │ └───doc │ │ ├───semtech_sx1272mb2das │ │ │ └───doc │ │ ├───sparkfun_sara_r4 │ │ ├───ssd1306 │ │ │ ├───boards │ │ │ └───doc │ │ ├───st7735r │ │ │ └───doc │ │ ├───st7789v_generic │ │ │ └───doc │ │ ├───v2c_daplink │ │ │ └───doc │ │ ├───waveshare_epaper │ │ │ ├───doc │ │ │ └───dts │ │ ├───wnc_m14a2a │ │ │ └───boards │ │ ├───x_nucleo_53l0a1 │ │ │ └───doc │ │ ├───x_nucleo_eeprma2 │ │ │ └───doc │ │ ├───x_nucleo_idb05a1 │ │ │ ├───boards │ │ │ └───doc │ │ │ └───img │ │ ├───x_nucleo_iks01a1 │ │ │ └───doc │ │ │ └───img │ │ ├───x_nucleo_iks01a2 │ │ │ ├───boards │ │ │ └───doc │ │ │ └───img │ │ ├───x_nucleo_iks01a3 │ │ │ ├───boards │ │ │ │ ├───x_nucleo_iks01a3 │ │ │ │ └───x_nucleo_iks01a3_shub │ │ │ └───doc │ │ │ └───img │ │ └───x_nucleo_iks02a1 │ │ ├───boards │ │ └───doc │ │ └───img │ ├───sparc │ │ ├───generic_leon3 │ │ │ └───doc │ │ ├───gr716a_mini │ │ │ └───doc │ │ └───qemu_leon3 │ │ └───doc │ ├───x86 │ │ ├───acrn │ │ │ └───doc │ │ ├───common │ │ │ └───scripts │ │ ├───ehl_crb │ │ │ └───doc │ │ ├───qemu_x86 │ │ │ └───doc │ │ ├───rpl_crb │ │ │ └───doc │ │ └───up_squared │ │ └───doc │ │ └───img │ └───xtensa │ ├───esp32 │ │ ├───doc │ │ └───support │ ├───esp32s2_franzininho │ │ ├───doc │ │ │ └───img │ │ └───support │ ├───esp32s2_saola │ │ ├───doc │ │ └───support │ ├───esp32_ethernet_kit │ │ ├───doc │ │ │ └───img │ │ └───support │ ├───esp32_net │ │ ├───doc │ │ └───support │ ├───esp_wrover_kit │ │ ├───doc │ │ │ └───img │ │ └───support │ ├───heltec_wifi_lora32_v2 │ │ └───doc │ ├───intel_adsp_ace15_mtpm │ ├───intel_adsp_cavs15 │ │ └───doc │ ├───intel_adsp_cavs18 │ │ └───doc │ ├───intel_adsp_cavs20 │ ├───intel_adsp_cavs25 │ │ └───doc │ ├───m5stickc_plus │ │ ├───doc │ │ └───support │ ├───nxp_adsp_imx8 │ ├───nxp_adsp_imx8m │ ├───nxp_adsp_imx8x │ ├───odroid_go │ │ └───doc │ │ └───img │ ├───olimex_esp32_evb │ │ ├───doc │ │ └───support │ ├───qemu_xtensa │ │ └───doc │ └───xt-sim │ └───doc │ └───img ├───cmake │ ├───app │ ├───bintools │ │ ├───arcmwdt │ │ ├───armclang │ │ ├───gnu │ │ ├───host-gnu │ │ ├───llvm │ │ └───oneApi │ ├───compiler │ │ ├───arcmwdt │ │ ├───armclang │ │ ├───clang │ │ ├───gcc │ │ ├───host-gcc │ │ ├───icx │ │ ├───xcc │ │ └───xcc-clang │ ├───emu │ ├───flash │ ├───ide │ ├───linker │ │ ├───arcmwdt │ │ ├───armlink │ │ ├───ld │ │ │ ├───clang │ │ │ ├───gcc │ │ │ └───host-gcc │ │ └───lld │ ├───linker_script │ │ ├───arm │ │ └───common │ ├───makefile_exports │ ├───modules │ ├───reports │ ├───sca │ │ └───sparse │ ├───toolchain │ │ ├───arcmwdt │ │ ├───armclang │ │ ├───cross-compile │ │ ├───espressif │ │ ├───gnuarmemb │ │ ├───host │ │ ├───llvm │ │ ├───oneApi │ │ ├───xcc │ │ ├───xcc-clang │ │ ├───xtools │ │ └───zephyr │ ├───usage │ └───util ├───doc │ ├───build │ │ ├───cmake │ │ ├───dts │ │ │ └───api │ │ ├───kconfig │ │ └───sysbuild │ ├───connectivity │ │ ├───bluetooth │ │ │ ├───api │ │ │ │ ├───mesh │ │ │ │ └───shell │ │ │ ├───autopts │ │ │ └───img │ │ ├───lora_lorawan │ │ ├───networking │ │ │ └───api │ │ │ └───images │ │ └───usb_c │ ├───contribute │ │ ├───coding_guidelines │ │ ├───documentation │ │ └───media │ ├───develop │ │ ├───api │ │ ├───application │ │ ├───flash_debug │ │ ├───getting_started │ │ │ └───img │ │ ├───languages │ │ │ ├───c │ │ │ └───cpp │ │ ├───optimizations │ │ ├───sca │ │ ├───test │ │ ├───toolchains │ │ ├───tools │ │ └───west │ ├───hardware │ │ ├───arch │ │ ├───cache │ │ ├───emulator │ │ │ └───img │ │ ├───peripherals │ │ │ ├───audio │ │ │ ├───canbus │ │ │ ├───display │ │ │ └───edac │ │ ├───pinctrl │ │ │ └───images │ │ └───porting │ │ └───board │ ├───images │ ├───introduction │ ├───kernel │ │ ├───data_structures │ │ ├───drivers │ │ ├───iterable_sections │ │ ├───memory_management │ │ ├───services │ │ │ ├───data_passing │ │ │ ├───other │ │ │ ├───scheduling │ │ │ ├───smp │ │ │ ├───synchronization │ │ │ ├───threads │ │ │ └───timing │ │ ├───timing_functions │ │ ├───usermode │ │ └───util │ ├───project │ │ └───img │ ├───releases │ ├───security │ │ └───media │ ├───services │ │ ├───crypto │ │ │ ├───api │ │ │ └───random │ │ ├───debugging │ │ ├───device_mgmt │ │ │ └───smp_groups │ │ ├───dsp │ │ ├───file_system │ │ ├───ipc │ │ │ └───ipc_service │ │ │ └───backends │ │ ├───logging │ │ │ └───images │ │ ├───modbus │ │ ├───pm │ │ │ ├───api │ │ │ └───images │ │ ├───portability │ │ ├───resource_management │ │ ├───rtio │ │ ├───settings │ │ ├───shell │ │ │ └───images │ │ ├───smf │ │ ├───storage │ │ │ ├───disk │ │ │ ├───fcb │ │ │ ├───flash_map │ │ │ ├───nvs │ │ │ └───stream │ │ ├───task_wdt │ │ ├───tfm │ │ ├───tracing │ │ ├───usb │ │ ├───virtualization │ │ └───zbus │ │ └───images │ ├───templates │ ├───_doxygen │ ├───_extensions │ │ └───zephyr │ │ └───kconfig │ │ └───static │ ├───_scripts │ ├───_static │ │ ├───css │ │ ├───images │ │ ├───js │ │ └───latex │ └───_templates ├───drivers │ ├───adc │ ├───audio │ ├───bbram │ ├───bluetooth │ │ └───hci │ ├───cache │ ├───can │ │ └───transceiver │ ├───clock_control │ ├───console │ ├───coredump │ ├───counter │ ├───crypto │ ├───dac │ ├───dai │ │ └───intel │ │ ├───alh │ │ ├───dmic │ │ ├───hda │ │ └───ssp │ ├───debug │ ├───disk │ ├───display │ ├───dma │ ├───ec_host_cmd_periph │ ├───edac │ ├───eeprom │ ├───entropy │ ├───espi │ ├───ethernet │ │ └───phy │ ├───flash │ ├───fpga │ ├───fuel_gauge │ │ └───sbs_gauge │ ├───gpio │ ├───hwinfo │ ├───i2c │ │ └───target │ ├───i2s │ ├───i3c │ ├───ieee802154 │ ├───interrupt_controller │ ├───ipm │ ├───kscan │ ├───led │ ├───led_strip │ ├───lora │ ├───mbox │ ├───mdio │ ├───memc │ ├───mipi_dsi │ ├───misc │ │ ├───ethos_u │ │ ├───ft8xx │ │ └───grove_lcd_rgb │ ├───mm │ ├───modem │ ├───net │ ├───neural_net │ ├───pcie │ │ ├───endpoint │ │ └───host │ ├───peci │ ├───pinctrl │ ├───pinmux │ ├───pm_cpu_ops │ ├───power_domain │ ├───ps2 │ ├───ptp_clock │ ├───pwm │ ├───regulator │ ├───reset │ ├───sdhc │ ├───sensor │ │ ├───adt7420 │ │ ├───adxl345 │ │ ├───adxl362 │ │ ├───adxl372 │ │ ├───ak8975 │ │ ├───amg88xx │ │ ├───ams_as5600 │ │ ├───ams_iAQcore │ │ ├───apds9960 │ │ ├───bma280 │ │ ├───bmc150_magn │ │ ├───bme280 │ │ ├───bme680 │ │ ├───bmg160 │ │ ├───bmi160 │ │ ├───bmi270 │ │ ├───bmm150 │ │ ├───bmp388 │ │ ├───bq274xx │ │ ├───ccs811 │ │ ├───dht │ │ ├───dps310 │ │ ├───ds18b20 │ │ ├───ens210 │ │ ├───esp32_temp │ │ ├───fdc2x1x │ │ ├───fxas21002 │ │ ├───fxos8700 │ │ ├───grove │ │ ├───grow_r502a │ │ ├───hmc5883l │ │ ├───hp206c │ │ ├───hts221 │ │ ├───i3g4250d │ │ ├───icm42605 │ │ ├───icm42670 │ │ ├───icm42688 │ │ ├───icp10125 │ │ ├───iis2dh │ │ ├───iis2dlpc │ │ ├───iis2iclx │ │ ├───iis2mdc │ │ ├───iis3dhhc │ │ ├───ina219 │ │ ├───ina23x │ │ ├───isl29035 │ │ ├───ism330dhcx │ │ ├───ite_tach_it8xxx2 │ │ ├───ite_vcmp_it8xxx2 │ │ ├───lis2dh │ │ ├───lis2ds12 │ │ ├───lis2dw12 │ │ ├───lis2mdl │ │ ├───lis3mdl │ │ ├───lm75 │ │ ├───lm77 │ │ ├───lps22hb │ │ ├───lps22hh │ │ ├───lps25hb │ │ ├───lsm303dlhc_magn │ │ ├───lsm6ds0 │ │ ├───lsm6dsl │ │ ├───lsm6dso │ │ ├───lsm9ds0_gyro │ │ ├───lsm9ds0_mfd │ │ ├───max17055 │ │ ├───max17262 │ │ ├───max30101 │ │ ├───max31875 │ │ ├───max44009 │ │ ├───max6675 │ │ ├───mchp_tach_xec │ │ ├───mcp9808 │ │ ├───mcux_acmp │ │ ├───mhz19b │ │ ├───mpr │ │ ├───mpu6050 │ │ ├───mpu9250 │ │ ├───ms5607 │ │ ├───ms5837 │ │ ├───nrf5 │ │ ├───nuvoton_adc_cmp_npcx │ │ ├───nuvoton_tach_npcx │ │ ├───nxp_kinetis_temp │ │ ├───opt3001 │ │ ├───pcnt_esp32 │ │ ├───pms7003 │ │ ├───qdec_mcux │ │ ├───qdec_nrfx │ │ ├───qdec_sam │ │ ├───qdec_stm32 │ │ ├───rpi_pico_temp │ │ ├───sbs_gauge │ │ ├───sgp40 │ │ ├───sht3xd │ │ ├───sht4x │ │ ├───shtcx │ │ ├───si7006 │ │ ├───si7055 │ │ ├───si7060 │ │ ├───si7210 │ │ ├───sm351lt │ │ ├───stm32_temp │ │ ├───stm32_vbat │ │ ├───stmemsc │ │ ├───stts751 │ │ ├───sx9500 │ │ ├───th02 │ │ ├───ti_hdc │ │ ├───ti_hdc20xx │ │ ├───tmp007 │ │ ├───tmp108 │ │ ├───tmp112 │ │ ├───tmp116 │ │ ├───vcnl4040 │ │ ├───vl53l0x │ │ ├───wsen_hids │ │ └───wsen_itds │ ├───serial │ ├───spi │ ├───syscon │ ├───timer │ ├───usb │ │ ├───device │ │ ├───udc │ │ ├───uhc │ │ └───uvb │ ├───usb_c │ │ ├───tcpc │ │ └───vbus │ ├───video │ ├───virtualization │ ├───w1 │ ├───watchdog │ ├───wifi │ │ ├───esp32 │ │ │ └───src │ │ ├───esp_at │ │ ├───eswifi │ │ ├───simplelink │ │ └───winc1500 │ └───xen ├───dts │ ├───arc │ │ └───synopsys │ ├───arm │ │ ├───acsip │ │ ├───aspeed │ │ ├───atmel │ │ ├───broadcom │ │ ├───cypress │ │ ├───gigadevice │ │ │ ├───gd32a50x │ │ │ ├───gd32e10x │ │ │ ├───gd32e50x │ │ │ ├───gd32f3x0 │ │ │ ├───gd32f403 │ │ │ ├───gd32f4xx │ │ │ └───gd32l23x │ │ ├───infineon │ │ ├───intel_socfpga_std │ │ ├───microchip │ │ │ ├───mec152x │ │ │ └───mec172x │ │ ├───nordic │ │ ├───nuvoton │ │ │ └───npcx │ │ │ ├───npcx7 │ │ │ └───npcx9 │ │ ├───nxp │ │ ├───olimex │ │ ├───quicklogic │ │ ├───renesas │ │ │ ├───gen3 │ │ │ └───smartbond │ │ ├───rpi_pico │ │ ├───seeed │ │ ├───silabs │ │ ├───st │ │ │ ├───f0 │ │ │ ├───f1 │ │ │ ├───f2 │ │ │ ├───f3 │ │ │ ├───f4 │ │ │ ├───f7 │ │ │ ├───g0 │ │ │ ├───g4 │ │ │ ├───h7 │ │ │ ├───l0 │ │ │ ├───l1 │ │ │ ├───l4 │ │ │ ├───l5 │ │ │ ├───mp1 │ │ │ ├───u5 │ │ │ ├───wb │ │ │ └───wl │ │ ├───ti │ │ └───xilinx │ ├───arm64 │ │ ├───broadcom │ │ ├───fvp │ │ ├───intel │ │ ├───nxp │ │ ├───qemu │ │ └───rockchip │ ├───bindings │ │ ├───adc │ │ ├───alh │ │ ├───arc │ │ ├───arm │ │ ├───audio │ │ ├───base │ │ ├───bluetooth │ │ ├───can │ │ ├───clock │ │ ├───coredump │ │ ├───counter │ │ ├───cpu │ │ ├───crypto │ │ ├───dac │ │ ├───dai │ │ ├───debug │ │ ├───dfpmcch │ │ ├───dfpmccu │ │ ├───display │ │ ├───dma │ │ ├───dsa │ │ ├───ec_host_cmd_perhip │ │ ├───edac │ │ ├───espi │ │ ├───ethernet │ │ ├───flash_controller │ │ ├───fpga │ │ ├───fs │ │ ├───fuel-gauge │ │ ├───gpio │ │ ├───hda │ │ ├───hwinfo │ │ ├───i2c │ │ ├───i2s │ │ ├───i3c │ │ ├───ieee802154 │ │ ├───iio │ │ │ └───adc │ │ ├───input │ │ ├───interrupt-controller │ │ ├───ipc │ │ ├───ipm │ │ ├───kscan │ │ ├───led │ │ ├───led_strip │ │ ├───lora │ │ ├───mbox │ │ ├───mdio │ │ ├───memory-controllers │ │ ├───memory-window │ │ ├───mfd │ │ ├───mhu │ │ ├───mipi-dsi │ │ ├───misc │ │ ├───mm │ │ ├───mmc │ │ ├───mmu_mpu │ │ ├───modem │ │ ├───mtd │ │ ├───net │ │ │ └───wireless │ │ ├───neural_net │ │ ├───options │ │ ├───ospi │ │ ├───pcie │ │ │ ├───endpoint │ │ │ └───host │ │ ├───peci │ │ ├───phy │ │ ├───pinctrl │ │ ├───pm_cpu_ops │ │ ├───power │ │ ├───power-domain │ │ ├───ps2 │ │ ├───pwm │ │ ├───qspi │ │ ├───regulator │ │ ├───reserved-memory │ │ ├───reset │ │ ├───riscv │ │ ├───rng │ │ ├───rtc │ │ ├───sd │ │ ├───sdhc │ │ ├───sensor │ │ ├───serial │ │ ├───shi │ │ ├───spi │ │ ├───sram │ │ ├───syscon │ │ ├───tach │ │ ├───tcpc │ │ ├───test │ │ ├───timer │ │ ├───timestamp │ │ ├───usb │ │ ├───usb-c │ │ ├───video │ │ ├───virtualization │ │ ├───w1 │ │ ├───watchdog │ │ ├───wifi │ │ └───xen │ ├───common │ ├───nios2 │ │ └───intel │ ├───posix │ ├───riscv │ │ ├───andes │ │ ├───espressif │ │ ├───gigadevice │ │ ├───ite │ │ ├───lowrisc │ │ ├───microsemi │ │ ├───openisa │ │ ├───sifive │ │ ├───starfive │ │ └───telink │ ├───sparc │ │ └───gaisler │ ├───x86 │ │ └───intel │ └───xtensa │ ├───espressif │ ├───intel │ └───nxp ├───include │ └───zephyr │ ├───app_memory │ ├───arch │ │ ├───arc │ │ │ ├───asm-compat │ │ │ └───v2 │ │ │ ├───dsp │ │ │ ├───mpu │ │ │ └───secureshield │ │ ├───arm │ │ │ └───aarch32 │ │ │ ├───cortex_a_r │ │ │ │ └───scripts │ │ │ ├───cortex_m │ │ │ │ └───scripts │ │ │ ├───cortex_r │ │ │ │ └───scripts │ │ │ ├───mmu │ │ │ └───mpu │ │ ├───arm64 │ │ │ ├───cortex_r │ │ │ └───scripts │ │ ├───common │ │ ├───mips │ │ ├───nios2 │ │ ├───posix │ │ ├───riscv │ │ │ ├───common │ │ │ └───riscv-privilege │ │ ├───sparc │ │ ├───x86 │ │ │ ├───ia32 │ │ │ │ └───scripts │ │ │ └───intel64 │ │ └───xtensa │ ├───audio │ ├───bluetooth │ │ ├───audio │ │ ├───mesh │ │ └───services │ ├───canbus │ ├───console │ ├───crypto │ ├───data │ ├───debug │ ├───devicetree │ ├───dfu │ ├───display │ ├───drivers │ │ ├───adc │ │ ├───bluetooth │ │ ├───can │ │ ├───clock_control │ │ ├───console │ │ ├───dma │ │ ├───ec_host_cmd_periph │ │ ├───eeprom │ │ ├───flash │ │ ├───gpio │ │ ├───i2c │ │ │ └───target │ │ ├───i3c │ │ ├───ieee802154 │ │ ├───interrupt_controller │ │ ├───led │ │ ├───led_strip │ │ ├───misc │ │ │ ├───ft8xx │ │ │ └───grove_lcd │ │ ├───mm │ │ ├───modem │ │ ├───pcie │ │ │ └───endpoint │ │ ├───pinctrl │ │ ├───pm_cpu_ops │ │ ├───regulator │ │ ├───rtc │ │ ├───sensor │ │ ├───serial │ │ ├───timer │ │ ├───uart │ │ ├───usb │ │ ├───usb_c │ │ └───virtualization │ ├───dsp │ ├───dt-bindings │ │ ├───adc │ │ ├───clock │ │ ├───dac │ │ ├───display │ │ ├───dma │ │ ├───espi │ │ ├───ethernet │ │ ├───flash_controller │ │ ├───gpio │ │ ├───i2c │ │ ├───interrupt-controller │ │ ├───ipc_service │ │ ├───led │ │ ├───lora │ │ ├───memory-controller │ │ ├───mipi_dsi │ │ ├───pcie │ │ ├───pinctrl │ │ │ └───renesas │ │ ├───pm │ │ ├───pwm │ │ ├───rdc │ │ ├───regulator │ │ ├───reset │ │ ├───sensor │ │ ├───spi │ │ ├───timer │ │ ├───usb │ │ └───usb-c │ ├───fs │ ├───ipc │ ├───kernel │ ├───linker │ │ └───common-rom │ ├───logging │ ├───lorawan │ ├───math │ ├───mgmt │ │ └───mcumgr │ │ ├───grp │ │ │ ├───fs_mgmt │ │ │ ├───img_mgmt │ │ │ ├───os_mgmt │ │ │ ├───shell_mgmt │ │ │ ├───stat_mgmt │ │ │ └───zephyr │ │ ├───mgmt │ │ ├───smp │ │ └───transport │ ├───modbus │ ├───multi_heap │ ├───net │ │ └───http │ ├───pm │ ├───portability │ ├───posix │ │ ├───arpa │ │ ├───net │ │ ├───netinet │ │ └───sys │ ├───random │ ├───rtio │ ├───sd │ ├───settings │ ├───shell │ ├───stats │ ├───storage │ ├───sys │ ├───task_wdt │ ├───timing │ ├───toolchain │ ├───tracing │ ├───usb │ │ └───class │ ├───usb_c │ ├───xen │ │ └───public │ │ ├───hvm │ │ └───io │ └───zbus ├───kernel │ ├───include │ └───paging ├───lib │ ├───cpp │ │ ├───abi │ │ └───minimal │ │ └───include │ ├───libc │ │ ├───arcmwdt │ │ │ └───include │ │ │ └───sys │ │ ├───armstdc │ │ │ ├───include │ │ │ │ └───sys │ │ │ └───src │ │ ├───minimal │ │ │ ├───include │ │ │ │ └───sys │ │ │ └───source │ │ │ ├───math │ │ │ ├───stdlib │ │ │ ├───stdout │ │ │ ├───string │ │ │ └───time │ │ ├───newlib │ │ │ └───include │ │ └───picolibc │ ├───open-amp │ ├───os │ ├───posix │ │ └───getopt │ ├───smf │ └───util │ └───fnmatch ├───misc │ └───generated ├───modules │ ├───canopennode │ ├───fatfs │ ├───hal_ethos_u │ ├───hal_gigadevice │ ├───hal_infineon │ │ ├───core-lib │ │ └───mtb-pdl-cat1 │ ├───hal_nordic │ │ ├───nrfx │ │ └───nrf_802154 │ │ ├───radio │ │ │ └───platform │ │ ├───serialization │ │ │ └───platform │ │ └───sl_opensource │ │ └───platform │ ├───hal_nxp │ │ └───usb │ ├───hal_rpi_pico │ │ ├───bootloader │ │ └───pico │ ├───liblc3 │ ├───littlefs │ ├───loramac-node │ ├───lz4 │ ├───mbedtls │ │ ├───configs │ │ └───include │ ├───nanopb │ ├───openthread │ │ └───platform │ ├───segger │ ├───tflite-micro │ ├───thrift │ │ ├───cmake │ │ └───src │ │ └───thrift │ │ ├───concurrency │ │ ├───protocol │ │ ├───server │ │ └───transport │ ├───TraceRecorder │ ├───trusted-firmware-a │ ├───trusted-firmware-m │ │ ├───interface │ │ ├───psa │ │ └───src │ ├───uoscore-uedhoc │ └───zcbor ├───samples │ ├───application_development │ │ ├───code_relocation_nocopy │ │ │ ├───boards │ │ │ │ └───nrf5340dk_nrf5340_cpuapp │ │ │ └───src │ │ ├───external_lib │ │ │ ├───mylib │ │ │ │ ├───include │ │ │ │ └───src │ │ │ └───src │ │ ├───out_of_tree_board │ │ │ ├───boards │ │ │ │ └───arm │ │ │ │ └───nrf52840dk_nrf52840 │ │ │ └───src │ │ ├───out_of_tree_driver │ │ │ ├───hello_world_module │ │ │ │ └───zephyr │ │ │ └───src │ │ └───sysbuild │ │ └───with_mcuboot │ │ ├───src │ │ └───sysbuild │ ├───arch │ │ ├───mpu │ │ │ └───mpu_test │ │ │ └───src │ │ └───smp │ │ ├───pi │ │ │ └───src │ │ └───pktqueue │ │ └───src │ ├───basic │ │ ├───blinky │ │ │ └───src │ │ ├───blinky_pwm │ │ │ ├───boards │ │ │ └───src │ │ ├───button │ │ │ └───src │ │ ├───custom_dts_binding │ │ │ ├───boards │ │ │ ├───dts │ │ │ │ └───bindings │ │ │ └───src │ │ ├───fade_led │ │ │ ├───boards │ │ │ └───src │ │ ├───minimal │ │ │ └───src │ │ ├───rgb_led │ │ │ └───src │ │ ├───servo_motor │ │ │ ├───boards │ │ │ ├───dts │ │ │ │ └───bindings │ │ │ └───src │ │ ├───sys_heap │ │ │ └───src │ │ └───threads │ │ └───src │ ├───bluetooth │ │ ├───beacon │ │ │ ├───boards │ │ │ └───src │ │ ├───broadcaster │ │ │ ├───boards │ │ │ └───src │ │ ├───broadcaster_multiple │ │ │ └───src │ │ ├───broadcast_audio_sink │ │ │ ├───boards │ │ │ └───src │ │ ├───broadcast_audio_source │ │ │ ├───boards │ │ │ └───src │ │ ├───central │ │ │ ├───boards │ │ │ └───src │ │ ├───central_gatt_write │ │ │ └───src │ │ ├───central_hr │ │ │ ├───boards │ │ │ └───src │ │ ├───central_ht │ │ │ └───src │ │ ├───central_iso │ │ │ └───src │ │ ├───central_multilink │ │ │ └───src │ │ ├───central_otc │ │ │ └───src │ │ ├───central_past │ │ │ └───src │ │ ├───direction_finding_central │ │ │ ├───boards │ │ │ └───src │ │ ├───direction_finding_connectionless_rx │ │ │ ├───boards │ │ │ └───src │ │ ├───direction_finding_connectionless_tx │ │ │ ├───boards │ │ │ └───src │ │ ├───direction_finding_peripheral │ │ │ ├───boards │ │ │ └───src │ │ ├───direct_adv │ │ │ └───src │ │ ├───eddystone │ │ │ ├───boards │ │ │ └───src │ │ ├───handsfree │ │ │ └───src │ │ ├───hap_ha │ │ │ ├───boards │ │ │ └───src │ │ ├───hci_pwr_ctrl │ │ │ └───src │ │ ├───hci_rpmsg │ │ │ ├───dts │ │ │ │ └───arm │ │ │ │ └───nordic │ │ │ └───src │ │ ├───hci_spi │ │ │ ├───boards │ │ │ └───src │ │ ├───hci_uart │ │ │ ├───boards │ │ │ └───src │ │ ├───hci_usb │ │ │ └───src │ │ ├───hci_usb_h4 │ │ │ └───src │ │ ├───ibeacon │ │ │ ├───boards │ │ │ └───src │ │ ├───ipsp │ │ │ ├───boards │ │ │ └───src │ │ ├───iso_broadcast │ │ │ ├───boards │ │ │ └───src │ │ ├───iso_broadcast_benchmark │ │ │ └───src │ │ ├───iso_connected_benchmark │ │ │ └───src │ │ ├───iso_receive │ │ │ ├───boards │ │ │ └───src │ │ ├───mesh │ │ │ ├───boards │ │ │ └───src │ │ ├───mesh_demo │ │ │ ├───boards │ │ │ └───src │ │ ├───mesh_provisioner │ │ │ └───src │ │ ├───mtu_update │ │ │ ├───central │ │ │ │ └───src │ │ │ ├───img │ │ │ └───peripheral │ │ │ └───src │ │ ├───observer │ │ │ ├───boards │ │ │ └───src │ │ ├───periodic_adv │ │ │ └───src │ │ ├───periodic_sync │ │ │ └───src │ │ ├───peripheral │ │ │ ├───boards │ │ │ └───src │ │ ├───peripheral_accept_list │ │ │ └───src │ │ ├───peripheral_csc │ │ │ ├───boards │ │ │ └───src │ │ ├───peripheral_dis │ │ │ ├───boards │ │ │ └───src │ │ ├───peripheral_esp │ │ │ ├───boards │ │ │ └───src │ │ ├───peripheral_gatt_write │ │ │ └───src │ │ ├───peripheral_hids │ │ │ ├───boards │ │ │ └───src │ │ ├───peripheral_hr │ │ │ ├───boards │ │ │ └───src │ │ ├───peripheral_ht │ │ │ ├───boards │ │ │ └───src │ │ ├───peripheral_identity │ │ │ └───src │ │ ├───peripheral_iso │ │ │ └───src │ │ ├───peripheral_ots │ │ │ └───src │ │ ├───peripheral_past │ │ │ └───src │ │ ├───peripheral_sc_only │ │ │ ├───boards │ │ │ └───src │ │ ├───scan_adv │ │ │ ├───boards │ │ │ └───src │ │ ├───st_ble_sensor │ │ │ └───src │ │ ├───unicast_audio_client │ │ │ ├───boards │ │ │ └───src │ │ └───unicast_audio_server │ │ ├───boards │ │ └───src │ ├───boards │ │ ├───96b_argonkey │ │ │ ├───microphone │ │ │ │ └───src │ │ │ └───sensors │ │ │ └───src │ │ ├───arc_secure_services │ │ │ └───src │ │ ├───bbc_microbit │ │ │ ├───display │ │ │ │ └───src │ │ │ ├───line_follower_robot │ │ │ │ ├───boards │ │ │ │ ├───dts │ │ │ │ │ └───bindings │ │ │ │ └───src │ │ │ ├───pong │ │ │ │ ├───boards │ │ │ │ └───src │ │ │ └───sound │ │ │ ├───boards │ │ │ └───src │ │ ├───esp32 │ │ │ ├───deep_sleep │ │ │ │ ├───boards │ │ │ │ └───src │ │ │ ├───ethernet │ │ │ │ ├───boards │ │ │ │ └───src │ │ │ ├───flash_encryption │ │ │ │ ├───boards │ │ │ │ └───src │ │ │ ├───light_sleep │ │ │ │ └───src │ │ │ └───spiram_test │ │ │ ├───boards │ │ │ └───src │ │ ├───google_kukui │ │ │ └───src │ │ ├───intel_adsp │ │ │ └───code_relocation │ │ │ └───src │ │ ├───mec15xxevb_assy6853 │ │ │ └───power_management │ │ │ └───src │ │ ├───mimxrt1060_evk │ │ │ └───system_off │ │ │ └───src │ │ ├───mimxrt595_evk_cm33 │ │ │ └───system_off │ │ │ └───src │ │ ├───nrf │ │ │ ├───battery │ │ │ │ └───src │ │ │ ├───clock_skew │ │ │ │ └───src │ │ │ ├───dynamic_pinctrl │ │ │ │ ├───boards │ │ │ │ ├───images │ │ │ │ └───src │ │ │ ├───ieee802154 │ │ │ │ └───802154_rpmsg │ │ │ │ └───src │ │ │ ├───mesh │ │ │ │ ├───onoff-app │ │ │ │ │ └───src │ │ │ │ └───onoff_level_lighting_vnd_app │ │ │ │ └───src │ │ │ │ └───mesh │ │ │ ├───nrf53_sync_rtc │ │ │ │ ├───net │ │ │ │ │ └───src │ │ │ │ └───src │ │ │ ├───nrfx │ │ │ │ └───src │ │ │ ├───nrfx_prs │ │ │ │ ├───boards │ │ │ │ └───src │ │ │ ├───nrf_led_matrix │ │ │ │ └───src │ │ │ └───system_off │ │ │ └───src │ │ ├───nxp_s32 │ │ │ └───netc │ │ │ └───src │ │ ├───qomu │ │ │ └───src │ │ ├───reel_board │ │ │ └───mesh_badge │ │ │ └───src │ │ ├───sensortile_box │ │ │ └───src │ │ ├───stm32 │ │ │ ├───backup_sram │ │ │ │ └───src │ │ │ ├───ccm │ │ │ │ └───src │ │ │ ├───h7_dual_core │ │ │ │ ├───boards │ │ │ │ └───src │ │ │ └───power_mgmt │ │ │ ├───blinky │ │ │ │ ├───boards │ │ │ │ └───src │ │ │ ├───serial_wakeup │ │ │ │ ├───boards │ │ │ │ └───src │ │ │ └───stm32wb_ble │ │ │ └───src │ │ ├───ti │ │ │ └───cc13x2_cc26x2 │ │ │ └───system_off │ │ │ └───src │ │ └───up_squared │ │ └───gpio_counter │ │ └───src │ ├───compression │ │ └───lz4 │ │ └───src │ ├───cpp │ │ └───cpp_synchronization │ │ └───src │ ├───drivers │ │ ├───adc │ │ │ ├───boards │ │ │ └───src │ │ ├───audio │ │ │ └───dmic │ │ │ ├───boards │ │ │ └───src │ │ ├───can │ │ │ ├───babbling │ │ │ │ └───src │ │ │ └───counter │ │ │ ├───boards │ │ │ └───src │ │ ├───clock_control_litex │ │ │ └───src │ │ ├───clock_control_xec │ │ │ ├───boards │ │ │ └───src │ │ ├───counter │ │ │ ├───alarm │ │ │ │ ├───boards │ │ │ │ └───src │ │ │ └───maxim_ds3231 │ │ │ ├───boards │ │ │ └───src │ │ ├───crypto │ │ │ └───src │ │ ├───current_sensing │ │ ├───dac │ │ │ ├───boards │ │ │ └───src │ │ ├───display │ │ │ ├───boards │ │ │ └───src │ │ ├───eeprom │ │ │ ├───boards │ │ │ └───src │ │ ├───espi │ │ │ ├───boards │ │ │ ├───dts │ │ │ │ └───bindings │ │ │ └───src │ │ ├───flash_shell │ │ │ ├───boards │ │ │ └───src │ │ ├───fpga │ │ │ └───fpga_controller │ │ │ └───src │ │ ├───ht16k33 │ │ │ ├───boards │ │ │ └───src │ │ ├───i2c_fujitsu_fram │ │ │ └───src │ │ ├───i2s │ │ │ ├───echo │ │ │ │ ├───boards │ │ │ │ ├───dts │ │ │ │ │ └───bindings │ │ │ │ └───src │ │ │ └───litex │ │ │ └───src │ │ ├───ipm │ │ │ ├───ipm_esp32 │ │ │ │ ├───boards │ │ │ │ ├───ipm_esp32_net │ │ │ │ │ ├───boards │ │ │ │ │ └───src │ │ │ │ └───src │ │ │ ├───ipm_imx │ │ │ │ └───src │ │ │ ├───ipm_mcux │ │ │ │ ├───boards │ │ │ │ ├───remote │ │ │ │ │ └───src │ │ │ │ └───src │ │ │ └───ipm_mhu_dual_core │ │ │ └───src │ │ ├───jesd216 │ │ │ ├───boards │ │ │ └───src │ │ ├───kscan │ │ │ └───src │ │ ├───kscan_touch │ │ │ └───src │ │ ├───lcd_cyclonev_socdk │ │ │ └───src │ │ ├───lcd_hd44780 │ │ │ └───src │ │ ├───led_apa102 │ │ │ ├───boards │ │ │ └───src │ │ ├───led_apa102c_bitbang │ │ │ └───src │ │ ├───led_lp3943 │ │ │ ├───boards │ │ │ └───src │ │ ├───led_lp503x │ │ │ ├───boards │ │ │ └───src │ │ ├───led_lp5562 │ │ │ ├───boards │ │ │ └───src │ │ ├───led_lpd8806 │ │ │ ├───boards │ │ │ └───src │ │ ├───led_pca9633 │ │ │ └───src │ │ ├───led_pwm │ │ │ ├───boards │ │ │ └───src │ │ ├───led_sx1509b_intensity │ │ │ ├───boards │ │ │ └───src │ │ ├───led_ws2812 │ │ │ ├───boards │ │ │ └───src │ │ ├───led_xec │ │ │ ├───boards │ │ │ └───src │ │ ├───lora │ │ │ ├───receive │ │ │ │ └───src │ │ │ └───send │ │ │ └───src │ │ ├───mbox │ │ │ ├───boards │ │ │ ├───remote │ │ │ │ ├───boards │ │ │ │ └───src │ │ │ └───src │ │ ├───memc │ │ │ ├───boards │ │ │ └───src │ │ ├───misc │ │ │ ├───ft800 │ │ │ │ └───src │ │ │ └───grove_display │ │ │ ├───boards │ │ │ └───src │ │ ├───peci │ │ │ ├───boards │ │ │ └───src │ │ ├───ps2 │ │ │ └───src │ │ ├───soc_flash_nrf │ │ │ └───src │ │ ├───spi_bitbang │ │ │ ├───boards │ │ │ └───src │ │ ├───spi_flash │ │ │ ├───boards │ │ │ └───src │ │ ├───spi_flash_at45 │ │ │ ├───boards │ │ │ └───src │ │ ├───spi_fujitsu_fram │ │ │ └───src │ │ ├───uart │ │ │ ├───echo_bot │ │ │ │ └───src │ │ │ └───stm32 │ │ │ └───single_wire │ │ │ ├───boards │ │ │ └───src │ │ ├───w1 │ │ │ └───scanner │ │ │ └───src │ │ └───watchdog │ │ ├───boards │ │ └───src │ ├───hello_world │ │ └───src │ ├───kernel │ │ ├───condition_variables │ │ │ ├───condvar │ │ │ │ └───src │ │ │ └───simple │ │ │ └───src │ │ └───metairq_dispatch │ │ └───src │ ├───modules │ │ ├───canopennode │ │ │ ├───boards │ │ │ ├───objdict │ │ │ └───src │ │ ├───chre │ │ │ ├───include │ │ │ └───src │ │ ├───nanopb │ │ │ └───src │ │ ├───tflite-micro │ │ │ ├───hello_world │ │ │ │ ├───images │ │ │ │ ├───src │ │ │ │ └───train │ │ │ ├───magic_wand │ │ │ │ ├───boards │ │ │ │ ├───renode │ │ │ │ ├───src │ │ │ │ └───train │ │ │ │ └───netmodels │ │ │ │ └───CNN │ │ │ └───tflm_ethosu │ │ │ └───src │ │ │ └───models │ │ │ └───keyword_spotting_cnn_small_int8 │ │ └───thrift │ │ └───hello │ │ ├───client │ │ │ └───src │ │ ├───doc │ │ └───server │ │ └───src │ ├───net │ │ ├───capture │ │ │ └───src │ │ ├───cloud │ │ │ ├───google_iot_mqtt │ │ │ │ └───src │ │ │ │ ├───private_info │ │ │ │ └───tls_config │ │ │ ├───mqtt_azure │ │ │ │ └───src │ │ │ └───tagoio_http_post │ │ │ ├───boards │ │ │ ├───img │ │ │ └───src │ │ ├───common │ │ ├───dhcpv4_client │ │ │ └───src │ │ ├───dns_resolve │ │ │ └───src │ │ ├───dsa │ │ │ ├───boards │ │ │ └───src │ │ ├───eth_native_posix │ │ │ └───src │ │ ├───gptp │ │ │ ├───boards │ │ │ └───src │ │ ├───gsm_modem │ │ │ ├───boards │ │ │ └───src │ │ ├───ipv4_autoconf │ │ │ ├───boards │ │ │ └───src │ │ ├───lldp │ │ │ └───src │ │ ├───lwm2m_client │ │ │ ├───boards │ │ │ └───src │ │ ├───mdns_responder │ │ │ └───src │ │ ├───mqtt_publisher │ │ │ ├───boards │ │ │ └───src │ │ ├───mqtt_sn_publisher │ │ │ ├───boards │ │ │ └───src │ │ ├───openthread │ │ │ └───coprocessor │ │ │ ├───boards │ │ │ └───src │ │ ├───promiscuous_mode │ │ │ └───src │ │ ├───sockets │ │ │ ├───big_http_download │ │ │ │ └───src │ │ │ ├───can │ │ │ │ ├───boards │ │ │ │ └───src │ │ │ ├───coap_client │ │ │ │ └───src │ │ │ ├───coap_server │ │ │ │ └───src │ │ │ ├───dumb_http_server │ │ │ │ └───src │ │ │ ├───dumb_http_server_mt │ │ │ │ └───src │ │ │ ├───echo │ │ │ │ ├───boards │ │ │ │ └───src │ │ │ ├───echo_async │ │ │ │ ├───boards │ │ │ │ └───src │ │ │ ├───echo_async_select │ │ │ │ ├───boards │ │ │ │ └───src │ │ │ ├───echo_client │ │ │ │ ├───boards │ │ │ │ └───src │ │ │ ├───echo_server │ │ │ │ ├───boards │ │ │ │ └───src │ │ │ ├───http_client │ │ │ │ └───src │ │ │ ├───http_get │ │ │ │ ├───boards │ │ │ │ └───src │ │ │ ├───net_mgmt │ │ │ │ └───src │ │ │ ├───packet │ │ │ │ └───src │ │ │ ├───sntp_client │ │ │ │ ├───boards │ │ │ │ └───src │ │ │ ├───socketpair │ │ │ │ └───src │ │ │ ├───tcp │ │ │ │ └───src │ │ │ ├───txtime │ │ │ │ └───src │ │ │ └───websocket_client │ │ │ └───src │ │ ├───stats │ │ │ └───src │ │ ├───syslog_net │ │ │ └───src │ │ ├───telnet │ │ │ └───src │ │ ├───virtual │ │ │ └───src │ │ ├───vlan │ │ │ └───src │ │ ├───wifi │ │ │ ├───boards │ │ │ └───src │ │ ├───wpanusb │ │ │ └───src │ │ ├───wpan_serial │ │ │ └───src │ │ └───zperf │ │ ├───boards │ │ └───src │ ├───philosophers │ │ └───src │ ├───posix │ │ ├───eventfd │ │ │ └───src │ │ └───gettimeofday │ │ └───src │ ├───sensor │ │ ├───accel_polling │ │ │ └───src │ │ ├───adc_cmp_npcx │ │ │ ├───boards │ │ │ └───src │ │ ├───adt7420 │ │ │ ├───boards │ │ │ └───src │ │ ├───amg88xx │ │ │ └───src │ │ ├───ams_iAQcore │ │ │ └───src │ │ ├───apds9960 │ │ │ └───src │ │ ├───bme280 │ │ │ ├───boards │ │ │ └───src │ │ ├───bme680 │ │ │ ├───boards │ │ │ └───src │ │ ├───bmg160 │ │ │ ├───boards │ │ │ └───src │ │ ├───bmi270 │ │ │ └───src │ │ ├───bq274xx │ │ │ └───src │ │ ├───ccs811 │ │ │ ├───boards │ │ │ └───src │ │ ├───dht │ │ │ ├───boards │ │ │ └───src │ │ ├───die_temp_polling │ │ │ ├───boards │ │ │ └───src │ │ ├───dps310 │ │ │ └───src │ │ ├───ds18b20 │ │ │ ├───boards │ │ │ └───src │ │ ├───ens210 │ │ │ └───src │ │ ├───esp32_temp_sensor │ │ │ ├───boards │ │ │ └───src │ │ ├───fdc2x1x │ │ │ ├───boards │ │ │ └───src │ │ ├───fxas21002 │ │ │ └───src │ │ ├───fxos8700 │ │ │ ├───boards │ │ │ └───src │ │ ├───fxos8700-hid │ │ │ └───src │ │ ├───grove_light │ │ │ ├───boards │ │ │ └───src │ │ ├───grove_temperature │ │ │ ├───boards │ │ │ └───src │ │ ├───grow_r502a │ │ │ ├───boards │ │ │ └───src │ │ ├───hts221 │ │ │ └───src │ │ ├───i3g4250d │ │ │ └───src │ │ ├───icm42605 │ │ │ ├───boards │ │ │ └───src │ │ ├───ina219 │ │ │ ├───boards │ │ │ └───src │ │ ├───isl29035 │ │ │ ├───boards │ │ │ └───src │ │ ├───lis2dh │ │ │ └───src │ │ ├───lps22hb │ │ │ └───src │ │ ├───lps22hh │ │ │ └───src │ │ ├───lps22hh_i3c │ │ │ └───boards │ │ ├───lsm303dlhc │ │ │ └───src │ │ ├───lsm6dsl │ │ │ └───src │ │ ├───lsm6dso │ │ │ └───src │ │ ├───lsm6dso_i2c_on_i3c │ │ │ └───boards │ │ ├───magn_polling │ │ │ └───src │ │ ├───max17262 │ │ │ └───src │ │ ├───max30101 │ │ │ ├───boards │ │ │ └───src │ │ ├───max44009 │ │ │ ├───boards │ │ │ └───src │ │ ├───max6675 │ │ │ ├───boards │ │ │ └───src │ │ ├───mcp9808 │ │ │ ├───boards │ │ │ └───src │ │ ├───mcux_acmp │ │ │ ├───boards │ │ │ └───src │ │ ├───mhz19b │ │ │ ├───boards │ │ │ └───src │ │ ├───mpr │ │ │ ├───boards │ │ │ └───src │ │ ├───mpu6050 │ │ │ ├───boards │ │ │ └───src │ │ ├───ms5837 │ │ │ ├───boards │ │ │ └───src │ │ ├───qdec │ │ │ ├───boards │ │ │ └───src │ │ ├───sensor_shell │ │ │ └───src │ │ ├───sgp40_sht4x │ │ │ ├───boards │ │ │ └───src │ │ ├───sht3xd │ │ │ ├───boards │ │ │ └───src │ │ ├───sm351lt │ │ │ └───src │ │ ├───stm32_temp_sensor │ │ │ ├───boards │ │ │ └───src │ │ ├───stm32_vbat_sensor │ │ │ ├───boards │ │ │ └───src │ │ ├───sx9500 │ │ │ ├───boards │ │ │ └───src │ │ ├───th02 │ │ │ ├───boards │ │ │ └───src │ │ ├───thermometer │ │ │ └───src │ │ ├───ti_hdc │ │ │ ├───boards │ │ │ └───src │ │ ├───tmp108 │ │ │ └───src │ │ ├───tmp112 │ │ │ ├───boards │ │ │ └───src │ │ ├───tmp116 │ │ │ ├───boards │ │ │ └───src │ │ ├───vcnl4040 │ │ │ ├───boards │ │ │ └───src │ │ ├───vl53l0x │ │ │ └───src │ │ ├───wsen_hids │ │ │ ├───boards │ │ │ └───src │ │ └───wsen_itds │ │ ├───boards │ │ └───src │ ├───shields │ │ ├───lmp90100_evb │ │ │ └───rtd │ │ │ └───src │ │ ├───npm6001_ek │ │ │ ├───doc │ │ │ └───src │ │ ├───x_nucleo_53l0a1 │ │ │ └───src │ │ ├───x_nucleo_iks01a1 │ │ │ └───src │ │ ├───x_nucleo_iks01a2 │ │ │ ├───sensorhub │ │ │ │ └───src │ │ │ └───standard │ │ │ └───src │ │ ├───x_nucleo_iks01a3 │ │ │ ├───sensorhub │ │ │ │ └───src │ │ │ └───standard │ │ │ └───src │ │ └───x_nucleo_iks02a1 │ │ ├───microphone │ │ │ ├───img │ │ │ └───src │ │ ├───sensorhub │ │ │ └───src │ │ └───standard │ │ └───src │ ├───subsys │ │ ├───canbus │ │ │ └───isotp │ │ │ └───src │ │ ├───console │ │ │ ├───echo │ │ │ │ └───src │ │ │ ├───getchar │ │ │ │ └───src │ │ │ └───getline │ │ │ └───src │ │ ├───debug │ │ │ ├───debugmon │ │ │ │ └───src │ │ │ ├───fuzz │ │ │ │ └───src │ │ │ └───gdbstub │ │ │ ├───boards │ │ │ └───src │ │ ├───display │ │ │ ├───cfb │ │ │ │ ├───boards │ │ │ │ └───src │ │ │ ├───cfb_custom_font │ │ │ │ ├───fonts │ │ │ │ └───src │ │ │ ├───cfb_shell │ │ │ │ ├───boards │ │ │ │ └───src │ │ │ └───lvgl │ │ │ ├───boards │ │ │ └───src │ │ ├───edac │ │ │ └───src │ │ ├───fs │ │ │ ├───fat_fs │ │ │ │ ├───boards │ │ │ │ └───src │ │ │ ├───format │ │ │ │ └───src │ │ │ └───littlefs │ │ │ ├───boards │ │ │ └───src │ │ ├───ipc │ │ │ ├───ipc_service │ │ │ │ ├───icmsg │ │ │ │ │ ├───boards │ │ │ │ │ ├───common │ │ │ │ │ ├───remote │ │ │ │ │ │ ├───boards │ │ │ │ │ │ └───src │ │ │ │ │ └───src │ │ │ │ ├───icmsg_me │ │ │ │ │ ├───boards │ │ │ │ │ ├───remote │ │ │ │ │ │ ├───boards │ │ │ │ │ │ └───src │ │ │ │ │ └───src │ │ │ │ └───static_vrings │ │ │ │ ├───boards │ │ │ │ ├───remote │ │ │ │ │ ├───boards │ │ │ │ │ └───src │ │ │ │ └───src │ │ │ ├───openamp │ │ │ │ ├───boards │ │ │ │ ├───remote │ │ │ │ │ ├───boards │ │ │ │ │ └───src │ │ │ │ └───src │ │ │ ├───openamp_rsc_table │ │ │ │ ├───boards │ │ │ │ └───src │ │ │ └───rpmsg_service │ │ │ ├───boards │ │ │ ├───remote │ │ │ │ ├───boards │ │ │ │ └───src │ │ │ └───src │ │ ├───logging │ │ │ ├───dictionary │ │ │ │ └───src │ │ │ ├───logger │ │ │ │ ├───boards │ │ │ │ └───src │ │ │ ├───multidomain │ │ │ │ ├───boards │ │ │ │ ├───remote │ │ │ │ │ ├───boards │ │ │ │ │ └───src │ │ │ │ └───src │ │ │ └───syst │ │ │ ├───boards │ │ │ └───src │ │ ├───lorawan │ │ │ └───class_a │ │ │ └───src │ │ ├───mgmt │ │ │ ├───hawkbit │ │ │ │ └───src │ │ │ ├───mcumgr │ │ │ │ └───smp_svr │ │ │ │ ├───boards │ │ │ │ └───src │ │ │ ├───osdp │ │ │ │ ├───control_panel │ │ │ │ │ └───src │ │ │ │ └───peripheral_device │ │ │ │ └───src │ │ │ └───updatehub │ │ │ └───src │ │ │ └───certificates │ │ ├───modbus │ │ │ ├───rtu_client │ │ │ │ └───src │ │ │ ├───rtu_server │ │ │ │ └───src │ │ │ ├───tcp_gateway │ │ │ │ ├───boards │ │ │ │ └───src │ │ │ └───tcp_server │ │ │ └───src │ │ ├───nvs │ │ │ ├───boards │ │ │ └───src │ │ ├───pm │ │ │ ├───device_pm │ │ │ │ └───src │ │ │ └───latency │ │ │ ├───boards │ │ │ └───src │ │ ├───portability │ │ │ ├───cmsis_rtos_v1 │ │ │ │ ├───philosophers │ │ │ │ │ └───src │ │ │ │ └───timer_synchronization │ │ │ │ └───src │ │ │ └───cmsis_rtos_v2 │ │ │ ├───philosophers │ │ │ │ └───src │ │ │ └───timer_synchronization │ │ │ └───src │ │ ├───rtio │ │ │ └───sensor_batch_processing │ │ │ ├───dts │ │ │ │ └───bindings │ │ │ └───src │ │ ├───settings │ │ │ ├───boards │ │ │ └───src │ │ ├───shell │ │ │ ├───devmem_load │ │ │ │ └───src │ │ │ ├───fs │ │ │ │ ├───boards │ │ │ │ └───src │ │ │ └───shell_module │ │ │ └───src │ │ ├───task_wdt │ │ │ └───src │ │ ├───testsuite │ │ │ ├───integration │ │ │ │ └───src │ │ │ └───pytest │ │ │ ├───pytest │ │ │ └───src │ │ ├───tracing │ │ │ ├───boards │ │ │ └───src │ │ ├───usb │ │ │ ├───audio │ │ │ │ ├───headphones_microphone │ │ │ │ │ └───src │ │ │ │ └───headset │ │ │ │ └───src │ │ │ ├───cdc_acm │ │ │ │ └───src │ │ │ ├───cdc_acm_composite │ │ │ │ └───src │ │ │ ├───console │ │ │ │ └───src │ │ │ ├───dfu │ │ │ │ └───src │ │ │ ├───hid │ │ │ │ └───src │ │ │ ├───hid-cdc │ │ │ │ ├───boards │ │ │ │ └───src │ │ │ ├───hid-mouse │ │ │ │ └───src │ │ │ ├───inf │ │ │ ├───mass │ │ │ │ ├───boards │ │ │ │ └───src │ │ │ ├───shell │ │ │ │ ├───boards │ │ │ │ └───src │ │ │ ├───testusb │ │ │ │ └───src │ │ │ └───webusb │ │ │ └───src │ │ ├───usb_c │ │ │ └───sink │ │ │ ├───boards │ │ │ └───src │ │ ├───video │ │ │ ├───capture │ │ │ │ └───src │ │ │ └───tcpserversink │ │ │ └───src │ │ └───zbus │ │ ├───benchmark │ │ │ └───src │ │ ├───dyn_channel │ │ │ └───src │ │ ├───hello_world │ │ │ └───src │ │ ├───remote_mock │ │ │ ├───boards │ │ │ └───src │ │ ├───runtime_obs_registration │ │ │ └───src │ │ ├───uart_bridge │ │ │ ├───boards │ │ │ └───src │ │ └───work_queue │ │ └───src │ ├───synchronization │ │ └───src │ ├───tfm_integration │ │ ├───psa_protected_storage │ │ │ └───src │ │ ├───tfm_ipc │ │ │ ├───boards │ │ │ └───src │ │ ├───tfm_psa_test │ │ │ └───src │ │ ├───tfm_regression_test │ │ │ └───src │ │ └───tfm_secure_partition │ │ ├───dummy_partition │ │ └───src │ └───userspace │ ├───hello_world_user │ │ └───src │ ├───prod_consumer │ │ └───src │ ├───shared_mem │ │ └───src │ └───syscall_perf │ └───src ├───scripts │ ├───build │ ├───checkpatch │ ├───ci │ ├───coccinelle │ ├───coredump │ │ ├───coredump_parser │ │ └───gdbstubs │ │ └───arch │ ├───dts │ │ └───python-devicetree │ │ ├───src │ │ │ └───devicetree │ │ └───tests │ │ ├───test-bindings │ │ ├───test-bindings-2 │ │ ├───test-bindings-include │ │ └───test-wrong-bindings │ ├───footprint │ ├───generate_usb_vif │ ├───gitlint │ ├───kconfig │ ├───logging │ │ └───dictionary │ │ └───dictionary_parser │ ├───net │ ├───pylib │ │ ├───build_helpers │ │ └───twister │ │ ├───boards │ │ │ └───unit │ │ │ └───unit_testing │ │ └───twisterlib │ ├───pylint │ │ └───checkers │ ├───release │ ├───schemas │ │ └───twister │ ├───support │ ├───tests │ │ ├───build │ │ └───twister │ │ └───test_data │ │ ├───board_config │ │ │ └───1_level │ │ │ └───2_level │ │ ├───quarantines │ │ └───testsuites │ │ ├───samples │ │ │ └───test_app │ │ └───tests │ │ ├───test_a │ │ ├───test_b │ │ ├───test_c │ │ └───test_d │ ├───tracing │ ├───utils │ └───west_commands │ ├───completion │ ├───fetchers │ ├───runners │ ├───tests │ │ └───nrfjprog │ └───zspdx ├───share │ ├───sysbuild │ │ ├───bootloader │ │ └───cmake │ │ └───modules │ ├───zephyr-package │ │ └───cmake │ └───zephyrunittest-package │ └───cmake ├───soc │ ├───arc │ │ ├───snps_arc_hsdk │ │ ├───snps_arc_iot │ │ ├───snps_emsdp │ │ ├───snps_emsk │ │ ├───snps_nsim │ │ └───snps_qemu │ ├───arm │ │ ├───arm │ │ │ ├───beetle │ │ │ ├───designstart │ │ │ ├───fvp_aemv8r_aarch32 │ │ │ ├───mps2 │ │ │ ├───mps3 │ │ │ ├───musca_b1 │ │ │ └───musca_s1 │ │ ├───aspeed │ │ │ └───ast10x0 │ │ │ └───tools │ │ ├───atmel_sam │ │ │ ├───common │ │ │ ├───sam3x │ │ │ ├───sam4e │ │ │ ├───sam4l │ │ │ ├───sam4s │ │ │ ├───same70 │ │ │ └───samv71 │ │ ├───atmel_sam0 │ │ │ ├───common │ │ │ ├───samc20 │ │ │ ├───samc21 │ │ │ ├───samd20 │ │ │ ├───samd21 │ │ │ ├───samd51 │ │ │ ├───same51 │ │ │ ├───same53 │ │ │ ├───same54 │ │ │ ├───saml21 │ │ │ ├───samr21 │ │ │ ├───samr34 │ │ │ └───samr35 │ │ ├───bcm_vk │ │ │ ├───valkyrie │ │ │ └───viper │ │ ├───common │ │ │ └───cortex_m │ │ ├───cypress │ │ │ ├───common │ │ │ └───psoc6 │ │ ├───gigadevice │ │ │ ├───common │ │ │ ├───gd32a50x │ │ │ ├───gd32e10x │ │ │ ├───gd32e50x │ │ │ ├───gd32f3x0 │ │ │ ├───gd32f403 │ │ │ ├───gd32f4xx │ │ │ └───gd32l23x │ │ ├───infineon_xmc │ │ │ └───4xxx │ │ ├───intel_socfpga_std │ │ │ └───cyclonev │ │ ├───microchip_mec │ │ │ ├───common │ │ │ │ ├───reg │ │ │ │ └───spigen │ │ │ ├───mec1501 │ │ │ ├───mec1701 │ │ │ └───mec172x │ │ │ └───reg │ │ ├───nordic_nrf │ │ │ ├───common │ │ │ ├───nrf51 │ │ │ ├───nrf52 │ │ │ ├───nrf53 │ │ │ └───nrf91 │ │ ├───nuvoton_npcx │ │ │ ├───common │ │ │ │ ├───ecst │ │ │ │ └───reg │ │ │ ├───npcx7 │ │ │ └───npcx9 │ │ ├───nuvoton_numicro │ │ │ ├───common │ │ │ └───m48x │ │ ├───nxp_imx │ │ │ ├───mcimx6x_m4 │ │ │ ├───mcimx7_m4 │ │ │ ├───mimx8ml8_m7 │ │ │ ├───mimx8mm6_m4 │ │ │ ├───mimx8mq6_m4 │ │ │ ├───rt │ │ │ ├───rt5xx │ │ │ └───rt6xx │ │ ├───nxp_kinetis │ │ │ ├───common │ │ │ ├───k2x │ │ │ ├───k6x │ │ │ ├───k8x │ │ │ ├───ke1xf │ │ │ ├───kl2x │ │ │ ├───kv5x │ │ │ └───kwx │ │ ├───nxp_lpc │ │ │ ├───lpc11u6x │ │ │ ├───lpc51u68 │ │ │ ├───lpc54xxx │ │ │ │ └───gcc │ │ │ └───lpc55xxx │ │ ├───nxp_s32 │ │ │ ├───common │ │ │ └───s32ze │ │ ├───quicklogic_eos_s3 │ │ ├───renesas_rcar │ │ │ └───gen3 │ │ ├───renesas_smartbond │ │ │ └───da1469x │ │ ├───rpi_pico │ │ │ └───rp2 │ │ ├───silabs_exx32 │ │ │ ├───common │ │ │ ├───efm32gg11b │ │ │ ├───efm32hg │ │ │ ├───efm32jg12b │ │ │ ├───efm32pg12b │ │ │ ├───efm32pg1b │ │ │ ├───efm32wg │ │ │ ├───efr32bg13p │ │ │ ├───efr32bg22 │ │ │ ├───efr32fg13p │ │ │ ├───efr32fg1p │ │ │ ├───efr32mg12p │ │ │ └───efr32mg21 │ │ ├───st_stm32 │ │ │ ├───common │ │ │ ├───stm32f0 │ │ │ ├───stm32f1 │ │ │ ├───stm32f2 │ │ │ ├───stm32f3 │ │ │ ├───stm32f4 │ │ │ ├───stm32f7 │ │ │ ├───stm32g0 │ │ │ ├───stm32g4 │ │ │ ├───stm32h7 │ │ │ ├───stm32l0 │ │ │ ├───stm32l1 │ │ │ ├───stm32l4 │ │ │ ├───stm32l5 │ │ │ ├───stm32mp1 │ │ │ ├───stm32u5 │ │ │ ├───stm32wb │ │ │ └───stm32wl │ │ ├───ti_lm3s6965 │ │ ├───ti_simplelink │ │ │ ├───cc13x2_cc26x2 │ │ │ ├───cc32xx │ │ │ └───msp432p4xx │ │ ├───xilinx_zynq7000 │ │ │ ├───common │ │ │ ├───xc7zxxx │ │ │ └───xc7zxxxs │ │ └───xilinx_zynqmp │ ├───arm64 │ │ ├───arm │ │ │ ├───fvp_aemv8a │ │ │ └───fvp_aemv8r │ │ ├───bcm_vk │ │ │ └───viper │ │ ├───intel_socfpga │ │ │ ├───agilex │ │ │ └───common │ │ ├───nxp_imx │ │ │ ├───mimx8m │ │ │ └───mimx9 │ │ ├───nxp_layerscape │ │ │ └───ls1046a │ │ ├───qemu_cortex_a53 │ │ ├───qemu_virt_arm64 │ │ ├───rockchip │ │ │ └───rk3399 │ │ └───xenvm │ ├───mips │ │ └───qemu_malta │ ├───nios2 │ │ ├───nios2-qemu │ │ │ └───include │ │ └───nios2f-zephyr │ │ ├───cpu │ │ └───include │ ├───posix │ │ └───inf_clock │ ├───riscv │ │ ├───esp32c3 │ │ ├───litex-vexriscv │ │ ├───openisa_rv32m1 │ │ ├───riscv-ite │ │ │ ├───common │ │ │ └───it8xxx2 │ │ └───riscv-privilege │ │ ├───andes_v5 │ │ │ └───ae350 │ │ ├───common │ │ │ └───nuclei │ │ ├───gd32vf103 │ │ ├───miv │ │ ├───mpfs │ │ ├───neorv32 │ │ ├───opentitan │ │ ├───sifive-freedom │ │ ├───starfive_jh71xx │ │ ├───telink_b91 │ │ └───virt │ ├───sparc │ │ ├───gr716a │ │ └───leon3 │ ├───x86 │ │ ├───apollo_lake │ │ │ └───doc │ │ ├───atom │ │ ├───elkhart_lake │ │ │ └───doc │ │ ├───ia32 │ │ ├───lakemont │ │ └───raptor_lake │ │ └───doc │ └───xtensa │ ├───esp32 │ │ └───include │ │ └───gdbstub │ ├───esp32s2 │ │ └───include │ ├───esp32_net │ │ └───include │ │ └───gdbstub │ ├───intel_adsp │ │ ├───ace │ │ │ └───include │ │ │ └───intel_ace15_mtpm │ │ ├───cavs │ │ │ └───include │ │ │ ├───intel_apl_adsp │ │ │ ├───intel_cnl_adsp │ │ │ ├───intel_icl_adsp │ │ │ └───intel_tgl_adsp │ │ ├───common │ │ │ └───include │ │ └───tools │ ├───nxp_adsp │ │ ├───common │ │ │ └───include │ │ │ └───adsp │ │ ├───imx8 │ │ │ └───include │ │ │ └───soc │ │ └───imx8m │ │ └───include │ │ └───soc │ └───sample_controller │ └───include ├───submanifests ├───subsys │ ├───bluetooth │ │ ├───audio │ │ ├───common │ │ ├───controller │ │ │ ├───crypto │ │ │ ├───hal │ │ │ ├───hci │ │ │ │ ├───nordic │ │ │ │ └───openisa │ │ │ ├───include │ │ │ ├───ll_sw │ │ │ │ ├───nordic │ │ │ │ │ ├───hal │ │ │ │ │ │ └───nrf5 │ │ │ │ │ │ ├───nrfx_glue │ │ │ │ │ │ └───radio │ │ │ │ │ ├───lll │ │ │ │ │ └───ull │ │ │ │ └───openisa │ │ │ │ ├───hal │ │ │ │ │ └───RV32M1 │ │ │ │ │ └───radio │ │ │ │ └───lll │ │ │ ├───ticker │ │ │ └───util │ │ ├───crypto │ │ ├───host │ │ ├───mesh │ │ │ └───shell │ │ ├───services │ │ │ ├───ias │ │ │ └───ots │ │ └───shell │ ├───canbus │ │ └───isotp │ ├───console │ ├───debug │ │ ├───coredump │ │ └───gdbstub │ ├───demand_paging │ │ ├───backing_store │ │ └───eviction │ ├───dfu │ │ ├───boot │ │ └───img_util │ ├───disk │ ├───dsp │ │ └───cmsis │ │ └───public │ ├───emul │ │ ├───espi │ │ └───i2c │ ├───fb │ ├───fs │ │ ├───fcb │ │ └───nvs │ ├───ipc │ │ ├───ipc_service │ │ │ ├───backends │ │ │ └───lib │ │ └───rpmsg_service │ ├───jwt │ ├───logging │ │ ├───backends │ │ └───mipi_syst │ ├───lorawan │ │ ├───nvm │ │ └───services │ ├───mgmt │ │ ├───ec_host_cmd │ │ ├───hawkbit │ │ ├───mcumgr │ │ │ ├───grp │ │ │ │ ├───fs_mgmt │ │ │ │ │ ├───include │ │ │ │ │ │ └───mgmt │ │ │ │ │ │ └───mcumgr │ │ │ │ │ │ └───grp │ │ │ │ │ │ └───fs_mgmt │ │ │ │ │ └───src │ │ │ │ ├───img_mgmt │ │ │ │ │ ├───include │ │ │ │ │ │ └───mgmt │ │ │ │ │ │ └───mcumgr │ │ │ │ │ │ └───grp │ │ │ │ │ │ └───img_mgmt │ │ │ │ │ └───src │ │ │ │ ├───os_mgmt │ │ │ │ │ ├───include │ │ │ │ │ └───src │ │ │ │ ├───shell_mgmt │ │ │ │ │ ├───include │ │ │ │ │ │ └───mgmt │ │ │ │ │ │ └───mcumgr │ │ │ │ │ │ └───grp │ │ │ │ │ │ └───shell_mgmt │ │ │ │ │ └───src │ │ │ │ ├───stat_mgmt │ │ │ │ │ └───src │ │ │ │ └───zephyr_basic │ │ │ │ └───src │ │ │ ├───mgmt │ │ │ │ └───src │ │ │ ├───smp │ │ │ │ └───src │ │ │ ├───transport │ │ │ │ ├───include │ │ │ │ │ └───mgmt │ │ │ │ │ └───mcumgr │ │ │ │ │ └───transport │ │ │ │ └───src │ │ │ └───util │ │ │ ├───include │ │ │ │ └───mgmt │ │ │ │ └───mcumgr │ │ │ │ └───util │ │ │ └───src │ │ ├───osdp │ │ │ └───src │ │ └───updatehub │ ├───modbus │ ├───net │ │ ├───ip │ │ ├───l2 │ │ │ ├───bluetooth │ │ │ ├───canbus │ │ │ ├───dummy │ │ │ ├───ethernet │ │ │ │ ├───dsa │ │ │ │ ├───gptp │ │ │ │ └───lldp │ │ │ ├───ieee802154 │ │ │ ├───openthread │ │ │ ├───ppp │ │ │ ├───virtual │ │ │ │ └───ipip │ │ │ └───wifi │ │ ├───lib │ │ │ ├───capture │ │ │ ├───coap │ │ │ ├───config │ │ │ ├───conn_mgr │ │ │ ├───dns │ │ │ ├───http │ │ │ ├───lwm2m │ │ │ ├───mqtt │ │ │ ├───mqtt_sn │ │ │ ├───sntp │ │ │ ├───sockets │ │ │ ├───socks │ │ │ ├───tftp │ │ │ ├───tls_credentials │ │ │ ├───utils │ │ │ ├───websocket │ │ │ └───zperf │ │ └───pkt_filter │ ├───pm │ ├───portability │ │ ├───cmsis_rtos_v1 │ │ └───cmsis_rtos_v2 │ ├───random │ ├───rtio │ ├───sd │ ├───settings │ │ ├───include │ │ │ └───settings │ │ └───src │ ├───shell │ │ ├───backends │ │ └───modules │ ├───stats │ ├───storage │ │ ├───flash_map │ │ └───stream │ ├───task_wdt │ ├───testsuite │ │ ├───arch │ │ │ └───unit_testing │ │ ├───boards │ │ │ └───unit_testing │ │ │ └───unit_testing │ │ ├───busy_sim │ │ ├───coverage │ │ ├───include │ │ │ └───zephyr │ │ ├───soc │ │ │ └───unit_testing │ │ │ └───unit_testing │ │ └───ztest │ │ ├───include │ │ │ └───zephyr │ │ │ ├───arch │ │ │ └───syscalls │ │ └───src │ ├───timing │ ├───tracing │ │ ├───ctf │ │ │ └───tsdl │ │ ├───include │ │ ├───sysview │ │ ├───test │ │ └───user │ ├───usb │ │ ├───device │ │ │ └───class │ │ │ ├───audio │ │ │ ├───dfu │ │ │ ├───hid │ │ │ └───netusb │ │ ├───device_next │ │ │ └───class │ │ ├───host │ │ └───usb_c │ └───zbus └───tests ├───application_development │ ├───code_relocation │ │ ├───src │ │ └───test_lib │ └───gen_inc_file │ └───src ├───arch │ ├───arc │ │ └───arc_dsp_sharing │ │ └───src │ ├───arm │ │ ├───arm_hardfault_validation │ │ │ └───src │ │ ├───arm_interrupt │ │ │ └───src │ │ ├───arm_irq_advanced_features │ │ │ └───src │ │ ├───arm_irq_vector_table │ │ │ └───src │ │ ├───arm_irq_zero_latency_levels │ │ │ └───src │ │ ├───arm_mem_protect │ │ │ └───src │ │ ├───arm_mpu_regions │ │ │ ├───boards │ │ │ └───src │ │ ├───arm_no_multithreading │ │ │ ├───boards │ │ │ └───src │ │ ├───arm_ramfunc │ │ │ ├───boards │ │ │ └───src │ │ ├───arm_runtime_nmi │ │ │ └───src │ │ ├───arm_sw_vector_relay │ │ │ └───src │ │ ├───arm_thread_swap │ │ │ └───src │ │ ├───arm_thread_swap_tz │ │ │ ├───boards │ │ │ └───src │ │ └───arm_tz_wrap_func │ │ └───src │ ├───arm64 │ │ ├───arm64_gicv3_its │ │ │ ├───boards │ │ │ └───src │ │ ├───arm64_high_addresses │ │ │ └───src │ │ ├───arm64_psci │ │ │ └───src │ │ └───arm64_smc_call │ │ └───src │ ├───common │ │ ├───semihost │ │ │ └───src │ │ └───timing │ │ └───src │ ├───riscv │ │ └───fpu_sharing │ │ └───src │ └───x86 │ ├───cpu_scrubs_regs │ │ └───src │ ├───direct_isr │ │ └───src │ ├───info │ │ └───src │ ├───nmi │ │ └───src │ ├───pagetables │ │ └───src │ └───static_idt │ └───src ├───benchmarks │ ├───app_kernel │ │ ├───boards │ │ └───src │ ├───cmsis_dsp │ │ ├───basicmath │ │ │ └───src │ │ └───common │ ├───data_structure_perf │ │ ├───dlist_perf │ │ │ └───src │ │ └───rbtree_perf │ │ └───src │ ├───footprints │ │ └───src │ ├───latency_measure │ │ ├───boards │ │ └───src │ ├───mbedtls │ │ └───src │ ├───sched │ │ └───src │ ├───sched_userspace │ │ └───src │ └───sys_kernel │ └───src ├───bluetooth │ ├───addr │ │ └───src │ ├───adv │ │ └───src │ ├───at │ │ └───src │ ├───bluetooth │ │ └───src │ ├───bsim_bt │ │ ├───bsim_test_advx │ │ │ ├───src │ │ │ └───tests_scripts │ │ ├───bsim_test_adv_chain │ │ │ ├───src │ │ │ └───tests_scripts │ │ ├───bsim_test_adv_resume │ │ │ ├───src │ │ │ └───test_scripts │ │ ├───bsim_test_app │ │ │ ├───src │ │ │ └───tests_scripts │ │ ├───bsim_test_audio │ │ │ ├───src │ │ │ └───test_scripts │ │ ├───bsim_test_bond_overwrite_allowed │ │ │ ├───src │ │ │ └───test_scripts │ │ ├───bsim_test_bond_overwrite_denied │ │ │ ├───src │ │ │ └───test_scripts │ │ ├───bsim_test_disable │ │ │ ├───src │ │ │ └───tests_scripts │ │ ├───bsim_test_eatt │ │ │ ├───src │ │ │ └───tests_scripts │ │ ├───bsim_test_eatt_notif │ │ │ ├───src │ │ │ └───test_scripts │ │ ├───bsim_test_gatt │ │ │ ├───src │ │ │ └───test_scripts │ │ ├───bsim_test_gatt_caching │ │ │ ├───src │ │ │ └───test_scripts │ │ ├───bsim_test_gatt_settings │ │ │ ├───src │ │ │ └───test_scripts │ │ ├───bsim_test_gatt_write │ │ │ ├───src │ │ │ └───tests_scripts │ │ ├───bsim_test_iso │ │ │ ├───src │ │ │ └───tests_scripts │ │ ├───bsim_test_l2cap │ │ │ ├───src │ │ │ └───tests_scripts │ │ ├───bsim_test_l2cap_stress │ │ │ ├───src │ │ │ └───tests_scripts │ │ ├───bsim_test_l2cap_userdata │ │ │ ├───src │ │ │ └───tests_scripts │ │ ├───bsim_test_mesh │ │ │ ├───src │ │ │ └───tests_scripts │ │ │ ├───access │ │ │ ├───advertiser │ │ │ ├───beacon │ │ │ ├───friendship │ │ │ ├───heartbeat │ │ │ ├───iv_index │ │ │ ├───persistence │ │ │ ├───provision │ │ │ ├───replay_cache │ │ │ ├───scanner │ │ │ └───transport │ │ ├───bsim_test_mtu_update │ │ │ ├───src │ │ │ └───test_scripts │ │ ├───bsim_test_multiple │ │ │ ├───src │ │ │ └───tests_scripts │ │ ├───bsim_test_notify │ │ │ ├───src │ │ │ └───test_scripts │ │ ├───bsim_test_notify_multiple │ │ │ ├───src │ │ │ └───test_scripts │ │ ├───bsim_test_per_adv │ │ │ ├───src │ │ │ └───tests_scripts │ │ └───edtt_ble_test_app │ │ ├───common │ │ ├───gatt_test_app │ │ │ └───src │ │ │ └───gatt │ │ ├───hci_test_app │ │ │ └───src │ │ └───tests_scripts │ ├───bt_crypto │ │ └───src │ ├───controller │ │ ├───common │ │ │ ├───include │ │ │ └───src │ │ ├───ctrl_api │ │ │ └───src │ │ ├───ctrl_chmu │ │ │ └───src │ │ ├───ctrl_cis_create │ │ │ └───src │ │ ├───ctrl_cis_terminate │ │ │ └───src │ │ ├───ctrl_collision │ │ │ └───src │ │ ├───ctrl_conn_update │ │ │ └───src │ │ ├───ctrl_cte_req │ │ │ └───src │ │ ├───ctrl_data_length_update │ │ │ └───src │ │ ├───ctrl_encrypt │ │ │ └───src │ │ ├───ctrl_feature_exchange │ │ │ └───src │ │ ├───ctrl_hci │ │ │ └───src │ │ ├───ctrl_invalid │ │ │ └───src │ │ ├───ctrl_le_ping │ │ │ └───src │ │ ├───ctrl_min_used_chans │ │ │ └───src │ │ ├───ctrl_phy_update │ │ │ └───src │ │ ├───ctrl_sca_update │ │ │ └───src │ │ ├───ctrl_terminate │ │ │ └───src │ │ ├───ctrl_tx_buffer_alloc │ │ │ └───src │ │ ├───ctrl_tx_queue │ │ │ └───src │ │ ├───ctrl_unsupported │ │ │ └───src │ │ ├───ctrl_version │ │ │ └───src │ │ ├───mock_ctrl │ │ │ ├───include │ │ │ │ ├───hal │ │ │ │ └───lll │ │ │ └───src │ │ └───uut │ ├───ctrl_isoal │ │ └───src │ │ └───sub_sets │ ├───ctrl_sw_privacy │ │ └───src │ ├───ctrl_sw_privacy_unit │ │ └───src │ ├───ctrl_user_ext │ │ └───src │ ├───df │ │ ├───common │ │ │ ├───include │ │ │ └───src │ │ ├───connectionless_cte_chains │ │ │ └───src │ │ ├───connectionless_cte_rx │ │ │ └───src │ │ ├───connectionless_cte_tx │ │ │ └───src │ │ ├───connection_cte_req │ │ │ └───src │ │ └───connection_cte_tx_params │ │ └───src │ ├───gatt │ │ └───src │ ├───hci_codecs_info │ │ └───src │ ├───hci_prop_evt │ │ └───src │ ├───host │ │ ├───buf │ │ │ ├───bt_buf_get_cmd_complete │ │ │ │ └───src │ │ │ ├───bt_buf_get_evt │ │ │ │ └───src │ │ │ ├───bt_buf_get_rx │ │ │ │ └───src │ │ │ ├───bt_buf_get_type │ │ │ │ └───src │ │ │ └───mocks │ │ ├───crypto │ │ │ ├───mocks │ │ │ └───prng_init │ │ │ └───src │ │ ├───host_mocks │ │ ├───id │ │ │ ├───bt_br_oob_get_local │ │ │ │ └───src │ │ │ ├───bt_id_add │ │ │ │ └───src │ │ │ ├───bt_id_adv_random_addr_check │ │ │ │ └───src │ │ │ ├───bt_id_create │ │ │ │ └───src │ │ │ ├───bt_id_del │ │ │ │ └───src │ │ │ ├───bt_id_delete │ │ │ │ └───src │ │ │ ├───bt_id_get │ │ │ │ └───src │ │ │ ├───bt_id_init │ │ │ │ └───src │ │ │ ├───bt_id_read_public_addr │ │ │ │ └───src │ │ │ ├───bt_id_reset │ │ │ │ └───src │ │ │ ├───bt_id_scan_random_addr_check │ │ │ │ └───src │ │ │ ├───bt_id_set_adv_own_addr │ │ │ │ └───src │ │ │ ├───bt_id_set_adv_private_addr │ │ │ │ └───src │ │ │ ├───bt_id_set_adv_random_addr │ │ │ │ └───src │ │ │ ├───bt_id_set_create_conn_own_addr │ │ │ │ └───src │ │ │ ├───bt_id_set_private_addr │ │ │ │ └───src │ │ │ ├───bt_id_set_scan_own_addr │ │ │ │ └───src │ │ │ ├───bt_le_ext_adv_oob_get_local │ │ │ │ └───src │ │ │ ├───bt_le_oob_get_local │ │ │ │ └───src │ │ │ ├───bt_le_oob_get_sc_data │ │ │ │ └───src │ │ │ ├───bt_le_oob_set_legacy_tk │ │ │ │ └───src │ │ │ ├───bt_le_oob_set_sc_data │ │ │ │ └───src │ │ │ ├───bt_lookup_id_addr │ │ │ │ └───src │ │ │ ├───bt_setup_public_id_addr │ │ │ │ └───src │ │ │ ├───bt_setup_random_id_addr │ │ │ │ └───src │ │ │ └───mocks │ │ │ ├───syscalls │ │ │ └───zephyr │ │ │ └───linker │ │ └───keys │ │ ├───bt_keys_add_type │ │ │ └───src │ │ ├───bt_keys_clear │ │ │ └───src │ │ ├───bt_keys_find │ │ │ └───src │ │ ├───bt_keys_find_addr │ │ │ └───src │ │ ├───bt_keys_find_irk │ │ │ └───src │ │ ├───bt_keys_foreach_bond │ │ │ └───src │ │ ├───bt_keys_foreach_type │ │ │ └───src │ │ ├───bt_keys_get_addr │ │ │ └───src │ │ ├───bt_keys_get_type │ │ │ └───src │ │ ├───bt_keys_store │ │ │ └───src │ │ ├───bt_keys_update_usage │ │ │ └───src │ │ └───mocks │ ├───host_long_adv_recv │ │ └───src │ ├───init │ │ └───src │ ├───l2cap │ │ └───src │ ├───ll_settings │ │ └───src │ ├───mesh │ │ └───src │ ├───mesh_shell │ │ └───src │ ├───qualification │ ├───shell │ │ ├───boards │ │ └───src │ ├───tester │ │ ├───boards │ │ └───src │ │ └───btp │ └───uuid │ └───src ├───boards │ ├───altera_max10 │ │ ├───i2c_master │ │ │ └───src │ │ ├───msgdma │ │ │ └───src │ │ ├───qspi │ │ │ └───src │ │ └───sysid │ │ └───src │ ├───espressif_esp32 │ │ └───cache_coex │ │ └───src │ ├───frdm_k64f │ │ └───i2c │ │ └───src │ ├───intel_adsp │ │ ├───cache │ │ │ └───src │ │ ├───hda │ │ │ └───src │ │ ├───hda_log │ │ │ └───src │ │ ├───mm │ │ │ └───src │ │ ├───smoke │ │ │ └───src │ │ └───ssp │ │ └───src │ ├───mec15xxevb_assy6853 │ │ ├───i2c_api │ │ │ └───src │ │ └───qspi │ │ ├───boards │ │ └───src │ ├───mec172xevb_assy6906 │ │ └───i2c_api │ │ └───src │ └───native_posix │ ├───cpu_wait │ │ └───src │ ├───native_tasks │ │ └───src │ └───rtc │ └───src ├───boot │ ├───test_mcuboot │ │ ├───src │ │ └───swapped_app │ │ └───src │ └───uefi │ └───src ├───cmake │ ├───config_dir │ │ ├───foo │ │ └───src │ └───overlays │ └───var_expansions │ ├───my_extra_module │ │ └───zephyr │ ├───my_module │ │ └───zephyr │ └───src ├───crypto │ ├───crypto_hash │ │ └───src │ ├───mbedtls │ │ └───src │ ├───rand32 │ │ └───src │ ├───tinycrypt │ │ └───src │ └───tinycrypt_hmac_prng │ └───src ├───drivers │ ├───adc │ │ ├───adc_api │ │ │ ├───boards │ │ │ └───src │ │ ├───adc_dma │ │ │ ├───boards │ │ │ └───src │ │ └───adc_emul │ │ └───src │ ├───bbram │ │ ├───emul │ │ │ ├───boards │ │ │ └───src │ │ └───src │ ├───build_all │ │ ├───adc │ │ │ ├───boards │ │ │ └───src │ │ ├───counter │ │ │ ├───boards │ │ │ └───src │ │ ├───dac │ │ │ ├───boards │ │ │ └───src │ │ ├───eeprom │ │ │ └───src │ │ ├───ethernet │ │ │ └───src │ │ ├───fpga │ │ │ └───src │ │ ├───gpio │ │ │ └───src │ │ ├───i3c │ │ │ ├───boards │ │ │ └───src │ │ ├───ieee802154 │ │ │ ├───boards │ │ │ └───src │ │ ├───led │ │ │ └───src │ │ ├───led_strip │ │ │ └───src │ │ ├───modem │ │ │ └───src │ │ ├───pwm │ │ │ ├───boards │ │ │ └───src │ │ ├───sensor │ │ │ └───src │ │ └───video │ │ └───src │ ├───can │ │ ├───api │ │ │ └───src │ │ ├───canfd │ │ │ └───src │ │ ├───shell │ │ │ └───src │ │ ├───timing │ │ │ └───src │ │ └───utilities │ │ └───src │ ├───clock_control │ │ ├───adsp_clock │ │ │ └───src │ │ ├───clock_control_api │ │ │ └───src │ │ ├───nrf_clock_calibration │ │ │ └───src │ │ ├───nrf_lf_clock_start │ │ │ └───src │ │ ├───nrf_onoff_and_bt │ │ │ └───src │ │ ├───onoff │ │ │ └───src │ │ └───stm32_clock_configuration │ │ ├───stm32h7_core │ │ │ ├───boards │ │ │ └───src │ │ ├───stm32h7_devices │ │ │ ├───boards │ │ │ └───src │ │ ├───stm32u5_core │ │ │ ├───boards │ │ │ └───src │ │ ├───stm32u5_devices │ │ │ ├───boards │ │ │ └───src │ │ ├───stm32_common_core │ │ │ ├───boards │ │ │ └───src │ │ └───stm32_common_devices │ │ ├───boards │ │ └───src │ ├───console │ │ └───src │ ├───coredump │ │ └───coredump_api │ │ ├───boards │ │ └───src │ ├───counter │ │ ├───counter_basic_api │ │ │ ├───boards │ │ │ └───src │ │ ├───counter_nrf_rtc │ │ │ └───fixed_top │ │ │ ├───boards │ │ │ └───src │ │ ├───counter_seconds │ │ │ ├───boards │ │ │ └───src │ │ └───maxim_ds3231_api │ │ ├───boards │ │ └───src │ ├───dac │ │ ├───dac_api │ │ │ ├───boards │ │ │ └───src │ │ └───dac_loopback │ │ ├───boards │ │ └───src │ ├───disk │ │ ├───disk_access │ │ │ └───src │ │ └───disk_performance │ │ ├───boards │ │ └───src │ ├───dma │ │ ├───chan_blen_transfer │ │ │ ├───boards │ │ │ └───src │ │ ├───chan_link_transfer │ │ │ ├───boards │ │ │ └───src │ │ ├───loop_transfer │ │ │ ├───boards │ │ │ └───src │ │ └───scatter_gather │ │ ├───boards │ │ └───src │ ├───eeprom │ │ ├───api │ │ │ ├───boards │ │ │ └───src │ │ └───shell │ │ └───src │ ├───entropy │ │ └───api │ │ ├───boards │ │ └───src │ ├───espi │ │ ├───boards │ │ └───src │ ├───flash │ │ ├───boards │ │ └───src │ ├───flash_simulator │ │ ├───boards │ │ └───src │ ├───fuel_gauge │ │ └───sbs_gauge │ │ ├───boards │ │ └───src │ ├───gpio │ │ ├───gpio_api_1pin │ │ │ ├───boards │ │ │ └───src │ │ ├───gpio_basic_api │ │ │ ├───boards │ │ │ ├───dts │ │ │ │ └───bindings │ │ │ └───src │ │ ├───gpio_get_direction │ │ │ ├───boards │ │ │ └───src │ │ └───gpio_hogs │ │ ├───boards │ │ └───src │ ├───hwinfo │ │ └───api │ │ └───src │ ├───i2c │ │ ├───i2c_api │ │ │ ├───boards │ │ │ └───src │ │ ├───i2c_target_api │ │ │ ├───boards │ │ │ ├───common │ │ │ └───src │ │ └───i2c_tca954x │ │ ├───boards │ │ └───src │ ├───i2s │ │ ├───i2s_api │ │ │ ├───boards │ │ │ └───src │ │ └───i2s_speed │ │ ├───boards │ │ └───src │ ├───ipm │ │ └───src │ ├───kscan │ │ └───kscan_api │ │ └───src │ ├───led │ │ └───led_api │ │ └───src │ ├───memc │ │ └───ram │ │ └───src │ ├───mipi_dsi │ │ └───api │ │ └───src │ ├───mm │ │ └───sys_mm_drv_api │ │ └───src │ ├───pinctrl │ │ ├───api │ │ │ └───src │ │ ├───common │ │ ├───gd32 │ │ │ ├───boards │ │ │ └───src │ │ └───nrf │ │ └───src │ ├───pwm │ │ ├───pwm_api │ │ │ ├───boards │ │ │ └───src │ │ └───pwm_loopback │ │ ├───boards │ │ ├───dts │ │ │ └───bindings │ │ └───src │ ├───regulator │ │ ├───api │ │ │ └───src │ │ ├───fixed │ │ │ ├───boards │ │ │ ├───dts │ │ │ │ └───bindings │ │ │ └───src │ │ └───voltage │ │ ├───boards │ │ ├───dts │ │ │ └───bindings │ │ └───src │ ├───sdhc │ │ └───src │ ├───sensor │ │ ├───accel │ │ │ ├───boards │ │ │ └───src │ │ ├───generic │ │ │ └───src │ │ └───sbs_gauge │ │ ├───boards │ │ └───src │ ├───spi │ │ ├───dt_spec │ │ │ └───src │ │ └───spi_loopback │ │ ├───boards │ │ ├───dts │ │ │ └───bindings │ │ └───src │ ├───syscon │ │ ├───boards │ │ └───src │ ├───timer │ │ └───nrf_rtc_timer │ │ ├───boards │ │ └───src │ ├───uart │ │ ├───uart_async_api │ │ │ ├───boards │ │ │ └───src │ │ ├───uart_basic_api │ │ │ └───src │ │ ├───uart_mix_fifo_poll │ │ │ ├───boards │ │ │ └───src │ │ └───uart_pm │ │ ├───boards │ │ └───src │ ├───udc │ │ └───src │ ├───virtualization │ │ └───ivshmem │ │ └───plain │ │ ├───boards │ │ └───src │ ├───w1 │ │ └───w1_api │ │ ├───boards │ │ ├───dts │ │ │ └───bindings │ │ └───src │ └───watchdog │ ├───wdt_basic_api │ │ ├───boards │ │ └───src │ └───wdt_basic_reset_none │ └───src ├───kernel │ ├───cache │ │ └───src │ ├───common │ │ └───src │ ├───condvar │ │ └───condvar_api │ │ └───src │ ├───context │ │ ├───boards │ │ └───src │ ├───device │ │ └───src │ ├───early_sleep │ │ └───src │ ├───events │ │ ├───event_api │ │ │ └───src │ │ └───sys_event │ │ └───src │ ├───fatal │ │ ├───exception │ │ │ └───src │ │ ├───message_capture │ │ │ └───src │ │ └───no-multithreading │ │ └───src │ ├───fifo │ │ ├───fifo_api │ │ │ └───src │ │ ├───fifo_timeout │ │ │ └───src │ │ └───fifo_usage │ │ └───src │ ├───fpu_sharing │ │ ├───float_disable │ │ │ └───src │ │ └───generic │ │ └───src │ ├───gen_isr_table │ │ ├───boards │ │ └───src │ ├───interrupt │ │ └───src │ ├───lifo │ │ ├───lifo_api │ │ │ └───src │ │ └───lifo_usage │ │ └───src │ ├───mbox │ │ ├───mbox_api │ │ │ ├───boards │ │ │ └───src │ │ └───mbox_usage │ │ └───src │ ├───mem_heap │ │ ├───k_heap_api │ │ │ └───src │ │ ├───mheap_api_concept │ │ │ └───src │ │ └───shared_multi_heap │ │ ├───boards │ │ └───src │ ├───mem_protect │ │ ├───demand_paging │ │ │ ├───boards │ │ │ └───src │ │ ├───futex │ │ │ └───src │ │ ├───mem_map │ │ │ ├───boards │ │ │ └───src │ │ ├───mem_protect │ │ │ ├───boards │ │ │ └───src │ │ ├───obj_validation │ │ │ └───src │ │ ├───protection │ │ │ └───src │ │ ├───stackprot │ │ │ ├───boards │ │ │ └───src │ │ ├───stack_random │ │ │ └───src │ │ ├───syscalls │ │ │ └───src │ │ ├───sys_sem │ │ │ └───src │ │ └───userspace │ │ └───src │ ├───mem_slab │ │ ├───mslab │ │ │ └───src │ │ ├───mslab_api │ │ │ └───src │ │ ├───mslab_concept │ │ │ └───src │ │ ├───mslab_stats │ │ │ └───src │ │ └───mslab_threadsafe │ │ └───src │ ├───mp │ │ └───src │ ├───msgq │ │ ├───msgq_api │ │ │ └───src │ │ └───msgq_usage │ │ └───src │ ├───mutex │ │ ├───mutex_api │ │ │ └───src │ │ ├───mutex_error_case │ │ │ └───src │ │ └───sys_mutex │ │ └───src │ ├───obj_tracking │ │ └───src │ ├───pending │ │ └───src │ ├───pipe │ │ ├───pipe │ │ │ └───src │ │ └───pipe_api │ │ └───src │ ├───poll │ │ └───src │ ├───profiling │ │ └───profiling_api │ │ └───src │ ├───queue │ │ └───src │ ├───sched │ │ ├───deadline │ │ │ └───src │ │ ├───metairq │ │ │ └───src │ │ ├───preempt │ │ │ └───src │ │ └───schedule_api │ │ ├───boards │ │ └───src │ ├───semaphore │ │ ├───semaphore │ │ │ └───src │ │ └───sys_sem │ │ └───src │ ├───sleep │ │ └───src │ ├───smp │ │ ├───boards │ │ └───src │ ├───smp_boot_delay │ │ └───src │ ├───spinlock │ │ └───src │ ├───stack │ │ └───stack │ │ └───src │ ├───threads │ │ ├───dynamic_thread │ │ │ └───src │ │ ├───no-multithreading │ │ │ ├───boards │ │ │ └───src │ │ ├───thread_apis │ │ │ └───src │ │ ├───thread_error_case │ │ │ └───src │ │ ├───thread_init │ │ │ └───src │ │ ├───thread_stack │ │ │ └───src │ │ └───tls │ │ └───src │ ├───tickless │ │ └───tickless_concept │ │ └───src │ ├───timer │ │ ├───cycle64 │ │ │ └───src │ │ ├───starve │ │ │ └───src │ │ ├───timer_api │ │ │ └───src │ │ ├───timer_behavior │ │ │ └───src │ │ ├───timer_error_case │ │ │ └───src │ │ └───timer_monotonic │ │ └───src │ ├───usage │ │ └───thread_runtime_stats │ │ ├───boards │ │ └───src │ ├───workq │ │ ├───critical │ │ │ └───src │ │ ├───user_work │ │ │ └───src │ │ ├───work │ │ │ └───src │ │ └───work_queue │ │ └───src │ └───xip │ └───src ├───lib │ ├───cbprintf_fp │ │ └───src │ ├───cbprintf_package │ │ └───src │ ├───cmsis_dsp │ │ ├───bayes │ │ │ └───src │ │ ├───common │ │ ├───complexmath │ │ │ └───src │ │ ├───distance │ │ │ └───src │ │ ├───fastmath │ │ │ └───src │ │ ├───filtering │ │ │ └───src │ │ ├───interpolation │ │ │ └───src │ │ ├───matrix │ │ │ └───src │ │ ├───quaternionmath │ │ │ └───src │ │ ├───statistics │ │ │ └───src │ │ ├───support │ │ │ └───src │ │ ├───svm │ │ │ └───src │ │ └───transform │ │ └───src │ ├───cmsis_nn │ │ └───src │ ├───cpp │ │ ├───cxx │ │ │ └───src │ │ └───libcxx │ │ └───src │ ├───c_lib │ │ └───src │ ├───devicetree │ │ ├───api │ │ │ └───src │ │ ├───api_ext │ │ │ └───src │ │ ├───devices │ │ │ └───src │ │ └───memory_region │ │ └───src │ ├───fdtable │ │ └───src │ ├───gui │ │ └───lvgl │ │ └───src │ ├───heap │ │ └───src │ ├───heap_align │ │ └───src │ ├───json │ │ └───src │ ├───linear_range │ │ └───src │ ├───mem_alloc │ │ └───src │ ├───mem_blocks │ │ └───src │ ├───mem_blocks_stats │ │ └───src │ ├───mpsc_pbuf │ │ └───src │ ├───newlib │ │ ├───heap_listener │ │ │ └───src │ │ └───thread_safety │ │ └───src │ ├───notify │ │ └───src │ ├───onoff │ │ └───src │ ├───p4workq │ │ └───src │ ├───ringbuffer │ │ └───src │ ├───smf │ │ └───src │ ├───sprintf │ │ └───src │ ├───spsc_pbuf │ │ └───src │ ├───sys_util │ │ └───src │ ├───thrift │ │ └───ThriftTest │ │ └───src │ ├───time │ │ └───src │ └───uoscore │ └───src │ └───oscore_testvector_tests ├───misc │ ├───iterable_sections │ │ └───src │ ├───kconfigoptions │ │ └───src │ ├───print_format │ │ └───src │ └───test_build │ └───src ├───net │ ├───6lo │ │ └───src │ ├───all │ │ └───src │ ├───arp │ │ └───src │ ├───bridge │ │ └───src │ ├───buf │ │ └───src │ ├───checksum_offload │ │ └───src │ ├───context │ │ └───src │ ├───dhcpv4 │ │ └───src │ ├───ethernet_mgmt │ │ └───src │ ├───hostname │ │ └───src │ ├───icmpv4 │ │ └───src │ ├───icmpv6 │ │ └───src │ ├───ieee802154 │ │ ├───6lo_fragment │ │ │ └───src │ │ ├───custom_l2 │ │ │ └───src │ │ └───l2 │ │ └───src │ ├───iface │ │ └───src │ ├───igmp │ │ └───src │ ├───ip-addr │ │ └───src │ ├───ipv4_fragment │ │ └───src │ ├───ipv6 │ │ └───src │ ├───ipv6_fragment │ │ └───src │ ├───lib │ │ ├───coap │ │ │ └───src │ │ ├───dns_addremove │ │ │ ├───boards │ │ │ └───src │ │ ├───dns_packet │ │ │ └───src │ │ ├───dns_resolve │ │ │ └───src │ │ ├───dns_sd │ │ │ └───src │ │ ├───http_header_fields │ │ │ └───src │ │ ├───lwm2m │ │ │ ├───content_json │ │ │ │ └───src │ │ │ ├───content_link_format │ │ │ │ └───src │ │ │ ├───content_oma_tlv │ │ │ │ └───src │ │ │ ├───content_plain_text │ │ │ │ └───src │ │ │ ├───content_raw_cbor │ │ │ │ └───src │ │ │ ├───content_senml_cbor │ │ │ │ └───src │ │ │ ├───engine │ │ │ │ └───src │ │ │ ├───lwm2m_rd_client │ │ │ │ └───src │ │ │ └───lwm2m_registry │ │ │ └───src │ │ ├───mqtt_packet │ │ │ ├───boards │ │ │ └───src │ │ ├───mqtt_publisher │ │ │ ├───boards │ │ │ └───src │ │ ├───mqtt_pubsub │ │ │ ├───boards │ │ │ └───src │ │ ├───mqtt_sn_client │ │ │ └───src │ │ ├───mqtt_sn_packet │ │ │ └───src │ │ ├───mqtt_subscriber │ │ │ ├───boards │ │ │ └───src │ │ └───tls_credentials │ │ └───src │ ├───mgmt │ │ └───src │ ├───mld │ │ └───src │ ├───neighbor │ │ └───src │ ├───net_pkt │ │ └───src │ ├───npf │ │ └───src │ ├───pm │ │ └───src │ ├───ppp │ │ └───driver │ │ └───src │ ├───promiscuous │ │ └───src │ ├───ptp │ │ └───clock │ │ ├───boards │ │ └───src │ ├───route │ │ └───src │ ├───route_mcast │ │ └───src │ ├───shell │ │ └───src │ ├───socket │ │ ├───af_packet │ │ │ └───src │ │ ├───af_packet_ipproto_raw │ │ │ └───src │ │ ├───can │ │ │ └───src │ │ ├───getaddrinfo │ │ │ └───src │ │ ├───getnameinfo │ │ │ └───src │ │ ├───misc │ │ │ └───src │ │ ├───net_mgmt │ │ │ └───src │ │ ├───offload_dispatcher │ │ │ └───src │ │ ├───poll │ │ │ └───src │ │ ├───register │ │ │ └───src │ │ ├───select │ │ │ └───src │ │ ├───socketpair │ │ │ └───src │ │ ├───tcp │ │ │ └───src │ │ ├───tls │ │ │ └───src │ │ ├───tls_ext │ │ │ └───src │ │ ├───udp │ │ │ └───src │ │ └───websocket │ │ └───src │ ├───tcp │ │ └───src │ ├───traffic_class │ │ └───src │ ├───trickle │ │ └───src │ ├───tx_timestamp │ │ └───src │ ├───udp │ │ └───src │ ├───utils │ │ └───src │ ├───virtual │ │ └───src │ └───vlan │ └───src ├───posix │ ├───common │ │ └───src │ ├───eventfd │ │ └───src │ ├───eventfd_basic │ │ └───src │ ├───fs │ │ └───src │ ├───getopt │ │ └───src │ └───headers │ └───src ├───subsys │ ├───canbus │ │ └───isotp │ │ ├───conformance │ │ │ └───src │ │ └───implementation │ │ └───src │ ├───debug │ │ ├───coredump │ │ │ └───src │ │ └───coredump_backends │ │ ├───boards │ │ └───src │ ├───dfu │ │ ├───img_util │ │ │ └───src │ │ ├───mcuboot │ │ │ └───src │ │ └───mcuboot_multi │ │ └───src │ ├───dsp │ │ └───basicmath │ │ └───src │ ├───edac │ │ ├───ibecc │ │ │ └───src │ │ └───ibecc_cov │ │ └───src │ ├───emul │ │ └───src │ ├───fs │ │ ├───common │ │ ├───fat_fs_api │ │ │ ├───boards │ │ │ └───src │ │ ├───fat_fs_dual_drive │ │ │ └───src │ │ ├───fcb │ │ │ ├───boards │ │ │ └───src │ │ ├───fs_api │ │ │ └───src │ │ ├───littlefs │ │ │ ├───boards │ │ │ └───src │ │ ├───multi-fs │ │ │ ├───boards │ │ │ └───src │ │ └───nvs │ │ ├───boards │ │ └───src │ ├───ipc │ │ └───ipc_service │ │ ├───boards │ │ ├───dts │ │ │ └───bindings │ │ └───src │ ├───jwt │ │ └───src │ │ └───tls_config │ ├───logging │ │ ├───log_api │ │ │ └───src │ │ ├───log_backend_fs │ │ │ ├───boards │ │ │ └───src │ │ ├───log_backend_init │ │ │ └───src │ │ ├───log_benchmark │ │ │ └───src │ │ ├───log_cache │ │ │ └───src │ │ ├───log_core_additional │ │ │ └───src │ │ ├───log_custom_header │ │ │ └───src │ │ ├───log_immediate │ │ │ └───src │ │ ├───log_links │ │ │ └───src │ │ ├───log_link_order │ │ │ └───src │ │ ├───log_msg │ │ │ └───src │ │ ├───log_output │ │ │ └───src │ │ ├───log_stack │ │ │ └───src │ │ ├───log_stress │ │ │ └───src │ │ ├───log_switch_format │ │ │ ├───boards │ │ │ └───src │ │ └───log_syst │ │ └───src │ ├───mgmt │ │ ├───ec_host_cmd │ │ │ └───src │ │ └───mcumgr │ │ ├───all_options │ │ │ └───src │ │ ├───cb_notifications │ │ │ ├───boards │ │ │ └───src │ │ ├───fs_mgmt_hash_supported │ │ │ ├───boards │ │ │ ├───configuration │ │ │ └───src │ │ ├───os_mgmt_echo │ │ │ ├───boards │ │ │ └───src │ │ ├───os_mgmt_info │ │ │ ├───boards │ │ │ └───src │ │ ├───smp_reassembly │ │ │ └───src │ │ └───zcbor_bulk │ │ └───src │ ├───modbus │ │ ├───boards │ │ └───src │ ├───openthread │ ├───pm │ │ ├───device_power_domains │ │ │ ├───dts │ │ │ │ └───bindings │ │ │ └───src │ │ ├───device_runtime_api │ │ │ └───src │ │ ├───device_wakeup_api │ │ │ ├───boards │ │ │ └───src │ │ ├───policy_api │ │ │ └───src │ │ ├───power_domain │ │ │ ├───dts │ │ │ │ └───bindings │ │ │ └───src │ │ ├───power_mgmt │ │ │ ├───boards │ │ │ ├───dts │ │ │ │ └───bindings │ │ │ └───src │ │ ├───power_mgmt_multicore │ │ │ └───src │ │ ├───power_mgmt_soc │ │ │ ├───boards │ │ │ └───src │ │ └───power_states_api │ │ ├───boards │ │ ├───dts │ │ │ └───bindings │ │ └───src │ ├───portability │ │ ├───cmsis_rtos_v1 │ │ │ └───src │ │ └───cmsis_rtos_v2 │ │ └───src │ ├───rtio │ │ └───rtio_api │ │ └───src │ ├───sd │ │ ├───mmc │ │ │ └───src │ │ └───sdmmc │ │ └───src │ ├───settings │ │ ├───fcb │ │ │ └───src │ │ ├───fcb_init │ │ │ └───src │ │ ├───file │ │ │ ├───boards │ │ │ ├───include │ │ │ └───src │ │ ├───functional │ │ │ ├───fcb │ │ │ │ └───boards │ │ │ ├───file │ │ │ ├───nvs │ │ │ └───src │ │ ├───nvs │ │ │ └───src │ │ └───src │ ├───shell │ │ ├───shell │ │ │ └───src │ │ ├───shell_flash │ │ │ └───src │ │ └───shell_history │ │ └───src │ ├───storage │ │ ├───flash_map │ │ │ └───src │ │ └───stream │ │ └───stream_flash │ │ └───src │ ├───tracing │ │ └───tracing_api │ │ ├───boards │ │ └───src │ ├───usb │ │ ├───bos │ │ │ └───src │ │ ├───desc_sections │ │ │ └───src │ │ ├───device │ │ │ └───src │ │ └───os_desc │ │ └───src │ └───zbus │ ├───dyn_channel │ │ └───src │ ├───integration │ │ └───src │ ├───runtime_observers_registration │ │ └───src │ ├───unittests │ │ └───src │ └───user_data │ └───src ├───unit │ ├───base64 │ ├───cbprintf │ ├───crc │ ├───intmath │ ├───list │ ├───math_extras │ ├───net_timeout │ ├───rbtree │ ├───timeutil │ ├───time_units │ ├───util │ └───winstream └───ztest ├───automain │ └───src ├───base │ └───src ├───busy_sim │ ├───boards │ └───src ├───custom_output │ ├───include │ └───src ├───error_hook │ └───src ├───fail │ ├───core │ │ ├───include │ │ └───src │ └───src ├───register │ ├───include │ └───src ├───summary │ └───src └───ztress └───src