├── .gitattributes ├── .gitignore ├── Binaries ├── ZLinky_GpProxy_Ota │ ├── ZLinky_GpProxy_Ota.log │ ├── ZLinky_GpProxy_Ota_V10.ota │ ├── ZLinky_GpProxy_Ota_V13.ota │ └── obj │ │ └── temp.txt ├── ZLinky_GpProxy_Ota_LIMITED │ ├── ZLinky_GpProxy_Ota_LIMITED.log │ ├── ZLinky_GpProxy_Ota_LIMITED_V10.ota │ └── obj │ │ └── temp.txt └── ZLinky_GpProxy_Ota_OM15081 │ ├── ZLinky_GpProxy_Ota_OM15081_V10.ota │ ├── ZLinky_GpProxy_Ota_OM15081_V2.ota │ ├── ZLinky_GpProxy_Ota_OM15081_V3.ota │ ├── ZLinky_router_v3.0.ota │ └── obj │ └── temp.txt ├── Common └── Source │ ├── PCA9634.c │ ├── PCA9634.h │ ├── PDM_IDs.h │ ├── SE98A.c │ ├── SE98A.h │ ├── SMBus.c │ ├── SMBus.h │ ├── TSL2550.c │ ├── TSL2550.h │ ├── TSL25721.c │ ├── TSL25721.h │ ├── app.zpscfg │ ├── app2.zpscfg.no_route │ ├── app_buttons.c │ ├── app_buttons.h │ ├── app_common.h │ ├── app_events.h │ ├── app_green_power.c │ ├── app_green_power.h │ ├── app_leds.c │ ├── app_leds.h │ ├── app_limited.zpscfg │ ├── app_nci_icode.c │ ├── app_nci_icode.h │ ├── app_ntag.c │ ├── app_ntag.h │ ├── app_ntag_icode.c │ ├── app_ntag_icode.h │ ├── app_ota_client.c │ ├── app_ota_client.h │ ├── app_pdm.c │ ├── app_pdm.h │ ├── app_power_on_counter.c │ ├── app_power_on_counter.h │ ├── app_uartlinky.c │ ├── app_uartlinky.h │ ├── app_zbp_utilities.c │ ├── app_zbp_utilities.h │ └── board │ ├── Eeprom_MX25R8035F_User.c │ ├── Eeprom_User.h │ ├── app.h │ ├── board.c │ ├── board.h │ ├── board_utility.c │ ├── board_utility.h │ ├── clock_config.c │ ├── clock_config.h │ ├── hardware_init.c │ ├── pin_mux.c │ ├── pin_mux.h │ ├── temp_sensor_drv.c │ ├── temp_sensor_drv.h │ ├── voltage_drv.c │ └── voltage_drv.h ├── Doc ├── EULA.txt ├── Images │ ├── 1_Linky_Ready_Logo_Noir.jpg │ ├── Description_ZLinky_v2.png │ ├── Installation_ZLinky_v2.png │ ├── PCB_ZLinky_v1.2_face.jpg │ ├── PCB_ZLinky_v1.2_flash.jpg │ ├── PCB_ZLinky_v1.2_pile.jpg │ ├── Screenshot_dashboard_standard_tuya_smart.jpg │ ├── Screenshot_dashboard_tuya_smart.jpg │ ├── Screenshot_graphe_tuya_smart.jpg │ ├── ZLinky_Blink_NOK.gif │ ├── ZLinky_Blink_OK.gif │ ├── ZLinky_Blink_Permit_join.gif │ ├── ZLinky_PCB_face.jpg │ ├── ZLinky_PCB_face_without_capa.jpg │ ├── ZLinky_PCB_pile.jpg │ ├── ZLinky_TIC_blink_off.png │ ├── ZLinky_TIC_blink_on.png │ ├── ZLinky_TIC_principal.png │ ├── ZLinky_condensateur.jpg │ ├── ZLinky_description.JPG │ ├── ZLinky_prototype.jpg │ ├── ZLinky_v2_Blink_ok.gif │ ├── ZLinky_v2_blink_off.gif │ ├── ZLinky_v2_debug.jpg │ ├── ZLinky_v2_flash.jpg │ ├── ZLinky_v2_pair.gif │ ├── ZLinkyv2_onsite.jpg │ ├── Zlinky_v2_illustration.jpg │ ├── back_linky_triphase.jpg │ ├── front_linky_triphase.jpg │ ├── installation_ZLinky_TIC.png │ ├── manuel_LED_Join_Mode.png │ ├── manuel_LED_No_JOIN.png │ ├── manuel_LED_Reset.png │ ├── manuel_LED_cycle_error.png │ ├── manuel_LED_cycle_sleep.png │ ├── manuel_LED_send_datas.png │ ├── update_ZLinky_TIC_1.jpg │ ├── update_ZLinky_TIC_2.jpg │ ├── update_ZLinky_TIC_3.jpg │ └── update_ZLinky_TIC_4.jpg ├── JN-AN-1243-Release-Notes.pdf ├── JN-AN-1243-Software-Content-Register.txt ├── JN-AN-1243-Zigbee-3-0-Base-Device.pdf ├── NFC.chm └── size.txt ├── README.md ├── ZLinky ├── Build │ └── mcux │ │ ├── LinkKey_HA.txt │ │ ├── Makefile │ │ ├── configOTA_Cer_Keys_HA.txt │ │ └── data.bin ├── SDK_2_6_4_JN5189DK6 │ ├── CMSIS │ │ ├── DSP_Lib │ │ │ ├── Examples │ │ │ │ └── ARM │ │ │ │ │ ├── arm_class_marks_example │ │ │ │ │ ├── Abstract.txt │ │ │ │ │ ├── RTE │ │ │ │ │ │ ├── Device │ │ │ │ │ │ │ ├── ARMCM0 │ │ │ │ │ │ │ │ ├── startup_ARMCM0.s │ │ │ │ │ │ │ │ └── system_ARMCM0.c │ │ │ │ │ │ │ ├── ARMCM3 │ │ │ │ │ │ │ │ ├── startup_ARMCM3.s │ │ │ │ │ │ │ │ └── system_ARMCM3.c │ │ │ │ │ │ │ ├── ARMCM4_FP │ │ │ │ │ │ │ │ ├── startup_ARMCM4.s │ │ │ │ │ │ │ │ └── system_ARMCM4.c │ │ │ │ │ │ │ └── ARMCM7_SP │ │ │ │ │ │ │ │ ├── startup_ARMCM7.s │ │ │ │ │ │ │ │ └── system_ARMCM7.c │ │ │ │ │ │ └── RTE_Components.h │ │ │ │ │ ├── arm_class_marks_example.ini │ │ │ │ │ ├── arm_class_marks_example.uvoptx │ │ │ │ │ ├── arm_class_marks_example.uvprojx │ │ │ │ │ └── arm_class_marks_example_f32.c │ │ │ │ │ ├── arm_convolution_example │ │ │ │ │ ├── Abstract.txt │ │ │ │ │ ├── RTE │ │ │ │ │ │ ├── Device │ │ │ │ │ │ │ ├── ARMCM0 │ │ │ │ │ │ │ │ ├── startup_ARMCM0.s │ │ │ │ │ │ │ │ └── system_ARMCM0.c │ │ │ │ │ │ │ ├── ARMCM3 │ │ │ │ │ │ │ │ ├── startup_ARMCM3.s │ │ │ │ │ │ │ │ └── system_ARMCM3.c │ │ │ │ │ │ │ ├── ARMCM4_FP │ │ │ │ │ │ │ │ ├── startup_ARMCM4.s │ │ │ │ │ │ │ │ └── system_ARMCM4.c │ │ │ │ │ │ │ └── ARMCM7_SP │ │ │ │ │ │ │ │ ├── startup_ARMCM7.s │ │ │ │ │ │ │ │ └── system_ARMCM7.c │ │ │ │ │ │ └── RTE_Components.h │ │ │ │ │ ├── arm_convolution_example.ini │ │ │ │ │ ├── arm_convolution_example.uvoptx │ │ │ │ │ ├── arm_convolution_example.uvprojx │ │ │ │ │ ├── arm_convolution_example_f32.c │ │ │ │ │ ├── math_helper.c │ │ │ │ │ └── math_helper.h │ │ │ │ │ ├── arm_dotproduct_example │ │ │ │ │ ├── Abstract.txt │ │ │ │ │ ├── RTE │ │ │ │ │ │ ├── Device │ │ │ │ │ │ │ ├── ARMCM0 │ │ │ │ │ │ │ │ ├── startup_ARMCM0.s │ │ │ │ │ │ │ │ └── system_ARMCM0.c │ │ │ │ │ │ │ ├── ARMCM3 │ │ │ │ │ │ │ │ ├── startup_ARMCM3.s │ │ │ │ │ │ │ │ └── system_ARMCM3.c │ │ │ │ │ │ │ ├── ARMCM4_FP │ │ │ │ │ │ │ │ ├── startup_ARMCM4.s │ │ │ │ │ │ │ │ └── system_ARMCM4.c │ │ │ │ │ │ │ └── ARMCM7_SP │ │ │ │ │ │ │ │ ├── startup_ARMCM7.s │ │ │ │ │ │ │ │ └── system_ARMCM7.c │ │ │ │ │ │ └── RTE_Components.h │ │ │ │ │ ├── arm_dotproduct_example.ini │ │ │ │ │ ├── arm_dotproduct_example.uvoptx │ │ │ │ │ ├── arm_dotproduct_example.uvprojx │ │ │ │ │ └── arm_dotproduct_example_f32.c │ │ │ │ │ ├── arm_fft_bin_example │ │ │ │ │ ├── Abstract.txt │ │ │ │ │ ├── RTE │ │ │ │ │ │ ├── Device │ │ │ │ │ │ │ ├── ARMCM0 │ │ │ │ │ │ │ │ ├── startup_ARMCM0.s │ │ │ │ │ │ │ │ └── system_ARMCM0.c │ │ │ │ │ │ │ ├── ARMCM3 │ │ │ │ │ │ │ │ ├── startup_ARMCM3.s │ │ │ │ │ │ │ │ └── system_ARMCM3.c │ │ │ │ │ │ │ ├── ARMCM4_FP │ │ │ │ │ │ │ │ ├── startup_ARMCM4.s │ │ │ │ │ │ │ │ └── system_ARMCM4.c │ │ │ │ │ │ │ └── ARMCM7_SP │ │ │ │ │ │ │ │ ├── startup_ARMCM7.s │ │ │ │ │ │ │ │ └── system_ARMCM7.c │ │ │ │ │ │ └── RTE_Components.h │ │ │ │ │ ├── arm_fft_bin_data.c │ │ │ │ │ ├── arm_fft_bin_example.ini │ │ │ │ │ ├── arm_fft_bin_example.uvoptx │ │ │ │ │ ├── arm_fft_bin_example.uvprojx │ │ │ │ │ └── arm_fft_bin_example_f32.c │ │ │ │ │ ├── arm_fir_example │ │ │ │ │ ├── Abstract.txt │ │ │ │ │ ├── RTE │ │ │ │ │ │ ├── Device │ │ │ │ │ │ │ ├── ARMCM0 │ │ │ │ │ │ │ │ ├── startup_ARMCM0.s │ │ │ │ │ │ │ │ └── system_ARMCM0.c │ │ │ │ │ │ │ ├── ARMCM3 │ │ │ │ │ │ │ │ ├── startup_ARMCM3.s │ │ │ │ │ │ │ │ └── system_ARMCM3.c │ │ │ │ │ │ │ ├── ARMCM4_FP │ │ │ │ │ │ │ │ ├── startup_ARMCM4.s │ │ │ │ │ │ │ │ └── system_ARMCM4.c │ │ │ │ │ │ │ └── ARMCM7_SP │ │ │ │ │ │ │ │ ├── startup_ARMCM7.s │ │ │ │ │ │ │ │ └── system_ARMCM7.c │ │ │ │ │ │ └── RTE_Components.h │ │ │ │ │ ├── arm_fir_data.c │ │ │ │ │ ├── arm_fir_example.ini │ │ │ │ │ ├── arm_fir_example.uvoptx │ │ │ │ │ ├── arm_fir_example.uvprojx │ │ │ │ │ ├── arm_fir_example_f32.c │ │ │ │ │ ├── math_helper.c │ │ │ │ │ └── math_helper.h │ │ │ │ │ ├── arm_graphic_equalizer_example │ │ │ │ │ ├── Abstract.txt │ │ │ │ │ ├── RTE │ │ │ │ │ │ ├── Device │ │ │ │ │ │ │ ├── ARMCM0 │ │ │ │ │ │ │ │ ├── startup_ARMCM0.s │ │ │ │ │ │ │ │ └── system_ARMCM0.c │ │ │ │ │ │ │ ├── ARMCM3 │ │ │ │ │ │ │ │ ├── startup_ARMCM3.s │ │ │ │ │ │ │ │ └── system_ARMCM3.c │ │ │ │ │ │ │ ├── ARMCM4_FP │ │ │ │ │ │ │ │ ├── startup_ARMCM4.s │ │ │ │ │ │ │ │ └── system_ARMCM4.c │ │ │ │ │ │ │ └── ARMCM7_SP │ │ │ │ │ │ │ │ ├── startup_ARMCM7.s │ │ │ │ │ │ │ │ └── system_ARMCM7.c │ │ │ │ │ │ └── RTE_Components.h │ │ │ │ │ ├── arm_graphic_equalizer_data.c │ │ │ │ │ ├── arm_graphic_equalizer_example.ini │ │ │ │ │ ├── arm_graphic_equalizer_example.uvoptx │ │ │ │ │ ├── arm_graphic_equalizer_example.uvprojx │ │ │ │ │ ├── arm_graphic_equalizer_example_q31.c │ │ │ │ │ ├── math_helper.c │ │ │ │ │ └── math_helper.h │ │ │ │ │ ├── arm_linear_interp_example │ │ │ │ │ ├── Abstract.txt │ │ │ │ │ ├── RTE │ │ │ │ │ │ ├── Device │ │ │ │ │ │ │ ├── ARMCM0 │ │ │ │ │ │ │ │ ├── startup_ARMCM0.s │ │ │ │ │ │ │ │ └── system_ARMCM0.c │ │ │ │ │ │ │ ├── ARMCM3 │ │ │ │ │ │ │ │ ├── startup_ARMCM3.s │ │ │ │ │ │ │ │ └── system_ARMCM3.c │ │ │ │ │ │ │ ├── ARMCM4_FP │ │ │ │ │ │ │ │ ├── startup_ARMCM4.s │ │ │ │ │ │ │ │ └── system_ARMCM4.c │ │ │ │ │ │ │ └── ARMCM7_SP │ │ │ │ │ │ │ │ ├── startup_ARMCM7.s │ │ │ │ │ │ │ │ └── system_ARMCM7.c │ │ │ │ │ │ └── RTE_Components.h │ │ │ │ │ ├── arm_linear_interp_data.c │ │ │ │ │ ├── arm_linear_interp_example.ini │ │ │ │ │ ├── arm_linear_interp_example.uvoptx │ │ │ │ │ ├── arm_linear_interp_example.uvprojx │ │ │ │ │ ├── arm_linear_interp_example_f32.c │ │ │ │ │ ├── math_helper.c │ │ │ │ │ └── math_helper.h │ │ │ │ │ ├── arm_matrix_example │ │ │ │ │ ├── Abstract.txt │ │ │ │ │ ├── RTE │ │ │ │ │ │ ├── Device │ │ │ │ │ │ │ ├── ARMCM0 │ │ │ │ │ │ │ │ ├── startup_ARMCM0.s │ │ │ │ │ │ │ │ └── system_ARMCM0.c │ │ │ │ │ │ │ ├── ARMCM3 │ │ │ │ │ │ │ │ ├── startup_ARMCM3.s │ │ │ │ │ │ │ │ └── system_ARMCM3.c │ │ │ │ │ │ │ ├── ARMCM4_FP │ │ │ │ │ │ │ │ ├── startup_ARMCM4.s │ │ │ │ │ │ │ │ └── system_ARMCM4.c │ │ │ │ │ │ │ └── ARMCM7_SP │ │ │ │ │ │ │ │ ├── startup_ARMCM7.s │ │ │ │ │ │ │ │ └── system_ARMCM7.c │ │ │ │ │ │ └── RTE_Components.h │ │ │ │ │ ├── arm_matrix_example.ini │ │ │ │ │ ├── arm_matrix_example.uvoptx │ │ │ │ │ ├── arm_matrix_example.uvprojx │ │ │ │ │ ├── arm_matrix_example_f32.c │ │ │ │ │ ├── math_helper.c │ │ │ │ │ └── math_helper.h │ │ │ │ │ ├── arm_signal_converge_example │ │ │ │ │ ├── Abstract.txt │ │ │ │ │ ├── RTE │ │ │ │ │ │ ├── Device │ │ │ │ │ │ │ ├── ARMCM0 │ │ │ │ │ │ │ │ ├── startup_ARMCM0.s │ │ │ │ │ │ │ │ └── system_ARMCM0.c │ │ │ │ │ │ │ ├── ARMCM3 │ │ │ │ │ │ │ │ ├── startup_ARMCM3.s │ │ │ │ │ │ │ │ └── system_ARMCM3.c │ │ │ │ │ │ │ ├── ARMCM4_FP │ │ │ │ │ │ │ │ ├── startup_ARMCM4.s │ │ │ │ │ │ │ │ └── system_ARMCM4.c │ │ │ │ │ │ │ └── ARMCM7_SP │ │ │ │ │ │ │ │ ├── startup_ARMCM7.s │ │ │ │ │ │ │ │ └── system_ARMCM7.c │ │ │ │ │ │ └── RTE_Components.h │ │ │ │ │ ├── arm_signal_converge_data.c │ │ │ │ │ ├── arm_signal_converge_example.ini │ │ │ │ │ ├── arm_signal_converge_example.uvoptx │ │ │ │ │ ├── arm_signal_converge_example.uvprojx │ │ │ │ │ ├── arm_signal_converge_example_f32.c │ │ │ │ │ ├── math_helper.c │ │ │ │ │ └── math_helper.h │ │ │ │ │ ├── arm_sin_cos_example │ │ │ │ │ ├── Abstract.txt │ │ │ │ │ ├── RTE │ │ │ │ │ │ ├── Device │ │ │ │ │ │ │ ├── ARMCM0 │ │ │ │ │ │ │ │ ├── startup_ARMCM0.s │ │ │ │ │ │ │ │ └── system_ARMCM0.c │ │ │ │ │ │ │ ├── ARMCM3 │ │ │ │ │ │ │ │ ├── startup_ARMCM3.s │ │ │ │ │ │ │ │ └── system_ARMCM3.c │ │ │ │ │ │ │ ├── ARMCM4_FP │ │ │ │ │ │ │ │ ├── startup_ARMCM4.s │ │ │ │ │ │ │ │ └── system_ARMCM4.c │ │ │ │ │ │ │ └── ARMCM7_SP │ │ │ │ │ │ │ │ ├── startup_ARMCM7.s │ │ │ │ │ │ │ │ └── system_ARMCM7.c │ │ │ │ │ │ └── RTE_Components.h │ │ │ │ │ ├── arm_sin_cos_example.ini │ │ │ │ │ ├── arm_sin_cos_example.uvoptx │ │ │ │ │ ├── arm_sin_cos_example.uvprojx │ │ │ │ │ └── arm_sin_cos_example_f32.c │ │ │ │ │ └── arm_variance_example │ │ │ │ │ ├── Abstract.txt │ │ │ │ │ ├── RTE │ │ │ │ │ ├── Device │ │ │ │ │ │ ├── ARMCM0 │ │ │ │ │ │ │ ├── startup_ARMCM0.s │ │ │ │ │ │ │ └── system_ARMCM0.c │ │ │ │ │ │ ├── ARMCM3 │ │ │ │ │ │ │ ├── startup_ARMCM3.s │ │ │ │ │ │ │ └── system_ARMCM3.c │ │ │ │ │ │ ├── ARMCM4_FP │ │ │ │ │ │ │ ├── startup_ARMCM4.s │ │ │ │ │ │ │ └── system_ARMCM4.c │ │ │ │ │ │ └── ARMCM7_SP │ │ │ │ │ │ │ ├── startup_ARMCM7.s │ │ │ │ │ │ │ └── system_ARMCM7.c │ │ │ │ │ └── RTE_Components.h │ │ │ │ │ ├── arm_variance_example.ini │ │ │ │ │ ├── arm_variance_example.uvoptx │ │ │ │ │ ├── arm_variance_example.uvprojx │ │ │ │ │ └── arm_variance_example_f32.c │ │ │ └── Source │ │ │ │ ├── ARM │ │ │ │ ├── arm_cortexM_math.uvoptx │ │ │ │ ├── arm_cortexM_math.uvprojx │ │ │ │ └── arm_cortexM_math_Build.bat │ │ │ │ ├── BasicMathFunctions │ │ │ │ ├── arm_abs_f32.c │ │ │ │ ├── arm_abs_q15.c │ │ │ │ ├── arm_abs_q31.c │ │ │ │ ├── arm_abs_q7.c │ │ │ │ ├── arm_add_f32.c │ │ │ │ ├── arm_add_q15.c │ │ │ │ ├── arm_add_q31.c │ │ │ │ ├── arm_add_q7.c │ │ │ │ ├── arm_dot_prod_f32.c │ │ │ │ ├── arm_dot_prod_q15.c │ │ │ │ ├── arm_dot_prod_q31.c │ │ │ │ ├── arm_dot_prod_q7.c │ │ │ │ ├── arm_mult_f32.c │ │ │ │ ├── arm_mult_q15.c │ │ │ │ ├── arm_mult_q31.c │ │ │ │ ├── arm_mult_q7.c │ │ │ │ ├── arm_negate_f32.c │ │ │ │ ├── arm_negate_q15.c │ │ │ │ ├── arm_negate_q31.c │ │ │ │ ├── arm_negate_q7.c │ │ │ │ ├── arm_offset_f32.c │ │ │ │ ├── arm_offset_q15.c │ │ │ │ ├── arm_offset_q31.c │ │ │ │ ├── arm_offset_q7.c │ │ │ │ ├── arm_scale_f32.c │ │ │ │ ├── arm_scale_q15.c │ │ │ │ ├── arm_scale_q31.c │ │ │ │ ├── arm_scale_q7.c │ │ │ │ ├── arm_shift_q15.c │ │ │ │ ├── arm_shift_q31.c │ │ │ │ ├── arm_shift_q7.c │ │ │ │ ├── arm_sub_f32.c │ │ │ │ ├── arm_sub_q15.c │ │ │ │ ├── arm_sub_q31.c │ │ │ │ └── arm_sub_q7.c │ │ │ │ ├── CommonTables │ │ │ │ ├── arm_common_tables.c │ │ │ │ └── arm_const_structs.c │ │ │ │ ├── ComplexMathFunctions │ │ │ │ ├── arm_cmplx_conj_f32.c │ │ │ │ ├── arm_cmplx_conj_q15.c │ │ │ │ ├── arm_cmplx_conj_q31.c │ │ │ │ ├── arm_cmplx_dot_prod_f32.c │ │ │ │ ├── arm_cmplx_dot_prod_q15.c │ │ │ │ ├── arm_cmplx_dot_prod_q31.c │ │ │ │ ├── arm_cmplx_mag_f32.c │ │ │ │ ├── arm_cmplx_mag_q15.c │ │ │ │ ├── arm_cmplx_mag_q31.c │ │ │ │ ├── arm_cmplx_mag_squared_f32.c │ │ │ │ ├── arm_cmplx_mag_squared_q15.c │ │ │ │ ├── arm_cmplx_mag_squared_q31.c │ │ │ │ ├── arm_cmplx_mult_cmplx_f32.c │ │ │ │ ├── arm_cmplx_mult_cmplx_q15.c │ │ │ │ ├── arm_cmplx_mult_cmplx_q31.c │ │ │ │ ├── arm_cmplx_mult_real_f32.c │ │ │ │ ├── arm_cmplx_mult_real_q15.c │ │ │ │ └── arm_cmplx_mult_real_q31.c │ │ │ │ ├── ControllerFunctions │ │ │ │ ├── arm_pid_init_f32.c │ │ │ │ ├── arm_pid_init_q15.c │ │ │ │ ├── arm_pid_init_q31.c │ │ │ │ ├── arm_pid_reset_f32.c │ │ │ │ ├── arm_pid_reset_q15.c │ │ │ │ ├── arm_pid_reset_q31.c │ │ │ │ ├── arm_sin_cos_f32.c │ │ │ │ └── arm_sin_cos_q31.c │ │ │ │ ├── FastMathFunctions │ │ │ │ ├── arm_cos_f32.c │ │ │ │ ├── arm_cos_q15.c │ │ │ │ ├── arm_cos_q31.c │ │ │ │ ├── arm_sin_f32.c │ │ │ │ ├── arm_sin_q15.c │ │ │ │ ├── arm_sin_q31.c │ │ │ │ ├── arm_sqrt_q15.c │ │ │ │ └── arm_sqrt_q31.c │ │ │ │ ├── FilteringFunctions │ │ │ │ ├── arm_biquad_cascade_df1_32x64_init_q31.c │ │ │ │ ├── arm_biquad_cascade_df1_32x64_q31.c │ │ │ │ ├── arm_biquad_cascade_df1_f32.c │ │ │ │ ├── arm_biquad_cascade_df1_fast_q15.c │ │ │ │ ├── arm_biquad_cascade_df1_fast_q31.c │ │ │ │ ├── arm_biquad_cascade_df1_init_f32.c │ │ │ │ ├── arm_biquad_cascade_df1_init_q15.c │ │ │ │ ├── arm_biquad_cascade_df1_init_q31.c │ │ │ │ ├── arm_biquad_cascade_df1_q15.c │ │ │ │ ├── arm_biquad_cascade_df1_q31.c │ │ │ │ ├── arm_biquad_cascade_df2T_f32.c │ │ │ │ ├── arm_biquad_cascade_df2T_f64.c │ │ │ │ ├── arm_biquad_cascade_df2T_init_f32.c │ │ │ │ ├── arm_biquad_cascade_df2T_init_f64.c │ │ │ │ ├── arm_biquad_cascade_stereo_df2T_f32.c │ │ │ │ ├── arm_biquad_cascade_stereo_df2T_init_f32.c │ │ │ │ ├── arm_conv_f32.c │ │ │ │ ├── arm_conv_fast_opt_q15.c │ │ │ │ ├── arm_conv_fast_q15.c │ │ │ │ ├── arm_conv_fast_q31.c │ │ │ │ ├── arm_conv_opt_q15.c │ │ │ │ ├── arm_conv_opt_q7.c │ │ │ │ ├── arm_conv_partial_f32.c │ │ │ │ ├── arm_conv_partial_fast_opt_q15.c │ │ │ │ ├── arm_conv_partial_fast_q15.c │ │ │ │ ├── arm_conv_partial_fast_q31.c │ │ │ │ ├── arm_conv_partial_opt_q15.c │ │ │ │ ├── arm_conv_partial_opt_q7.c │ │ │ │ ├── arm_conv_partial_q15.c │ │ │ │ ├── arm_conv_partial_q31.c │ │ │ │ ├── arm_conv_partial_q7.c │ │ │ │ ├── arm_conv_q15.c │ │ │ │ ├── arm_conv_q31.c │ │ │ │ ├── arm_conv_q7.c │ │ │ │ ├── arm_correlate_f32.c │ │ │ │ ├── arm_correlate_fast_opt_q15.c │ │ │ │ ├── arm_correlate_fast_q15.c │ │ │ │ ├── arm_correlate_fast_q31.c │ │ │ │ ├── arm_correlate_opt_q15.c │ │ │ │ ├── arm_correlate_opt_q7.c │ │ │ │ ├── arm_correlate_q15.c │ │ │ │ ├── arm_correlate_q31.c │ │ │ │ ├── arm_correlate_q7.c │ │ │ │ ├── arm_fir_decimate_f32.c │ │ │ │ ├── arm_fir_decimate_fast_q15.c │ │ │ │ ├── arm_fir_decimate_fast_q31.c │ │ │ │ ├── arm_fir_decimate_init_f32.c │ │ │ │ ├── arm_fir_decimate_init_q15.c │ │ │ │ ├── arm_fir_decimate_init_q31.c │ │ │ │ ├── arm_fir_decimate_q15.c │ │ │ │ ├── arm_fir_decimate_q31.c │ │ │ │ ├── arm_fir_f32.c │ │ │ │ ├── arm_fir_fast_q15.c │ │ │ │ ├── arm_fir_fast_q31.c │ │ │ │ ├── arm_fir_init_f32.c │ │ │ │ ├── arm_fir_init_q15.c │ │ │ │ ├── arm_fir_init_q31.c │ │ │ │ ├── arm_fir_init_q7.c │ │ │ │ ├── arm_fir_interpolate_f32.c │ │ │ │ ├── arm_fir_interpolate_init_f32.c │ │ │ │ ├── arm_fir_interpolate_init_q15.c │ │ │ │ ├── arm_fir_interpolate_init_q31.c │ │ │ │ ├── arm_fir_interpolate_q15.c │ │ │ │ ├── arm_fir_interpolate_q31.c │ │ │ │ ├── arm_fir_lattice_f32.c │ │ │ │ ├── arm_fir_lattice_init_f32.c │ │ │ │ ├── arm_fir_lattice_init_q15.c │ │ │ │ ├── arm_fir_lattice_init_q31.c │ │ │ │ ├── arm_fir_lattice_q15.c │ │ │ │ ├── arm_fir_lattice_q31.c │ │ │ │ ├── arm_fir_q15.c │ │ │ │ ├── arm_fir_q31.c │ │ │ │ ├── arm_fir_q7.c │ │ │ │ ├── arm_fir_sparse_f32.c │ │ │ │ ├── arm_fir_sparse_init_f32.c │ │ │ │ ├── arm_fir_sparse_init_q15.c │ │ │ │ ├── arm_fir_sparse_init_q31.c │ │ │ │ ├── arm_fir_sparse_init_q7.c │ │ │ │ ├── arm_fir_sparse_q15.c │ │ │ │ ├── arm_fir_sparse_q31.c │ │ │ │ ├── arm_fir_sparse_q7.c │ │ │ │ ├── arm_iir_lattice_f32.c │ │ │ │ ├── arm_iir_lattice_init_f32.c │ │ │ │ ├── arm_iir_lattice_init_q15.c │ │ │ │ ├── arm_iir_lattice_init_q31.c │ │ │ │ ├── arm_iir_lattice_q15.c │ │ │ │ ├── arm_iir_lattice_q31.c │ │ │ │ ├── arm_lms_f32.c │ │ │ │ ├── arm_lms_init_f32.c │ │ │ │ ├── arm_lms_init_q15.c │ │ │ │ ├── arm_lms_init_q31.c │ │ │ │ ├── arm_lms_norm_f32.c │ │ │ │ ├── arm_lms_norm_init_f32.c │ │ │ │ ├── arm_lms_norm_init_q15.c │ │ │ │ ├── arm_lms_norm_init_q31.c │ │ │ │ ├── arm_lms_norm_q15.c │ │ │ │ ├── arm_lms_norm_q31.c │ │ │ │ ├── arm_lms_q15.c │ │ │ │ └── arm_lms_q31.c │ │ │ │ ├── GCC │ │ │ │ ├── arm_cortexM_math.uvoptx │ │ │ │ ├── arm_cortexM_math.uvprojx │ │ │ │ └── arm_cortexM_math_Build.bat │ │ │ │ ├── MatrixFunctions │ │ │ │ ├── arm_mat_add_f32.c │ │ │ │ ├── arm_mat_add_q15.c │ │ │ │ ├── arm_mat_add_q31.c │ │ │ │ ├── arm_mat_cmplx_mult_f32.c │ │ │ │ ├── arm_mat_cmplx_mult_q15.c │ │ │ │ ├── arm_mat_cmplx_mult_q31.c │ │ │ │ ├── arm_mat_init_f32.c │ │ │ │ ├── arm_mat_init_q15.c │ │ │ │ ├── arm_mat_init_q31.c │ │ │ │ ├── arm_mat_inverse_f32.c │ │ │ │ ├── arm_mat_inverse_f64.c │ │ │ │ ├── arm_mat_mult_f32.c │ │ │ │ ├── arm_mat_mult_fast_q15.c │ │ │ │ ├── arm_mat_mult_fast_q31.c │ │ │ │ ├── arm_mat_mult_q15.c │ │ │ │ ├── arm_mat_mult_q31.c │ │ │ │ ├── arm_mat_scale_f32.c │ │ │ │ ├── arm_mat_scale_q15.c │ │ │ │ ├── arm_mat_scale_q31.c │ │ │ │ ├── arm_mat_sub_f32.c │ │ │ │ ├── arm_mat_sub_q15.c │ │ │ │ ├── arm_mat_sub_q31.c │ │ │ │ ├── arm_mat_trans_f32.c │ │ │ │ ├── arm_mat_trans_q15.c │ │ │ │ └── arm_mat_trans_q31.c │ │ │ │ ├── StatisticsFunctions │ │ │ │ ├── arm_max_f32.c │ │ │ │ ├── arm_max_q15.c │ │ │ │ ├── arm_max_q31.c │ │ │ │ ├── arm_max_q7.c │ │ │ │ ├── arm_mean_f32.c │ │ │ │ ├── arm_mean_q15.c │ │ │ │ ├── arm_mean_q31.c │ │ │ │ ├── arm_mean_q7.c │ │ │ │ ├── arm_min_f32.c │ │ │ │ ├── arm_min_q15.c │ │ │ │ ├── arm_min_q31.c │ │ │ │ ├── arm_min_q7.c │ │ │ │ ├── arm_power_f32.c │ │ │ │ ├── arm_power_q15.c │ │ │ │ ├── arm_power_q31.c │ │ │ │ ├── arm_power_q7.c │ │ │ │ ├── arm_rms_f32.c │ │ │ │ ├── arm_rms_q15.c │ │ │ │ ├── arm_rms_q31.c │ │ │ │ ├── arm_std_f32.c │ │ │ │ ├── arm_std_q15.c │ │ │ │ ├── arm_std_q31.c │ │ │ │ ├── arm_var_f32.c │ │ │ │ ├── arm_var_q15.c │ │ │ │ └── arm_var_q31.c │ │ │ │ ├── SupportFunctions │ │ │ │ ├── arm_copy_f32.c │ │ │ │ ├── arm_copy_q15.c │ │ │ │ ├── arm_copy_q31.c │ │ │ │ ├── arm_copy_q7.c │ │ │ │ ├── arm_fill_f32.c │ │ │ │ ├── arm_fill_q15.c │ │ │ │ ├── arm_fill_q31.c │ │ │ │ ├── arm_fill_q7.c │ │ │ │ ├── arm_float_to_q15.c │ │ │ │ ├── arm_float_to_q31.c │ │ │ │ ├── arm_float_to_q7.c │ │ │ │ ├── arm_q15_to_float.c │ │ │ │ ├── arm_q15_to_q31.c │ │ │ │ ├── arm_q15_to_q7.c │ │ │ │ ├── arm_q31_to_float.c │ │ │ │ ├── arm_q31_to_q15.c │ │ │ │ ├── arm_q31_to_q7.c │ │ │ │ ├── arm_q7_to_float.c │ │ │ │ ├── arm_q7_to_q15.c │ │ │ │ └── arm_q7_to_q31.c │ │ │ │ └── TransformFunctions │ │ │ │ ├── arm_bitreversal.c │ │ │ │ ├── arm_bitreversal2.S │ │ │ │ ├── arm_cfft_f32.c │ │ │ │ ├── arm_cfft_q15.c │ │ │ │ ├── arm_cfft_q31.c │ │ │ │ ├── arm_cfft_radix2_f32.c │ │ │ │ ├── arm_cfft_radix2_init_f32.c │ │ │ │ ├── arm_cfft_radix2_init_q15.c │ │ │ │ ├── arm_cfft_radix2_init_q31.c │ │ │ │ ├── arm_cfft_radix2_q15.c │ │ │ │ ├── arm_cfft_radix2_q31.c │ │ │ │ ├── arm_cfft_radix4_f32.c │ │ │ │ ├── arm_cfft_radix4_init_f32.c │ │ │ │ ├── arm_cfft_radix4_init_q15.c │ │ │ │ ├── arm_cfft_radix4_init_q31.c │ │ │ │ ├── arm_cfft_radix4_q15.c │ │ │ │ ├── arm_cfft_radix4_q31.c │ │ │ │ ├── arm_cfft_radix8_f32.c │ │ │ │ ├── arm_dct4_f32.c │ │ │ │ ├── arm_dct4_init_f32.c │ │ │ │ ├── arm_dct4_init_q15.c │ │ │ │ ├── arm_dct4_init_q31.c │ │ │ │ ├── arm_dct4_q15.c │ │ │ │ ├── arm_dct4_q31.c │ │ │ │ ├── arm_rfft_f32.c │ │ │ │ ├── arm_rfft_fast_f32.c │ │ │ │ ├── arm_rfft_fast_init_f32.c │ │ │ │ ├── arm_rfft_init_f32.c │ │ │ │ ├── arm_rfft_init_q15.c │ │ │ │ ├── arm_rfft_init_q31.c │ │ │ │ ├── arm_rfft_q15.c │ │ │ │ └── arm_rfft_q31.c │ │ ├── Driver │ │ │ ├── DriverTemplates │ │ │ │ ├── Driver_CAN.c │ │ │ │ ├── Driver_ETH_MAC.c │ │ │ │ ├── Driver_ETH_PHY.c │ │ │ │ ├── Driver_Flash.c │ │ │ │ ├── Driver_I2C.c │ │ │ │ ├── Driver_MCI.c │ │ │ │ ├── Driver_SAI.c │ │ │ │ ├── Driver_SPI.c │ │ │ │ ├── Driver_Storage.c │ │ │ │ ├── Driver_USART.c │ │ │ │ ├── Driver_USBD.c │ │ │ │ └── Driver_USBH.c │ │ │ └── Include │ │ │ │ ├── Driver_CAN.h │ │ │ │ ├── Driver_Common.h │ │ │ │ ├── Driver_ETH.h │ │ │ │ ├── Driver_ETH_MAC.h │ │ │ │ ├── Driver_ETH_PHY.h │ │ │ │ ├── Driver_Flash.h │ │ │ │ ├── Driver_I2C.h │ │ │ │ ├── Driver_MCI.h │ │ │ │ ├── Driver_NAND.h │ │ │ │ ├── Driver_SAI.h │ │ │ │ ├── Driver_SPI.h │ │ │ │ ├── Driver_USART.h │ │ │ │ ├── Driver_USB.h │ │ │ │ ├── Driver_USBD.h │ │ │ │ └── Driver_USBH.h │ │ ├── Include │ │ │ ├── arm_common_tables.h │ │ │ ├── arm_const_structs.h │ │ │ ├── arm_math.h │ │ │ ├── cmsis_armcc.h │ │ │ ├── cmsis_armclang.h │ │ │ ├── cmsis_compiler.h │ │ │ ├── cmsis_gcc.h │ │ │ ├── cmsis_iccarm.h │ │ │ ├── cmsis_version.h │ │ │ ├── core_armv8mbl.h │ │ │ ├── core_armv8mml.h │ │ │ ├── core_cm0.h │ │ │ ├── core_cm0plus.h │ │ │ ├── core_cm23.h │ │ │ ├── core_cm3.h │ │ │ ├── core_cm33.h │ │ │ ├── core_cm4.h │ │ │ ├── core_cm7.h │ │ │ ├── core_dsp.h │ │ │ ├── core_sc000.h │ │ │ ├── core_sc300.h │ │ │ ├── mpu_armv7.h │ │ │ ├── mpu_armv8.h │ │ │ └── tz_context.h │ │ ├── LICENSE.txt │ │ └── Lib │ │ │ └── GCC │ │ │ └── libarm_cortexM4l_math.a │ ├── JN5189DK6_manifest_v3_4.xml │ ├── JN5189DK6_manifest_v3_5.xml │ ├── SW-Content-Register.txt │ ├── boards │ │ └── jn5189dk6 │ │ │ ├── clock_config.c │ │ │ ├── clock_config.h │ │ │ ├── demo_apps │ │ │ ├── hello_world │ │ │ │ ├── board.c │ │ │ │ ├── board.h │ │ │ │ ├── board_utility.c │ │ │ │ ├── board_utility.h │ │ │ │ ├── clock_config.c │ │ │ │ ├── clock_config.h │ │ │ │ ├── hello_world.bin │ │ │ │ ├── hello_world.c │ │ │ │ ├── hello_world.xml │ │ │ │ ├── iar │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ ├── pin_mux.c │ │ │ │ ├── pin_mux.h │ │ │ │ └── readme.txt │ │ │ └── led_blinky │ │ │ │ ├── board.c │ │ │ │ ├── board.h │ │ │ │ ├── board_utility.c │ │ │ │ ├── board_utility.h │ │ │ │ ├── clock_config.c │ │ │ │ ├── clock_config.h │ │ │ │ ├── iar │ │ │ │ └── dk6_image_tool.py │ │ │ │ ├── led_blinky.bin │ │ │ │ ├── led_blinky.c │ │ │ │ ├── led_blinky.xml │ │ │ │ ├── pin_mux.c │ │ │ │ ├── pin_mux.h │ │ │ │ └── readme.txt │ │ │ ├── driver_examples │ │ │ ├── adc │ │ │ │ ├── lpc_adc_basic │ │ │ │ │ ├── board.c │ │ │ │ │ ├── board.h │ │ │ │ │ ├── board_utility.c │ │ │ │ │ ├── board_utility.h │ │ │ │ │ ├── clock_config.c │ │ │ │ │ ├── clock_config.h │ │ │ │ │ ├── fsl_adc_basic.c │ │ │ │ │ ├── iar │ │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ │ ├── lpc_adc_basic.xml │ │ │ │ │ ├── pin_mux.c │ │ │ │ │ ├── pin_mux.h │ │ │ │ │ └── readme.txt │ │ │ │ ├── lpc_adc_burst │ │ │ │ │ ├── board.c │ │ │ │ │ ├── board.h │ │ │ │ │ ├── board_utility.c │ │ │ │ │ ├── board_utility.h │ │ │ │ │ ├── clock_config.c │ │ │ │ │ ├── clock_config.h │ │ │ │ │ ├── fsl_adc_burst.c │ │ │ │ │ ├── iar │ │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ │ ├── lpc_adc_burst.xml │ │ │ │ │ ├── pin_mux.c │ │ │ │ │ ├── pin_mux.h │ │ │ │ │ └── readme.txt │ │ │ │ ├── lpc_adc_dma │ │ │ │ │ ├── board.c │ │ │ │ │ ├── board.h │ │ │ │ │ ├── board_utility.c │ │ │ │ │ ├── board_utility.h │ │ │ │ │ ├── clock_config.c │ │ │ │ │ ├── clock_config.h │ │ │ │ │ ├── fsl_adc_dma.c │ │ │ │ │ ├── iar │ │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ │ ├── lpc_adc_dma.xml │ │ │ │ │ ├── pin_mux.c │ │ │ │ │ ├── pin_mux.h │ │ │ │ │ └── readme.txt │ │ │ │ └── lpc_adc_interrupt │ │ │ │ │ ├── board.c │ │ │ │ │ ├── board.h │ │ │ │ │ ├── board_utility.c │ │ │ │ │ ├── board_utility.h │ │ │ │ │ ├── clock_config.c │ │ │ │ │ ├── clock_config.h │ │ │ │ │ ├── fsl_adc_interrupt.c │ │ │ │ │ ├── iar │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ │ ├── lpc_adc_interrupt.xml │ │ │ │ │ ├── pin_mux.c │ │ │ │ │ ├── pin_mux.h │ │ │ │ │ └── readme.txt │ │ │ ├── aes │ │ │ │ ├── aes.c │ │ │ │ ├── aes.xml │ │ │ │ ├── board.c │ │ │ │ ├── board.h │ │ │ │ ├── board_utility.c │ │ │ │ ├── board_utility.h │ │ │ │ ├── clock_config.c │ │ │ │ ├── clock_config.h │ │ │ │ ├── iar │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ ├── pin_mux.c │ │ │ │ ├── pin_mux.h │ │ │ │ └── readme.txt │ │ │ ├── cic_irb │ │ │ │ ├── board.c │ │ │ │ ├── board.h │ │ │ │ ├── board_utility.c │ │ │ │ ├── board_utility.h │ │ │ │ ├── cic_irb_example.xml │ │ │ │ ├── clock_config.c │ │ │ │ ├── clock_config.h │ │ │ │ ├── example_RC5.c │ │ │ │ ├── iar │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ ├── pin_mux.c │ │ │ │ ├── pin_mux.h │ │ │ │ └── readme.txt │ │ │ ├── cmp │ │ │ │ ├── input_external │ │ │ │ │ ├── board.c │ │ │ │ │ ├── board.h │ │ │ │ │ ├── board_utility.c │ │ │ │ │ ├── board_utility.h │ │ │ │ │ ├── clock_config.c │ │ │ │ │ ├── clock_config.h │ │ │ │ │ ├── cmp.c │ │ │ │ │ ├── cmp_input_external.xml │ │ │ │ │ ├── iar │ │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ │ ├── pin_mux.c │ │ │ │ │ ├── pin_mux.h │ │ │ │ │ └── readme.txt │ │ │ │ └── input_internal │ │ │ │ │ ├── board.c │ │ │ │ │ ├── board.h │ │ │ │ │ ├── board_utility.c │ │ │ │ │ ├── board_utility.h │ │ │ │ │ ├── clock_config.c │ │ │ │ │ ├── clock_config.h │ │ │ │ │ ├── cmp.c │ │ │ │ │ ├── cmp_input_internal.xml │ │ │ │ │ ├── iar │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ │ ├── pin_mux.c │ │ │ │ │ ├── pin_mux.h │ │ │ │ │ └── readme.txt │ │ │ ├── ctimer │ │ │ │ ├── simple_match │ │ │ │ │ ├── board.c │ │ │ │ │ ├── board.h │ │ │ │ │ ├── board_utility.c │ │ │ │ │ ├── board_utility.h │ │ │ │ │ ├── clock_config.c │ │ │ │ │ ├── clock_config.h │ │ │ │ │ ├── ctimer_match_example.xml │ │ │ │ │ ├── iar │ │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ │ ├── pin_mux.c │ │ │ │ │ ├── pin_mux.h │ │ │ │ │ ├── readme.txt │ │ │ │ │ └── simple_match.c │ │ │ │ └── simple_match_interrupt │ │ │ │ │ ├── board.c │ │ │ │ │ ├── board.h │ │ │ │ │ ├── board_utility.c │ │ │ │ │ ├── board_utility.h │ │ │ │ │ ├── clock_config.c │ │ │ │ │ ├── clock_config.h │ │ │ │ │ ├── ctimer_match_interrupt_example.xml │ │ │ │ │ ├── iar │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ │ ├── pin_mux.c │ │ │ │ │ ├── pin_mux.h │ │ │ │ │ ├── readme.txt │ │ │ │ │ └── simple_match_interrupt.c │ │ │ ├── dma │ │ │ │ ├── m2m_polling │ │ │ │ │ ├── board.c │ │ │ │ │ ├── board.h │ │ │ │ │ ├── board_utility.c │ │ │ │ │ ├── board_utility.h │ │ │ │ │ ├── clock_config.c │ │ │ │ │ ├── clock_config.h │ │ │ │ │ ├── dma_m2m_polling.c │ │ │ │ │ ├── dma_m2m_polling.xml │ │ │ │ │ ├── iar │ │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ │ ├── pin_mux.c │ │ │ │ │ ├── pin_mux.h │ │ │ │ │ └── readme.txt │ │ │ │ └── memory_to_memory │ │ │ │ │ ├── board.c │ │ │ │ │ ├── board.h │ │ │ │ │ ├── board_utility.c │ │ │ │ │ ├── board_utility.h │ │ │ │ │ ├── clock_config.c │ │ │ │ │ ├── clock_config.h │ │ │ │ │ ├── dma_memory_to_memory.c │ │ │ │ │ ├── dma_memory_to_memory.xml │ │ │ │ │ ├── iar │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ │ ├── pin_mux.c │ │ │ │ │ ├── pin_mux.h │ │ │ │ │ └── readme.txt │ │ │ ├── dmic │ │ │ │ ├── dmic_dma │ │ │ │ │ ├── board.c │ │ │ │ │ ├── board.h │ │ │ │ │ ├── board_utility.c │ │ │ │ │ ├── board_utility.h │ │ │ │ │ ├── clock_config.c │ │ │ │ │ ├── clock_config.h │ │ │ │ │ ├── dmic_dma.c │ │ │ │ │ ├── dmic_dma.xml │ │ │ │ │ ├── iar │ │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ │ ├── pin_mux.c │ │ │ │ │ ├── pin_mux.h │ │ │ │ │ └── readme.txt │ │ │ │ └── dmic_hwvad │ │ │ │ │ ├── board.c │ │ │ │ │ ├── board.h │ │ │ │ │ ├── board_utility.c │ │ │ │ │ ├── board_utility.h │ │ │ │ │ ├── clock_config.c │ │ │ │ │ ├── clock_config.h │ │ │ │ │ ├── dmic_hwvad.c │ │ │ │ │ ├── dmic_hwvad.xml │ │ │ │ │ ├── iar │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ │ ├── pin_mux.c │ │ │ │ │ ├── pin_mux.h │ │ │ │ │ └── readme.txt │ │ │ ├── flash │ │ │ │ ├── board.c │ │ │ │ ├── board.h │ │ │ │ ├── board_utility.c │ │ │ │ ├── board_utility.h │ │ │ │ ├── clock_config.c │ │ │ │ ├── clock_config.h │ │ │ │ ├── flash_demo.xml │ │ │ │ ├── flash_test.c │ │ │ │ ├── iar │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ ├── pin_mux.c │ │ │ │ ├── pin_mux.h │ │ │ │ └── readme.txt │ │ │ ├── fmeas │ │ │ │ ├── board.c │ │ │ │ ├── board.h │ │ │ │ ├── board_utility.c │ │ │ │ ├── board_utility.h │ │ │ │ ├── clock_config.c │ │ │ │ ├── clock_config.h │ │ │ │ ├── fmeas.c │ │ │ │ ├── fmeas.xml │ │ │ │ ├── iar │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ ├── pin_mux.c │ │ │ │ ├── pin_mux.h │ │ │ │ └── readme.txt │ │ │ ├── gint │ │ │ │ ├── board.c │ │ │ │ ├── board.h │ │ │ │ ├── board_utility.c │ │ │ │ ├── board_utility.h │ │ │ │ ├── clock_config.c │ │ │ │ ├── clock_config.h │ │ │ │ ├── gint.c │ │ │ │ ├── gint.xml │ │ │ │ ├── iar │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ ├── pin_mux.c │ │ │ │ ├── pin_mux.h │ │ │ │ └── readme.txt │ │ │ ├── gpio │ │ │ │ └── led_output │ │ │ │ │ ├── board.c │ │ │ │ │ ├── board.h │ │ │ │ │ ├── board_utility.c │ │ │ │ │ ├── board_utility.h │ │ │ │ │ ├── clock_config.c │ │ │ │ │ ├── clock_config.h │ │ │ │ │ ├── gpio_led_output.c │ │ │ │ │ ├── gpio_led_output.xml │ │ │ │ │ ├── iar │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ │ ├── pin_mux.c │ │ │ │ │ ├── pin_mux.h │ │ │ │ │ └── readme.txt │ │ │ ├── i2c │ │ │ │ ├── dma_transfer │ │ │ │ │ ├── board.c │ │ │ │ │ ├── board.h │ │ │ │ │ ├── board_utility.c │ │ │ │ │ ├── board_utility.h │ │ │ │ │ ├── clock_config.c │ │ │ │ │ ├── clock_config.h │ │ │ │ │ ├── i2c_dma_transfer.c │ │ │ │ │ ├── i2c_dma_transfer.xml │ │ │ │ │ ├── iar │ │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ │ ├── pin_mux.c │ │ │ │ │ ├── pin_mux.h │ │ │ │ │ └── readme.txt │ │ │ │ ├── interrupt_transfer │ │ │ │ │ ├── board.c │ │ │ │ │ ├── board.h │ │ │ │ │ ├── board_utility.c │ │ │ │ │ ├── board_utility.h │ │ │ │ │ ├── clock_config.c │ │ │ │ │ ├── clock_config.h │ │ │ │ │ ├── i2c_interrupt_transfer.c │ │ │ │ │ ├── i2c_interrupt_transfer.xml │ │ │ │ │ ├── iar │ │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ │ ├── pin_mux.c │ │ │ │ │ ├── pin_mux.h │ │ │ │ │ └── readme.txt │ │ │ │ └── polling_transfer │ │ │ │ │ ├── board.c │ │ │ │ │ ├── board.h │ │ │ │ │ ├── board_utility.c │ │ │ │ │ ├── board_utility.h │ │ │ │ │ ├── clock_config.c │ │ │ │ │ ├── clock_config.h │ │ │ │ │ ├── i2c_polling_transfer.c │ │ │ │ │ ├── i2c_polling_transfer.xml │ │ │ │ │ ├── iar │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ │ ├── pin_mux.c │ │ │ │ │ ├── pin_mux.h │ │ │ │ │ └── readme.txt │ │ │ ├── pint │ │ │ │ ├── pattern_match │ │ │ │ │ ├── board.c │ │ │ │ │ ├── board.h │ │ │ │ │ ├── board_utility.c │ │ │ │ │ ├── board_utility.h │ │ │ │ │ ├── clock_config.c │ │ │ │ │ ├── clock_config.h │ │ │ │ │ ├── iar │ │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ │ ├── pin_mux.c │ │ │ │ │ ├── pin_mux.h │ │ │ │ │ ├── pint_pattern_match.c │ │ │ │ │ ├── pint_pattern_match.xml │ │ │ │ │ └── readme.txt │ │ │ │ └── pin_interrupt │ │ │ │ │ ├── board.c │ │ │ │ │ ├── board.h │ │ │ │ │ ├── board_utility.c │ │ │ │ │ ├── board_utility.h │ │ │ │ │ ├── clock_config.c │ │ │ │ │ ├── clock_config.h │ │ │ │ │ ├── iar │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ │ ├── pin_mux.c │ │ │ │ │ ├── pin_mux.h │ │ │ │ │ ├── pint_pin_interrupt.c │ │ │ │ │ ├── pint_pin_interrupt.xml │ │ │ │ │ └── readme.txt │ │ │ ├── power_api │ │ │ │ └── simple_powerdown │ │ │ │ │ ├── board.c │ │ │ │ │ ├── board.h │ │ │ │ │ ├── board_utility.c │ │ │ │ │ ├── board_utility.h │ │ │ │ │ ├── clock_config.c │ │ │ │ │ ├── clock_config.h │ │ │ │ │ ├── iar │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ │ ├── pin_mux.c │ │ │ │ │ ├── pin_mux.h │ │ │ │ │ ├── powerdown.c │ │ │ │ │ ├── powerdown_demo.xml │ │ │ │ │ └── readme.txt │ │ │ ├── pwm │ │ │ │ └── pwm_output │ │ │ │ │ ├── board.c │ │ │ │ │ ├── board.h │ │ │ │ │ ├── board_utility.c │ │ │ │ │ ├── board_utility.h │ │ │ │ │ ├── clock_config.c │ │ │ │ │ ├── clock_config.h │ │ │ │ │ ├── iar │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ │ ├── pin_mux.c │ │ │ │ │ ├── pin_mux.h │ │ │ │ │ ├── pwm_output.c │ │ │ │ │ ├── pwm_output.xml │ │ │ │ │ └── readme.txt │ │ │ ├── rng │ │ │ │ ├── board.c │ │ │ │ ├── board.h │ │ │ │ ├── board_utility.c │ │ │ │ ├── board_utility.h │ │ │ │ ├── clock_config.c │ │ │ │ ├── clock_config.h │ │ │ │ ├── iar │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ ├── pin_mux.c │ │ │ │ ├── pin_mux.h │ │ │ │ ├── readme.txt │ │ │ │ ├── rng_test.c │ │ │ │ └── rng_test.xml │ │ │ ├── rtc │ │ │ │ ├── board.c │ │ │ │ ├── board.h │ │ │ │ ├── board_utility.c │ │ │ │ ├── board_utility.h │ │ │ │ ├── clock_config.c │ │ │ │ ├── clock_config.h │ │ │ │ ├── iar │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ ├── pin_mux.c │ │ │ │ ├── pin_mux.h │ │ │ │ ├── readme.txt │ │ │ │ ├── rtc.c │ │ │ │ └── rtc_example.xml │ │ │ ├── sha │ │ │ │ ├── board.c │ │ │ │ ├── board.h │ │ │ │ ├── board_utility.c │ │ │ │ ├── board_utility.h │ │ │ │ ├── clock_config.c │ │ │ │ ├── clock_config.h │ │ │ │ ├── iar │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ ├── pin_mux.c │ │ │ │ ├── pin_mux.h │ │ │ │ ├── readme.txt │ │ │ │ ├── sha.c │ │ │ │ └── sha.xml │ │ │ ├── spi │ │ │ │ ├── dma_transfer │ │ │ │ │ ├── board.c │ │ │ │ │ ├── board.h │ │ │ │ │ ├── board_utility.c │ │ │ │ │ ├── board_utility.h │ │ │ │ │ ├── clock_config.c │ │ │ │ │ ├── clock_config.h │ │ │ │ │ ├── iar │ │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ │ ├── pin_mux.c │ │ │ │ │ ├── pin_mux.h │ │ │ │ │ ├── readme.txt │ │ │ │ │ ├── spi_dma_transfer.c │ │ │ │ │ └── spi_dma_transfer.xml │ │ │ │ ├── interrupt │ │ │ │ │ ├── board.c │ │ │ │ │ ├── board.h │ │ │ │ │ ├── board_utility.c │ │ │ │ │ ├── board_utility.h │ │ │ │ │ ├── clock_config.c │ │ │ │ │ ├── clock_config.h │ │ │ │ │ ├── iar │ │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ │ ├── pin_mux.c │ │ │ │ │ ├── pin_mux.h │ │ │ │ │ ├── readme.txt │ │ │ │ │ ├── spi_interrupt.c │ │ │ │ │ └── spi_interrupt.xml │ │ │ │ ├── interrupt_b2b │ │ │ │ │ ├── master │ │ │ │ │ │ ├── board.c │ │ │ │ │ │ ├── board.h │ │ │ │ │ │ ├── board_utility.c │ │ │ │ │ │ ├── board_utility.h │ │ │ │ │ │ ├── clock_config.c │ │ │ │ │ │ ├── clock_config.h │ │ │ │ │ │ ├── iar │ │ │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ │ │ ├── pin_mux.c │ │ │ │ │ │ ├── pin_mux.h │ │ │ │ │ │ ├── readme.txt │ │ │ │ │ │ ├── spi_interrupt_b2b_master.c │ │ │ │ │ │ └── spi_interrupt_b2b_master.xml │ │ │ │ │ └── slave │ │ │ │ │ │ ├── board.c │ │ │ │ │ │ ├── board.h │ │ │ │ │ │ ├── board_utility.c │ │ │ │ │ │ ├── board_utility.h │ │ │ │ │ │ ├── clock_config.c │ │ │ │ │ │ ├── clock_config.h │ │ │ │ │ │ ├── iar │ │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ │ │ ├── pin_mux.c │ │ │ │ │ │ ├── pin_mux.h │ │ │ │ │ │ ├── readme.txt │ │ │ │ │ │ ├── spi_interrupt_b2b_slave.c │ │ │ │ │ │ └── spi_interrupt_b2b_slave.xml │ │ │ │ ├── interrupt_b2b_transfer │ │ │ │ │ ├── master │ │ │ │ │ │ ├── board.c │ │ │ │ │ │ ├── board.h │ │ │ │ │ │ ├── board_utility.c │ │ │ │ │ │ ├── board_utility.h │ │ │ │ │ │ ├── clock_config.c │ │ │ │ │ │ ├── clock_config.h │ │ │ │ │ │ ├── iar │ │ │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ │ │ ├── pin_mux.c │ │ │ │ │ │ ├── pin_mux.h │ │ │ │ │ │ ├── readme.txt │ │ │ │ │ │ ├── spi_interrupt_b2b_transfer_master.c │ │ │ │ │ │ └── spi_interrupt_b2b_transfer_master.xml │ │ │ │ │ └── slave │ │ │ │ │ │ ├── board.c │ │ │ │ │ │ ├── board.h │ │ │ │ │ │ ├── board_utility.c │ │ │ │ │ │ ├── board_utility.h │ │ │ │ │ │ ├── clock_config.c │ │ │ │ │ │ ├── clock_config.h │ │ │ │ │ │ ├── iar │ │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ │ │ ├── pin_mux.c │ │ │ │ │ │ ├── pin_mux.h │ │ │ │ │ │ ├── readme.txt │ │ │ │ │ │ ├── spi_interrupt_b2b_transfer_slave.c │ │ │ │ │ │ └── spi_interrupt_b2b_transfer_slave.xml │ │ │ │ ├── interrupt_transfer │ │ │ │ │ ├── board.c │ │ │ │ │ ├── board.h │ │ │ │ │ ├── board_utility.c │ │ │ │ │ ├── board_utility.h │ │ │ │ │ ├── clock_config.c │ │ │ │ │ ├── clock_config.h │ │ │ │ │ ├── iar │ │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ │ ├── pin_mux.c │ │ │ │ │ ├── pin_mux.h │ │ │ │ │ ├── readme.txt │ │ │ │ │ ├── spi_interrupt_transfer.c │ │ │ │ │ └── spi_interrupt_transfer.xml │ │ │ │ ├── polling_b2b_transfer │ │ │ │ │ ├── master │ │ │ │ │ │ ├── board.c │ │ │ │ │ │ ├── board.h │ │ │ │ │ │ ├── board_utility.c │ │ │ │ │ │ ├── board_utility.h │ │ │ │ │ │ ├── clock_config.c │ │ │ │ │ │ ├── clock_config.h │ │ │ │ │ │ ├── iar │ │ │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ │ │ ├── pin_mux.c │ │ │ │ │ │ ├── pin_mux.h │ │ │ │ │ │ ├── readme.txt │ │ │ │ │ │ ├── spi_polling_b2b_transfer_master.c │ │ │ │ │ │ └── spi_polling_b2b_transfer_master.xml │ │ │ │ │ └── slave │ │ │ │ │ │ ├── board.c │ │ │ │ │ │ ├── board.h │ │ │ │ │ │ ├── board_utility.c │ │ │ │ │ │ ├── board_utility.h │ │ │ │ │ │ ├── clock_config.c │ │ │ │ │ │ ├── clock_config.h │ │ │ │ │ │ ├── iar │ │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ │ │ ├── pin_mux.c │ │ │ │ │ │ ├── pin_mux.h │ │ │ │ │ │ ├── readme.txt │ │ │ │ │ │ ├── spi_polling_b2b_transfer_slave.c │ │ │ │ │ │ └── spi_polling_b2b_transfer_slave.xml │ │ │ │ └── polling_transfer │ │ │ │ │ ├── board.c │ │ │ │ │ ├── board.h │ │ │ │ │ ├── board_utility.c │ │ │ │ │ ├── board_utility.h │ │ │ │ │ ├── clock_config.c │ │ │ │ │ ├── clock_config.h │ │ │ │ │ ├── iar │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ │ ├── pin_mux.c │ │ │ │ │ ├── pin_mux.h │ │ │ │ │ ├── readme.txt │ │ │ │ │ ├── spi_polling_transfer.c │ │ │ │ │ └── spi_polling_transfer.xml │ │ │ ├── spifi │ │ │ │ ├── dma_transfer │ │ │ │ │ ├── board.c │ │ │ │ │ ├── board.h │ │ │ │ │ ├── board_utility.c │ │ │ │ │ ├── board_utility.h │ │ │ │ │ ├── clock_config.c │ │ │ │ │ ├── clock_config.h │ │ │ │ │ ├── iar │ │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ │ ├── pin_mux.c │ │ │ │ │ ├── pin_mux.h │ │ │ │ │ ├── readme.txt │ │ │ │ │ ├── spifi_dma_transfer.c │ │ │ │ │ └── spifi_dma_transfer.xml │ │ │ │ └── polling_transfer │ │ │ │ │ ├── board.c │ │ │ │ │ ├── board.h │ │ │ │ │ ├── board_utility.c │ │ │ │ │ ├── board_utility.h │ │ │ │ │ ├── clock_config.c │ │ │ │ │ ├── clock_config.h │ │ │ │ │ ├── iar │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ │ ├── pin_mux.c │ │ │ │ │ ├── pin_mux.h │ │ │ │ │ ├── readme.txt │ │ │ │ │ ├── spifi_polling_transfer.c │ │ │ │ │ └── spifi_polling_transfer.xml │ │ │ ├── temp_sensor │ │ │ │ ├── board.c │ │ │ │ ├── board.h │ │ │ │ ├── board_utility.c │ │ │ │ ├── board_utility.h │ │ │ │ ├── clock_config.c │ │ │ │ ├── clock_config.h │ │ │ │ ├── iar │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ ├── pin_mux.c │ │ │ │ ├── pin_mux.h │ │ │ │ ├── readme.txt │ │ │ │ ├── temp_sensor.c │ │ │ │ ├── temp_sensor.h │ │ │ │ ├── temp_sensor.xml │ │ │ │ ├── temp_sensor_drv.c │ │ │ │ ├── temp_sensor_drv.h │ │ │ │ ├── temp_sensor_drv_test.c │ │ │ │ └── temp_sensor_drv_test.h │ │ │ ├── usart │ │ │ │ ├── dma_double_buffer_transfer │ │ │ │ │ ├── board.c │ │ │ │ │ ├── board.h │ │ │ │ │ ├── board_utility.c │ │ │ │ │ ├── board_utility.h │ │ │ │ │ ├── clock_config.c │ │ │ │ │ ├── clock_config.h │ │ │ │ │ ├── iar │ │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ │ ├── pin_mux.c │ │ │ │ │ ├── pin_mux.h │ │ │ │ │ ├── readme.txt │ │ │ │ │ ├── usart_dma_double_buffer_transfer.c │ │ │ │ │ └── usart_dma_double_buffer_transfer.xml │ │ │ │ ├── dma_transfer │ │ │ │ │ ├── board.c │ │ │ │ │ ├── board.h │ │ │ │ │ ├── board_utility.c │ │ │ │ │ ├── board_utility.h │ │ │ │ │ ├── clock_config.c │ │ │ │ │ ├── clock_config.h │ │ │ │ │ ├── iar │ │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ │ ├── pin_mux.c │ │ │ │ │ ├── pin_mux.h │ │ │ │ │ ├── readme.txt │ │ │ │ │ ├── usart_dma_transfer.c │ │ │ │ │ └── usart_dma_transfer.xml │ │ │ │ ├── hardware_flow_control │ │ │ │ │ ├── board.c │ │ │ │ │ ├── board.h │ │ │ │ │ ├── board_utility.c │ │ │ │ │ ├── board_utility.h │ │ │ │ │ ├── clock_config.c │ │ │ │ │ ├── clock_config.h │ │ │ │ │ ├── iar │ │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ │ ├── pin_mux.c │ │ │ │ │ ├── pin_mux.h │ │ │ │ │ ├── readme.txt │ │ │ │ │ ├── usart_hardware_flow_control.c │ │ │ │ │ └── usart_hardware_flow_control.xml │ │ │ │ ├── interrupt │ │ │ │ │ ├── board.c │ │ │ │ │ ├── board.h │ │ │ │ │ ├── board_utility.c │ │ │ │ │ ├── board_utility.h │ │ │ │ │ ├── clock_config.c │ │ │ │ │ ├── clock_config.h │ │ │ │ │ ├── iar │ │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ │ ├── pin_mux.c │ │ │ │ │ ├── pin_mux.h │ │ │ │ │ ├── readme.txt │ │ │ │ │ ├── usart_interrupt.c │ │ │ │ │ └── usart_interrupt.xml │ │ │ │ ├── interrupt_ring_buffer_transfer │ │ │ │ │ ├── board.c │ │ │ │ │ ├── board.h │ │ │ │ │ ├── board_utility.c │ │ │ │ │ ├── board_utility.h │ │ │ │ │ ├── clock_config.c │ │ │ │ │ ├── clock_config.h │ │ │ │ │ ├── iar │ │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ │ ├── pin_mux.c │ │ │ │ │ ├── pin_mux.h │ │ │ │ │ ├── readme.txt │ │ │ │ │ ├── usart_interrupt_ring_buffer_transfer.c │ │ │ │ │ └── usart_interrupt_ring_buffer_transfer.xml │ │ │ │ ├── interrupt_transfer │ │ │ │ │ ├── board.c │ │ │ │ │ ├── board.h │ │ │ │ │ ├── board_utility.c │ │ │ │ │ ├── board_utility.h │ │ │ │ │ ├── clock_config.c │ │ │ │ │ ├── clock_config.h │ │ │ │ │ ├── iar │ │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ │ ├── pin_mux.c │ │ │ │ │ ├── pin_mux.h │ │ │ │ │ ├── readme.txt │ │ │ │ │ ├── usart_interrupt_transfer.c │ │ │ │ │ └── usart_interrupt_transfer.xml │ │ │ │ └── polling │ │ │ │ │ ├── board.c │ │ │ │ │ ├── board.h │ │ │ │ │ ├── board_utility.c │ │ │ │ │ ├── board_utility.h │ │ │ │ │ ├── clock_config.c │ │ │ │ │ ├── clock_config.h │ │ │ │ │ ├── iar │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ │ ├── pin_mux.c │ │ │ │ │ ├── pin_mux.h │ │ │ │ │ ├── readme.txt │ │ │ │ │ ├── usart_polling.c │ │ │ │ │ └── usart_polling.xml │ │ │ └── wwdt │ │ │ │ ├── board.c │ │ │ │ ├── board.h │ │ │ │ ├── board_utility.c │ │ │ │ ├── board_utility.h │ │ │ │ ├── clock_config.c │ │ │ │ ├── clock_config.h │ │ │ │ ├── iar │ │ │ │ └── dk6_image_tool.py │ │ │ │ ├── pin_mux.c │ │ │ │ ├── pin_mux.h │ │ │ │ ├── readme.txt │ │ │ │ ├── wwdt.c │ │ │ │ └── wwdt_example.xml │ │ │ ├── project_template │ │ │ ├── board.c │ │ │ ├── board.h │ │ │ ├── board_utility.c │ │ │ ├── board_utility.h │ │ │ ├── clock_config.c │ │ │ ├── clock_config.h │ │ │ ├── peripherals.c │ │ │ ├── peripherals.h │ │ │ ├── pin_mux.c │ │ │ └── pin_mux.h │ │ │ ├── rtos_examples │ │ │ ├── freertos_event │ │ │ │ ├── FreeRTOSConfig.h │ │ │ │ ├── board.c │ │ │ │ ├── board.h │ │ │ │ ├── board_utility.c │ │ │ │ ├── board_utility.h │ │ │ │ ├── clock_config.c │ │ │ │ ├── clock_config.h │ │ │ │ ├── freertos_event.c │ │ │ │ ├── freertos_event.xml │ │ │ │ ├── iar │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ ├── pin_mux.c │ │ │ │ ├── pin_mux.h │ │ │ │ └── readme.txt │ │ │ ├── freertos_generic │ │ │ │ ├── FreeRTOSConfig.h │ │ │ │ ├── board.c │ │ │ │ ├── board.h │ │ │ │ ├── board_utility.c │ │ │ │ ├── board_utility.h │ │ │ │ ├── clock_config.c │ │ │ │ ├── clock_config.h │ │ │ │ ├── freertos_generic.c │ │ │ │ ├── freertos_generic.xml │ │ │ │ ├── iar │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ ├── pin_mux.c │ │ │ │ ├── pin_mux.h │ │ │ │ └── readme.txt │ │ │ ├── freertos_hello │ │ │ │ ├── FreeRTOSConfig.h │ │ │ │ ├── board.c │ │ │ │ ├── board.h │ │ │ │ ├── board_utility.c │ │ │ │ ├── board_utility.h │ │ │ │ ├── clock_config.c │ │ │ │ ├── clock_config.h │ │ │ │ ├── freertos_hello.c │ │ │ │ ├── freertos_hello.xml │ │ │ │ ├── iar │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ ├── pin_mux.c │ │ │ │ ├── pin_mux.h │ │ │ │ └── readme.txt │ │ │ ├── freertos_i2c │ │ │ │ ├── FreeRTOSConfig.h │ │ │ │ ├── board.c │ │ │ │ ├── board.h │ │ │ │ ├── board_utility.c │ │ │ │ ├── board_utility.h │ │ │ │ ├── clock_config.c │ │ │ │ ├── clock_config.h │ │ │ │ ├── freertos_i2c.c │ │ │ │ ├── freertos_i2c.xml │ │ │ │ ├── iar │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ ├── pin_mux.c │ │ │ │ ├── pin_mux.h │ │ │ │ └── readme.txt │ │ │ ├── freertos_mutex │ │ │ │ ├── FreeRTOSConfig.h │ │ │ │ ├── board.c │ │ │ │ ├── board.h │ │ │ │ ├── board_utility.c │ │ │ │ ├── board_utility.h │ │ │ │ ├── clock_config.c │ │ │ │ ├── clock_config.h │ │ │ │ ├── freertos_mutex.c │ │ │ │ ├── freertos_mutex.xml │ │ │ │ ├── iar │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ ├── pin_mux.c │ │ │ │ ├── pin_mux.h │ │ │ │ └── readme.txt │ │ │ ├── freertos_queue │ │ │ │ ├── FreeRTOSConfig.h │ │ │ │ ├── board.c │ │ │ │ ├── board.h │ │ │ │ ├── board_utility.c │ │ │ │ ├── board_utility.h │ │ │ │ ├── clock_config.c │ │ │ │ ├── clock_config.h │ │ │ │ ├── freertos_queue.c │ │ │ │ ├── freertos_queue.xml │ │ │ │ ├── iar │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ ├── pin_mux.c │ │ │ │ ├── pin_mux.h │ │ │ │ └── readme.txt │ │ │ ├── freertos_sem │ │ │ │ ├── FreeRTOSConfig.h │ │ │ │ ├── board.c │ │ │ │ ├── board.h │ │ │ │ ├── board_utility.c │ │ │ │ ├── board_utility.h │ │ │ │ ├── clock_config.c │ │ │ │ ├── clock_config.h │ │ │ │ ├── freertos_sem.c │ │ │ │ ├── freertos_sem.xml │ │ │ │ ├── iar │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ ├── pin_mux.c │ │ │ │ ├── pin_mux.h │ │ │ │ └── readme.txt │ │ │ ├── freertos_spi │ │ │ │ ├── FreeRTOSConfig.h │ │ │ │ ├── board.c │ │ │ │ ├── board.h │ │ │ │ ├── board_utility.c │ │ │ │ ├── board_utility.h │ │ │ │ ├── clock_config.c │ │ │ │ ├── clock_config.h │ │ │ │ ├── freertos_spi.c │ │ │ │ ├── freertos_spi.xml │ │ │ │ ├── iar │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ ├── pin_mux.c │ │ │ │ ├── pin_mux.h │ │ │ │ └── readme.txt │ │ │ ├── freertos_swtimer │ │ │ │ ├── FreeRTOSConfig.h │ │ │ │ ├── board.c │ │ │ │ ├── board.h │ │ │ │ ├── board_utility.c │ │ │ │ ├── board_utility.h │ │ │ │ ├── clock_config.c │ │ │ │ ├── clock_config.h │ │ │ │ ├── freertos_swtimer.c │ │ │ │ ├── freertos_swtimer.xml │ │ │ │ ├── iar │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ ├── pin_mux.c │ │ │ │ ├── pin_mux.h │ │ │ │ └── readme.txt │ │ │ ├── freertos_tickless │ │ │ │ ├── FreeRTOSConfig.h │ │ │ │ ├── board.c │ │ │ │ ├── board.h │ │ │ │ ├── board_utility.c │ │ │ │ ├── board_utility.h │ │ │ │ ├── clock_config.c │ │ │ │ ├── clock_config.h │ │ │ │ ├── freertos_tickless.c │ │ │ │ ├── freertos_tickless.xml │ │ │ │ ├── iar │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ ├── low_power_tickless │ │ │ │ │ ├── fsl_tickless_rtc.c │ │ │ │ │ └── fsl_tickless_rtc.h │ │ │ │ ├── pin_mux.c │ │ │ │ ├── pin_mux.h │ │ │ │ └── readme.txt │ │ │ └── freertos_usart │ │ │ │ ├── FreeRTOSConfig.h │ │ │ │ ├── board.c │ │ │ │ ├── board.h │ │ │ │ ├── board_utility.c │ │ │ │ ├── board_utility.h │ │ │ │ ├── clock_config.c │ │ │ │ ├── clock_config.h │ │ │ │ ├── freertos_usart.c │ │ │ │ ├── freertos_usart.xml │ │ │ │ ├── iar │ │ │ │ └── dk6_image_tool.py │ │ │ │ ├── pin_mux.c │ │ │ │ ├── pin_mux.h │ │ │ │ └── readme.txt │ │ │ ├── usb_dongle_examples │ │ │ └── led_blinky │ │ │ │ ├── board.c │ │ │ │ ├── board.h │ │ │ │ ├── board_utility.c │ │ │ │ ├── board_utility.h │ │ │ │ ├── clock_config.c │ │ │ │ ├── clock_config.h │ │ │ │ ├── iar │ │ │ │ └── dk6_image_tool.py │ │ │ │ ├── led_blinky.bin │ │ │ │ ├── led_blinky.c │ │ │ │ ├── led_blinky_for_usb_dongle.xml │ │ │ │ ├── pin_mux.c │ │ │ │ ├── pin_mux.h │ │ │ │ └── readme.txt │ │ │ └── wireless_examples │ │ │ ├── framework │ │ │ ├── nfc │ │ │ │ ├── common │ │ │ │ │ ├── app_ntag_core_state.c │ │ │ │ │ ├── app_ntag_core_state.h │ │ │ │ │ ├── app_ntag_smart_poster.c │ │ │ │ │ ├── app_ntag_smart_poster.h │ │ │ │ │ ├── app_sram_cmd.c │ │ │ │ │ └── app_sram_cmd.h │ │ │ │ ├── nci_demo │ │ │ │ │ ├── app_nci.c │ │ │ │ │ ├── app_nci.h │ │ │ │ │ ├── app_preinclude.h │ │ │ │ │ ├── bm │ │ │ │ │ │ ├── board.c │ │ │ │ │ │ ├── board.h │ │ │ │ │ │ ├── board_utility.c │ │ │ │ │ │ ├── board_utility.h │ │ │ │ │ │ ├── gpio_pins.h │ │ │ │ │ │ ├── hardware_init.c │ │ │ │ │ │ ├── mcux │ │ │ │ │ │ │ └── connectivity.ld │ │ │ │ │ │ ├── nci_demo_bm.xml │ │ │ │ │ │ └── pin_mux.h │ │ │ │ │ ├── nci_demo_main.c │ │ │ │ │ └── readme.txt │ │ │ │ └── ntag_demo │ │ │ │ │ ├── app_ntag.c │ │ │ │ │ ├── app_ntag.h │ │ │ │ │ ├── app_preinclude.h │ │ │ │ │ ├── bm │ │ │ │ │ ├── board.c │ │ │ │ │ ├── board.h │ │ │ │ │ ├── board_utility.c │ │ │ │ │ ├── board_utility.h │ │ │ │ │ ├── gpio_pins.h │ │ │ │ │ ├── hardware_init.c │ │ │ │ │ ├── mcux │ │ │ │ │ │ └── connectivity.ld │ │ │ │ │ ├── ntag_demo_bm.xml │ │ │ │ │ └── pin_mux.h │ │ │ │ │ ├── ntag_demo_main.c │ │ │ │ │ └── readme.txt │ │ │ └── ssbl │ │ │ │ ├── binary │ │ │ │ └── ssbl.bin │ │ │ │ ├── bm │ │ │ │ ├── EmbeddedTypes.h │ │ │ │ ├── OtaUtils.c │ │ │ │ ├── OtaUtils.h │ │ │ │ ├── board.h │ │ │ │ ├── board_utility.h │ │ │ │ ├── clock_config.c │ │ │ │ ├── clock_config.h │ │ │ │ ├── iar │ │ │ │ │ ├── dk6_image_tool.py │ │ │ │ │ └── test_es2_sign │ │ │ │ │ │ ├── cert.bin │ │ │ │ │ │ ├── certif_es2 │ │ │ │ │ │ └── priv_key.pem │ │ │ │ ├── mcux │ │ │ │ │ └── dk6_ssbl.ld │ │ │ │ ├── pin_mux.c │ │ │ │ ├── pin_mux.h │ │ │ │ ├── spifi_flash.c │ │ │ │ ├── ssbl.c │ │ │ │ └── ssbl.xml │ │ │ │ └── ssbl.readme │ │ │ ├── openthread │ │ │ ├── ed │ │ │ │ ├── bm │ │ │ │ │ ├── board.c │ │ │ │ │ ├── board.h │ │ │ │ │ ├── board_utility.c │ │ │ │ │ ├── board_utility.h │ │ │ │ │ ├── clock_config.c │ │ │ │ │ ├── clock_config.h │ │ │ │ │ ├── config.h │ │ │ │ │ ├── ed_bm.xml │ │ │ │ │ ├── gpio_pins.h │ │ │ │ │ ├── hardware_init.c │ │ │ │ │ ├── iar │ │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ │ ├── mcux │ │ │ │ │ │ └── connectivity.ld │ │ │ │ │ ├── pin_mux.c │ │ │ │ │ └── pin_mux.h │ │ │ │ ├── ed_app.c │ │ │ │ ├── ed_app.h │ │ │ │ └── readme.txt │ │ │ ├── enablement │ │ │ │ ├── board.c │ │ │ │ ├── board.h │ │ │ │ ├── clock_config.c │ │ │ │ ├── clock_config.h │ │ │ │ ├── pin_mux.c │ │ │ │ └── pin_mux.h │ │ │ ├── lped │ │ │ │ ├── bm │ │ │ │ │ ├── board.c │ │ │ │ │ ├── board.h │ │ │ │ │ ├── board_utility.c │ │ │ │ │ ├── board_utility.h │ │ │ │ │ ├── clock_config.c │ │ │ │ │ ├── clock_config.h │ │ │ │ │ ├── config.h │ │ │ │ │ ├── gpio_pins.h │ │ │ │ │ ├── hardware_init.c │ │ │ │ │ ├── iar │ │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ │ ├── lped_bm.xml │ │ │ │ │ ├── mcux │ │ │ │ │ │ └── K32W_connectivity_lp.ld │ │ │ │ │ ├── pin_mux.c │ │ │ │ │ └── pin_mux.h │ │ │ │ ├── lped_app.c │ │ │ │ ├── lped_app.h │ │ │ │ └── readme.txt │ │ │ └── reed │ │ │ │ ├── bm │ │ │ │ ├── board.c │ │ │ │ ├── board.h │ │ │ │ ├── board_utility.c │ │ │ │ ├── board_utility.h │ │ │ │ ├── clock_config.c │ │ │ │ ├── clock_config.h │ │ │ │ ├── config.h │ │ │ │ ├── gpio_pins.h │ │ │ │ ├── hardware_init.c │ │ │ │ ├── iar │ │ │ │ │ └── dk6_image_tool.py │ │ │ │ ├── mcux │ │ │ │ │ └── connectivity.ld │ │ │ │ ├── pin_mux.c │ │ │ │ ├── pin_mux.h │ │ │ │ └── reed_bm.xml │ │ │ │ ├── readme.txt │ │ │ │ ├── reed_app.c │ │ │ │ └── reed_app.h │ │ │ └── zigbee │ │ │ ├── zigbee_coordinator │ │ │ ├── app_coordinator.c │ │ │ ├── app_coordinator.h │ │ │ ├── app_main.c │ │ │ ├── app_main.h │ │ │ ├── app_serial_commands.c │ │ │ ├── app_serial_commands.h │ │ │ ├── app_start.c │ │ │ ├── app_zcl_task.c │ │ │ ├── app_zcl_task.h │ │ │ ├── bdb_options.h │ │ │ ├── bm │ │ │ │ ├── app.h │ │ │ │ ├── board.c │ │ │ │ ├── board.h │ │ │ │ ├── board_utility.c │ │ │ │ ├── board_utility.h │ │ │ │ ├── clock_config.c │ │ │ │ ├── clock_config.h │ │ │ │ ├── hardware_init.c │ │ │ │ ├── mcux │ │ │ │ │ └── AppBuildNone_JN5189.ld │ │ │ │ ├── pin_mux.c │ │ │ │ ├── pin_mux.h │ │ │ │ └── zigbee_coordinator_bm.xml │ │ │ ├── coordinator.zpscfg │ │ │ ├── pdum_apdu.S │ │ │ ├── pdum_gen.c │ │ │ ├── readme.txt │ │ │ ├── zcl_options.h │ │ │ ├── zigbee_config.h │ │ │ └── zps_gen.c │ │ │ ├── zigbee_ed_rx_off │ │ │ ├── app_end_device_node.c │ │ │ ├── app_end_device_node.h │ │ │ ├── app_main.c │ │ │ ├── app_main.h │ │ │ ├── app_reporting.c │ │ │ ├── app_reporting.h │ │ │ ├── app_start.c │ │ │ ├── app_zcl_task.c │ │ │ ├── app_zcl_task.h │ │ │ ├── bdb_options.h │ │ │ ├── bm │ │ │ │ ├── app.h │ │ │ │ ├── board.c │ │ │ │ ├── board.h │ │ │ │ ├── board_utility.c │ │ │ │ ├── board_utility.h │ │ │ │ ├── clock_config.c │ │ │ │ ├── clock_config.h │ │ │ │ ├── hardware_init.c │ │ │ │ ├── mcux │ │ │ │ │ └── EndDeviceMinRetention_JN5189.ld │ │ │ │ ├── pin_mux.c │ │ │ │ ├── pin_mux.h │ │ │ │ └── zigbee_ed_rx_off_bm.xml │ │ │ ├── enddevice_rxoff.zpscfg │ │ │ ├── pdum_apdu.S │ │ │ ├── pdum_gen.c │ │ │ ├── pdum_gen.h │ │ │ ├── readme.txt │ │ │ ├── zcl_options.h │ │ │ ├── zigbee_config.h │ │ │ ├── zps_gen.c │ │ │ └── zps_gen.h │ │ │ ├── zigbee_ed_rx_on │ │ │ ├── app_end_device_node.c │ │ │ ├── app_end_device_node.h │ │ │ ├── app_main.c │ │ │ ├── app_main.h │ │ │ ├── app_reporting.c │ │ │ ├── app_reporting.h │ │ │ ├── app_start.c │ │ │ ├── app_zcl_task.c │ │ │ ├── app_zcl_task.h │ │ │ ├── bdb_options.h │ │ │ ├── bm │ │ │ │ ├── app.h │ │ │ │ ├── board.c │ │ │ │ ├── board.h │ │ │ │ ├── board_utility.c │ │ │ │ ├── board_utility.h │ │ │ │ ├── clock_config.c │ │ │ │ ├── clock_config.h │ │ │ │ ├── hardware_init.c │ │ │ │ ├── mcux │ │ │ │ │ └── AppBuildNone_JN5189.ld │ │ │ │ ├── pin_mux.c │ │ │ │ ├── pin_mux.h │ │ │ │ └── zigbee_ed_rx_on_bm.xml │ │ │ ├── enddevice_rxon.zpscfg │ │ │ ├── pdum_apdu.S │ │ │ ├── pdum_gen.c │ │ │ ├── readme.txt │ │ │ ├── zcl_options.h │ │ │ ├── zigbee_config.h │ │ │ └── zps_gen.c │ │ │ └── zigbee_router │ │ │ ├── app_main.c │ │ │ ├── app_main.h │ │ │ ├── app_reporting.c │ │ │ ├── app_reporting.h │ │ │ ├── app_router_node.c │ │ │ ├── app_router_node.h │ │ │ ├── app_start.c │ │ │ ├── app_zcl_task.c │ │ │ ├── app_zcl_task.h │ │ │ ├── bdb_options.h │ │ │ ├── bm │ │ │ ├── app.h │ │ │ ├── board.c │ │ │ ├── board.h │ │ │ ├── board_utility.c │ │ │ ├── board_utility.h │ │ │ ├── clock_config.c │ │ │ ├── clock_config.h │ │ │ ├── hardware_init.c │ │ │ ├── mcux │ │ │ │ └── AppBuildNone_JN5189.ld │ │ │ ├── pin_mux.c │ │ │ ├── pin_mux.h │ │ │ └── zigbee_router_bm.xml │ │ │ ├── pdum_apdu.S │ │ │ ├── pdum_gen.c │ │ │ ├── readme.txt │ │ │ ├── router.zpscfg │ │ │ ├── zcl_options.h │ │ │ ├── zigbee_config.h │ │ │ └── zps_gen.c │ ├── components │ │ ├── lists │ │ │ ├── generic_list.c │ │ │ └── generic_list.h │ │ ├── serial_manager │ │ │ ├── serial_manager.c │ │ │ ├── serial_manager.h │ │ │ ├── serial_port_internal.h │ │ │ ├── serial_port_swo.c │ │ │ ├── serial_port_swo.h │ │ │ ├── serial_port_uart.c │ │ │ └── serial_port_uart.h │ │ └── uart │ │ │ ├── uart.h │ │ │ └── usart_adapter.c │ ├── devices │ │ └── JN5189 │ │ │ ├── JN5189.h │ │ │ ├── JN5189.xml │ │ │ ├── JN5189_features.h │ │ │ ├── drivers │ │ │ ├── endian.h │ │ │ ├── flash_header.h │ │ │ ├── fsl_adc.c │ │ │ ├── fsl_adc.h │ │ │ ├── fsl_aes.c │ │ │ ├── fsl_aes.h │ │ │ ├── fsl_cic_irb.c │ │ │ ├── fsl_cic_irb.h │ │ │ ├── fsl_cic_irb_private.h │ │ │ ├── fsl_cic_irb_rc5.c │ │ │ ├── fsl_cic_irb_rc6.c │ │ │ ├── fsl_cic_irb_rcmm.c │ │ │ ├── fsl_cic_irb_sirc.c │ │ │ ├── fsl_clock.c │ │ │ ├── fsl_clock.h │ │ │ ├── fsl_cmp.c │ │ │ ├── fsl_cmp.h │ │ │ ├── fsl_common.c │ │ │ ├── fsl_common.h │ │ │ ├── fsl_ctimer.c │ │ │ ├── fsl_ctimer.h │ │ │ ├── fsl_dma.c │ │ │ ├── fsl_dma.h │ │ │ ├── fsl_dmic.c │ │ │ ├── fsl_dmic.h │ │ │ ├── fsl_dmic_dma.c │ │ │ ├── fsl_dmic_dma.h │ │ │ ├── fsl_flash.c │ │ │ ├── fsl_flash.h │ │ │ ├── fsl_flexcomm.c │ │ │ ├── fsl_flexcomm.h │ │ │ ├── fsl_fmeas.c │ │ │ ├── fsl_fmeas.h │ │ │ ├── fsl_gint.c │ │ │ ├── fsl_gint.h │ │ │ ├── fsl_gpio.c │ │ │ ├── fsl_gpio.h │ │ │ ├── fsl_i2c.c │ │ │ ├── fsl_i2c.h │ │ │ ├── fsl_i2c_dma.c │ │ │ ├── fsl_i2c_dma.h │ │ │ ├── fsl_i2c_freertos.c │ │ │ ├── fsl_i2c_freertos.h │ │ │ ├── fsl_inputmux.c │ │ │ ├── fsl_inputmux.h │ │ │ ├── fsl_inputmux_connections.h │ │ │ ├── fsl_iocon.h │ │ │ ├── fsl_ntag.c │ │ │ ├── fsl_ntag.h │ │ │ ├── fsl_pint.c │ │ │ ├── fsl_pint.h │ │ │ ├── fsl_power.c │ │ │ ├── fsl_power.h │ │ │ ├── fsl_pwm.c │ │ │ ├── fsl_pwm.h │ │ │ ├── fsl_reset.c │ │ │ ├── fsl_reset.h │ │ │ ├── fsl_rng.c │ │ │ ├── fsl_rng.h │ │ │ ├── fsl_rtc.c │ │ │ ├── fsl_rtc.h │ │ │ ├── fsl_sha.c │ │ │ ├── fsl_sha.h │ │ │ ├── fsl_spi.c │ │ │ ├── fsl_spi.h │ │ │ ├── fsl_spi_dma.c │ │ │ ├── fsl_spi_dma.h │ │ │ ├── fsl_spi_freertos.c │ │ │ ├── fsl_spi_freertos.h │ │ │ ├── fsl_spifi.c │ │ │ ├── fsl_spifi.h │ │ │ ├── fsl_spifi_dma.c │ │ │ ├── fsl_spifi_dma.h │ │ │ ├── fsl_usart.c │ │ │ ├── fsl_usart.h │ │ │ ├── fsl_usart_dma.c │ │ │ ├── fsl_usart_dma.h │ │ │ ├── fsl_usart_freertos.c │ │ │ ├── fsl_usart_freertos.h │ │ │ ├── fsl_wtimer.c │ │ │ ├── fsl_wtimer.h │ │ │ ├── fsl_wwdt.c │ │ │ ├── fsl_wwdt.h │ │ │ ├── psector_api.c │ │ │ ├── psector_api.h │ │ │ ├── rom_aes.h │ │ │ ├── rom_api.h │ │ │ ├── rom_common.h │ │ │ ├── rom_efuse.h │ │ │ ├── rom_isp.h │ │ │ ├── rom_lowpower.h │ │ │ ├── rom_mpu.h │ │ │ ├── rom_pmc.h │ │ │ ├── rom_psector.h │ │ │ ├── rom_secure.h │ │ │ └── rom_vectors.h │ │ │ ├── fsl_device_registers.h │ │ │ ├── gcc │ │ │ ├── App1Build.ld │ │ │ ├── AppBuild16kEndDevice.ld │ │ │ ├── AppBuild16kEndDevice_JN5188.ld │ │ │ ├── AppBuild16kEndDevice_JN5189.ld │ │ │ ├── AppBuildMac.ld │ │ │ ├── AppBuildMinRetention.ld │ │ │ ├── AppBuildMinRetention_JN5188.ld │ │ │ ├── AppBuildMinRetention_JN5189.ld │ │ │ ├── AppBuildNone.ld │ │ │ ├── AppBuildNoneRam.ld │ │ │ ├── AppBuildNone_APP0.ld │ │ │ ├── AppBuildNone_JN5188.ld │ │ │ ├── AppBuildNone_JN5189.ld │ │ │ ├── AppBuildOtaRegions.ld │ │ │ ├── AppBuild_ZBSOTA_App0.ld │ │ │ ├── AppBuild_ZBSOTA_App1.ld │ │ │ ├── JN5188_flash.ld │ │ │ ├── JN5188_ram.ld │ │ │ ├── JN5189_flash.ld │ │ │ ├── JN5189_ram.ld │ │ │ ├── JN5189_rom.ld │ │ │ ├── JN5189_rom_es1.ld │ │ │ ├── config.mk │ │ │ ├── config_cm4.mk │ │ │ ├── startup_JN5189.S │ │ │ ├── startup_JN5189.c │ │ │ ├── startup_JN5189_appcore.c │ │ │ ├── startup_jn5189_app1.c │ │ │ └── user.ldt │ │ │ ├── mcuxpresso │ │ │ ├── JN5189_640K.cfx │ │ │ ├── startup_jn5189.c │ │ │ └── startup_jn5189.cpp │ │ │ ├── project_template │ │ │ ├── board.c │ │ │ ├── board.h │ │ │ ├── clock_config.c │ │ │ ├── clock_config.h │ │ │ ├── peripherals.c │ │ │ ├── peripherals.h │ │ │ ├── pin_mux.c │ │ │ └── pin_mux.h │ │ │ ├── system_JN5189.c │ │ │ ├── system_JN5189.h │ │ │ └── utilities │ │ │ ├── debug_console │ │ │ ├── fsl_debug_console.c │ │ │ ├── fsl_debug_console.h │ │ │ └── fsl_debug_console_conf.h │ │ │ ├── fsl_assert.c │ │ │ └── str │ │ │ ├── fsl_str.c │ │ │ └── fsl_str.h │ ├── middleware │ │ ├── mbedtls │ │ │ └── port │ │ │ │ └── ksdk │ │ │ │ ├── aes_alt.c │ │ │ │ ├── aes_alt.h │ │ │ │ ├── ksdk_mbedtls.c │ │ │ │ ├── ksdk_mbedtls.h │ │ │ │ ├── sha1_alt.h │ │ │ │ └── sha256_alt.h │ │ ├── nci_i2c │ │ │ ├── driver │ │ │ │ └── lib │ │ │ │ │ └── libNCI.a │ │ │ ├── include │ │ │ │ ├── global_types.h │ │ │ │ ├── nci.h │ │ │ │ ├── nci_manager.h │ │ │ │ └── nfc.h │ │ │ └── source │ │ │ │ └── nci_manager.c │ │ ├── ntag_i2c_plus │ │ │ ├── HAL_I2C │ │ │ │ ├── i2c_jn_fsl.c │ │ │ │ ├── i2c_kinetis_fsl.c │ │ │ │ ├── i2c_lpc_fsl.c │ │ │ │ └── inc │ │ │ │ │ ├── HAL_I2C_driver.h │ │ │ │ │ ├── HAL_I2C_jn_fsl.h │ │ │ │ │ ├── HAL_I2C_kinetis_fsl.h │ │ │ │ │ └── HAL_I2C_lpc_fsl.h │ │ │ ├── HAL_ISR │ │ │ │ ├── inc │ │ │ │ │ ├── HAL_ISR_callback_list.h │ │ │ │ │ └── HAL_ISR_driver.h │ │ │ │ ├── isr_common.c │ │ │ │ ├── isr_driver_intern.h │ │ │ │ ├── isr_kinetis.c │ │ │ │ ├── isr_kinetis_intern.h │ │ │ │ ├── isr_lpc.c │ │ │ │ └── isr_lpc_intern.h │ │ │ ├── HAL_NTAG │ │ │ │ ├── inc │ │ │ │ │ ├── ntag_bridge.h │ │ │ │ │ ├── ntag_defines.h │ │ │ │ │ ├── ntag_device_list.h │ │ │ │ │ └── ntag_driver.h │ │ │ │ ├── ntag_bridge.c │ │ │ │ ├── ntag_driver.c │ │ │ │ └── ntag_driver_intern.h │ │ │ ├── HAL_TMR │ │ │ │ ├── inc │ │ │ │ │ └── HAL_timer_driver.h │ │ │ │ ├── timer_driver.c │ │ │ │ └── timer_driver_jn.c │ │ │ └── inc │ │ │ │ ├── global_types.h │ │ │ │ └── nfc_device.h │ │ └── wireless │ │ │ ├── framework │ │ │ ├── Common │ │ │ │ ├── EmbeddedTypes.h │ │ │ │ ├── Heap.c │ │ │ │ ├── Heap.h │ │ │ │ ├── MicroInt.h │ │ │ │ ├── MicroInt_arm_sdk2.c │ │ │ │ ├── MicroSpecific.h │ │ │ │ ├── MicroSpecific_JN518x.h │ │ │ │ ├── MicroSpecific_arm_sdk2.h │ │ │ │ ├── dbg.h │ │ │ │ ├── devices │ │ │ │ │ └── DK6 │ │ │ │ │ │ └── gcc │ │ │ │ │ │ ├── connectivity_sota.ld │ │ │ │ │ │ └── sota_zigbee_only_2_blobs │ │ │ │ │ │ └── app_memory_split.ld │ │ │ │ └── jendefs.h │ │ │ ├── DebugExceptionHandlers_jn518x │ │ │ │ ├── inc │ │ │ │ │ ├── ARMcortexMxRegisters_JN51xx.h │ │ │ │ │ └── DebugExceptionHandlers_jn518x.h │ │ │ │ └── src │ │ │ │ │ ├── Exceptions_NVIC.c │ │ │ │ │ └── MicroExceptions_arm.c │ │ │ ├── DebugFifo │ │ │ │ ├── Include │ │ │ │ │ └── Debug.h │ │ │ │ └── Source │ │ │ │ │ └── Debug.c │ │ │ ├── Flash │ │ │ │ ├── External │ │ │ │ │ ├── Interface │ │ │ │ │ │ └── Eeprom.h │ │ │ │ │ └── Source │ │ │ │ │ │ ├── Eeprom_InternalFlash.c │ │ │ │ │ │ └── Eeprom_MX25R8035F.c │ │ │ │ └── Internal │ │ │ │ │ ├── Flash_Adapter.c │ │ │ │ │ └── Flash_Adapter.h │ │ │ ├── FunctionLib │ │ │ │ ├── FunctionLib.c │ │ │ │ └── FunctionLib.h │ │ │ ├── GPIO │ │ │ │ ├── GPIO_Adapter.c │ │ │ │ └── GPIO_Adapter.h │ │ │ ├── Keyboard │ │ │ │ ├── Interface │ │ │ │ │ └── Keyboard.h │ │ │ │ └── Source │ │ │ │ │ └── Keyboard.c │ │ │ ├── LED │ │ │ │ ├── Interface │ │ │ │ │ └── LED.h │ │ │ │ └── Source │ │ │ │ │ └── LED.c │ │ │ ├── Lists │ │ │ │ ├── GenericList.c │ │ │ │ └── GenericList.h │ │ │ ├── Logging │ │ │ │ ├── Interface │ │ │ │ │ └── dbg_logging.h │ │ │ │ └── Source │ │ │ │ │ └── dbg_logging.c │ │ │ ├── LowPower │ │ │ │ ├── Interface │ │ │ │ │ └── jn5189dk6 │ │ │ │ │ │ ├── PWRLib.h │ │ │ │ │ │ ├── PWR_Configuration.h │ │ │ │ │ │ └── PWR_Interface.h │ │ │ │ └── Source │ │ │ │ │ └── jn5189dk6 │ │ │ │ │ ├── PWR.c │ │ │ │ │ ├── PWRLib.c │ │ │ │ │ └── PWR_setjmp.S │ │ │ ├── MemManager │ │ │ │ ├── Interface │ │ │ │ │ └── MemManager.h │ │ │ │ └── Source │ │ │ │ │ └── MemManager.c │ │ │ ├── Messaging │ │ │ │ ├── Interface │ │ │ │ │ └── Messaging.h │ │ │ │ └── Source │ │ │ │ │ └── Messaging.c │ │ │ ├── ModuleInfo │ │ │ │ ├── ModuleInfo.c │ │ │ │ └── ModuleInfo.h │ │ │ ├── NVM │ │ │ │ ├── Interface │ │ │ │ │ └── NVM_Interface.h │ │ │ │ └── Source │ │ │ │ │ ├── NV_Flash.c │ │ │ │ │ ├── NV_Flash.h │ │ │ │ │ ├── NV_FsciCommands.c │ │ │ │ │ └── NV_FsciCommands.h │ │ │ ├── OSAbstraction │ │ │ │ ├── Interface │ │ │ │ │ ├── fsl_os_abstraction.h │ │ │ │ │ ├── fsl_os_abstraction_bm.h │ │ │ │ │ └── fsl_os_abstraction_config.h │ │ │ │ └── Source │ │ │ │ │ └── fsl_os_abstraction_bm.c │ │ │ ├── OtaSupport │ │ │ │ ├── Interface │ │ │ │ │ ├── OtaSupport.h │ │ │ │ │ └── OtaUtils.h │ │ │ │ └── Source │ │ │ │ │ ├── OtaSupport.c │ │ │ │ │ └── OtaUtils.c │ │ │ ├── PDM │ │ │ │ ├── Include │ │ │ │ │ └── PDM.h │ │ │ │ ├── Library │ │ │ │ │ ├── libPDM.a │ │ │ │ │ └── libPDM_extFlash.a │ │ │ │ ├── PDM.h │ │ │ │ └── pdm_port.c │ │ │ ├── PDUM │ │ │ │ ├── Include │ │ │ │ │ ├── pdum_apl.h │ │ │ │ │ ├── pdum_common.h │ │ │ │ │ └── pdum_nwk.h │ │ │ │ └── Library │ │ │ │ │ └── libPDUM.a │ │ │ ├── PWRM │ │ │ │ ├── Include │ │ │ │ │ └── pwrm.h │ │ │ │ └── Library │ │ │ │ │ └── libPWRM.a │ │ │ ├── Panic │ │ │ │ ├── Interface │ │ │ │ │ └── Panic.h │ │ │ │ └── Source │ │ │ │ │ └── Panic.c │ │ │ ├── RNG │ │ │ │ ├── Interface │ │ │ │ │ ├── RNG_Interface.h │ │ │ │ │ └── rnd_pub.h │ │ │ │ └── Source │ │ │ │ │ └── RNG.c │ │ │ ├── Reset │ │ │ │ └── Reset.c │ │ │ ├── SecLib │ │ │ │ ├── SecLib.c │ │ │ │ ├── SecLib.h │ │ │ │ ├── aessw_ccm.h │ │ │ │ └── lib_crypto_m4.a │ │ │ ├── SelectiveOTA │ │ │ │ ├── blob_utils.c │ │ │ │ ├── blob_utils.h │ │ │ │ └── startup_slave_blob.c │ │ │ ├── SerialManager │ │ │ │ ├── Interface │ │ │ │ │ └── SerialManager.h │ │ │ │ └── Source │ │ │ │ │ ├── SPI_Adapter │ │ │ │ │ ├── SPI_Serial_Adapter.c │ │ │ │ │ └── SPI_Serial_Adapter.h │ │ │ │ │ ├── SerialManager.c │ │ │ │ │ ├── UART_Serial_Adapter.c │ │ │ │ │ └── UART_Serial_Adapter.h │ │ │ ├── Shell │ │ │ │ ├── Interface │ │ │ │ │ ├── shell.h │ │ │ │ │ └── shell_config.h │ │ │ │ └── Source │ │ │ │ │ ├── shell.c │ │ │ │ │ ├── shell_autocomplete.c │ │ │ │ │ ├── shell_cmdhelp.c │ │ │ │ │ └── shell_cmdhist.c │ │ │ ├── TimersManager │ │ │ │ ├── Interface │ │ │ │ │ └── TimersManager.h │ │ │ │ └── Source │ │ │ │ │ ├── TMR_Adapter.c │ │ │ │ │ ├── TMR_Adapter.h │ │ │ │ │ ├── TimersManager.c │ │ │ │ │ └── TimersManagerInternal.h │ │ │ └── XCVR │ │ │ │ ├── DK6 │ │ │ │ ├── Build │ │ │ │ │ └── Include │ │ │ │ │ │ └── radio_test_jn518x.h │ │ │ │ ├── fsl_xcvr.c │ │ │ │ ├── fsl_xcvr.h │ │ │ │ └── radio.h │ │ │ │ └── lib │ │ │ │ ├── libRadio.a │ │ │ │ └── libRadio_Test_JN518x.a │ │ │ ├── ieee-802.15.4 │ │ │ ├── Include │ │ │ │ ├── AppApi.h │ │ │ │ ├── mac_pib.h │ │ │ │ ├── mac_sap.h │ │ │ │ └── tsv_pub.h │ │ │ ├── MacDynamic │ │ │ │ └── Include │ │ │ │ │ └── MacDynamic.h │ │ │ ├── lib │ │ │ │ ├── libMiniMac.a │ │ │ │ ├── libMiniMac_Dynamic.a │ │ │ │ ├── libMiniMac_Dynamic_MMAC.a │ │ │ │ └── libMiniMac_IPN.a │ │ │ ├── mMac │ │ │ │ └── Include │ │ │ │ │ ├── MiniMac.h │ │ │ │ │ ├── MiniMac_AppApiShim.h │ │ │ │ │ └── MiniMac_Pib.h │ │ │ └── uMac │ │ │ │ └── Include │ │ │ │ └── MMAC.h │ │ │ └── zigbee │ │ │ ├── BDB │ │ │ ├── Build │ │ │ │ ├── config.mk │ │ │ │ └── reference_bdb_options.h │ │ │ ├── Include │ │ │ │ └── bdb_api.h │ │ │ └── Source │ │ │ │ ├── Common │ │ │ │ ├── bdb_fr.c │ │ │ │ ├── bdb_fr.h │ │ │ │ ├── bdb_start.c │ │ │ │ ├── bdb_start.h │ │ │ │ └── bdb_state_machine.c │ │ │ │ ├── FindAndBind │ │ │ │ ├── bdb_fb_api.h │ │ │ │ ├── bdb_fb_common.c │ │ │ │ ├── bdb_fb_initiator.c │ │ │ │ └── bdb_fb_target.c │ │ │ │ ├── NwkFormation │ │ │ │ ├── bdb_nf.c │ │ │ │ └── bdb_nf.h │ │ │ │ ├── NwkSteering │ │ │ │ ├── bdb_ns.c │ │ │ │ └── bdb_ns.h │ │ │ │ ├── OutOfBand │ │ │ │ ├── bdb_DeviceCommissioning.c │ │ │ │ └── bdb_DeviceCommissioning.h │ │ │ │ └── TouchLink │ │ │ │ ├── bdb_tl.h │ │ │ │ ├── bdb_tl_common.c │ │ │ │ ├── bdb_tl_end_device_initiator_target.c │ │ │ │ ├── bdb_tl_router_initiator_target.c │ │ │ │ ├── bdb_tl_router_target.c │ │ │ │ └── ecb_decrypt.c │ │ │ ├── BuildConfig │ │ │ ├── ZBPro │ │ │ │ └── Build │ │ │ │ │ ├── config_OSA.mk │ │ │ │ │ └── config_ZBPro.mk │ │ │ └── ZCL │ │ │ │ └── Build │ │ │ │ └── config_ZCL.mk │ │ │ ├── Library │ │ │ ├── libATJParser.a │ │ │ ├── libSerialMiniMacUpper_JN518x.a │ │ │ ├── libZPSAPL.a │ │ │ ├── libZPSAPL_LEGACY.a │ │ │ ├── libZPSAPL_LEGACY_ZCP-GU.a │ │ │ ├── libZPSAPL_ZCP-GU.a │ │ │ ├── libZPSGP.a │ │ │ ├── libZPSGP_ZED.a │ │ │ ├── libZPSIPAN.a │ │ │ ├── libZPSIPAN_ZED.a │ │ │ ├── libZPSMAC_Mini_SERIAL.a │ │ │ ├── libZPSMAC_Mini_SOC.a │ │ │ ├── libZPSNWK.a │ │ │ ├── libZPSNWK_ZCP-GU.a │ │ │ ├── libZPSNWK_ZED.a │ │ │ └── libZPSTSV.a │ │ │ ├── ZCIF │ │ │ ├── Include │ │ │ │ ├── dlist.h │ │ │ │ ├── zcl.h │ │ │ │ ├── zcl_customcommand.h │ │ │ │ ├── zcl_heap.h │ │ │ │ └── zcl_internal_library_options.h │ │ │ └── Source │ │ │ │ ├── dlist.c │ │ │ │ ├── zcl.c │ │ │ │ ├── zcl_CustomCommandReceive.c │ │ │ │ ├── zcl_CustomCommandSend.c │ │ │ │ ├── zcl_PDUbufferReadWrite.c │ │ │ │ ├── zcl_PDUbufferReadWriteString.c │ │ │ │ ├── zcl_WriteAttributesRequestHandle.c │ │ │ │ ├── zcl_WriteAttributesRequestSend.c │ │ │ │ ├── zcl_WriteAttributesResponseHandle.c │ │ │ │ ├── zcl_attribute.c │ │ │ │ ├── zcl_buffer.c │ │ │ │ ├── zcl_clusterCommand.c │ │ │ │ ├── zcl_command.c │ │ │ │ ├── zcl_common.c │ │ │ │ ├── zcl_common.h │ │ │ │ ├── zcl_configureReportingCommandHandle.c │ │ │ │ ├── zcl_configureReportingCommandSend.c │ │ │ │ ├── zcl_configureReportingResponseHandle.c │ │ │ │ ├── zcl_defaultResponse.c │ │ │ │ ├── zcl_discoverAttributesExtendedRequestHandle.c │ │ │ │ ├── zcl_discoverAttributesExtendedRequestSend.c │ │ │ │ ├── zcl_discoverAttributesExtendedResponseHandle.c │ │ │ │ ├── zcl_discoverAttributesRequestHandle.c │ │ │ │ ├── zcl_discoverAttributesRequestSend.c │ │ │ │ ├── zcl_discoverAttributesResponseHandle.c │ │ │ │ ├── zcl_discoverCommandsRequestHandle.c │ │ │ │ ├── zcl_discoverCommandsRequestSend.c │ │ │ │ ├── zcl_discoverCommandsResponseHandle.c │ │ │ │ ├── zcl_event.c │ │ │ │ ├── zcl_heap.c │ │ │ │ ├── zcl_internal.h │ │ │ │ ├── zcl_library_options.c │ │ │ │ ├── zcl_readAttributesRequestHandle.c │ │ │ │ ├── zcl_readAttributesRequestSend.c │ │ │ │ ├── zcl_readAttributesResponseHandle.c │ │ │ │ ├── zcl_readReportingConfigurationCommandHandle.c │ │ │ │ ├── zcl_readReportingConfigurationCommandSend.c │ │ │ │ ├── zcl_readReportingConfigurationResponseHandle.c │ │ │ │ ├── zcl_reportManager.c │ │ │ │ ├── zcl_reportMaths.c │ │ │ │ ├── zcl_reportScheduler.c │ │ │ │ ├── zcl_reportStringHandling.c │ │ │ │ ├── zcl_reportStructure.c │ │ │ │ ├── zcl_search.c │ │ │ │ ├── zcl_timer.c │ │ │ │ └── zcl_transmit.c │ │ │ ├── ZCL │ │ │ ├── Clusters │ │ │ │ ├── ApplianceManagement │ │ │ │ │ ├── Include │ │ │ │ │ │ ├── ApplianceControl.h │ │ │ │ │ │ ├── ApplianceEventsAndAlerts.h │ │ │ │ │ │ ├── ApplianceIdentification.h │ │ │ │ │ │ └── ApplianceStatistics.h │ │ │ │ │ └── Source │ │ │ │ │ │ ├── ApplianceControl.c │ │ │ │ │ │ ├── ApplianceControlClientCommands.c │ │ │ │ │ │ ├── ApplianceControlCommandHandler.c │ │ │ │ │ │ ├── ApplianceControlServerCommands.c │ │ │ │ │ │ ├── ApplianceControl_internal.h │ │ │ │ │ │ ├── ApplianceEventsAndAlerts.c │ │ │ │ │ │ ├── ApplianceEventsAndAlertsClientCommands.c │ │ │ │ │ │ ├── ApplianceEventsAndAlertsCommandHandler.c │ │ │ │ │ │ ├── ApplianceEventsAndAlertsServerCommands.c │ │ │ │ │ │ ├── ApplianceEventsAndAlerts_internal.h │ │ │ │ │ │ ├── ApplianceIdentification.c │ │ │ │ │ │ ├── ApplianceStatistics.c │ │ │ │ │ │ ├── ApplianceStatisticsClientCommands.c │ │ │ │ │ │ ├── ApplianceStatisticsCommandHandler.c │ │ │ │ │ │ ├── ApplianceStatisticsServerCommands.c │ │ │ │ │ │ └── ApplianceStatistics_internal.h │ │ │ │ ├── Closures │ │ │ │ │ ├── Include │ │ │ │ │ │ ├── DoorLock.h │ │ │ │ │ │ └── WindowCovering.h │ │ │ │ │ └── Source │ │ │ │ │ │ ├── DoorLock.c │ │ │ │ │ │ ├── DoorLockCommandHandler.c │ │ │ │ │ │ ├── DoorLockCommands.c │ │ │ │ │ │ ├── DoorLock_internal.h │ │ │ │ │ │ ├── WindowCovering.c │ │ │ │ │ │ ├── WindowCoveringCommandHandler.c │ │ │ │ │ │ ├── WindowCoveringCommands.c │ │ │ │ │ │ └── WindowCovering_internal.h │ │ │ │ ├── Commissioning │ │ │ │ │ ├── Include │ │ │ │ │ │ ├── Commissioning.h │ │ │ │ │ │ ├── zll_commission.h │ │ │ │ │ │ └── zll_utility.h │ │ │ │ │ └── Source │ │ │ │ │ │ ├── Commissioning.c │ │ │ │ │ │ ├── CommissioningClientCommands.c │ │ │ │ │ │ ├── CommissioningCmdHandler.c │ │ │ │ │ │ ├── CommissioningServerCommands.c │ │ │ │ │ │ ├── Commissioning_internal.h │ │ │ │ │ │ ├── zll_CommissionCmdHandler.c │ │ │ │ │ │ ├── zll_UtilityCmdHandler.c │ │ │ │ │ │ ├── zll_commission.c │ │ │ │ │ │ └── zll_utility.c │ │ │ │ ├── General │ │ │ │ │ ├── Include │ │ │ │ │ │ ├── Alarms.h │ │ │ │ │ │ ├── AnalogInputBasic.h │ │ │ │ │ │ ├── AnalogOutputBasic.h │ │ │ │ │ │ ├── Basic.h │ │ │ │ │ │ ├── BinaryInputBasic.h │ │ │ │ │ │ ├── BinaryOutputBasic.h │ │ │ │ │ │ ├── DeviceTemperatureConfiguration.h │ │ │ │ │ │ ├── Diagnostics.h │ │ │ │ │ │ ├── Groups.h │ │ │ │ │ │ ├── Identify.h │ │ │ │ │ │ ├── LevelControl.h │ │ │ │ │ │ ├── MultistateInputBasic.h │ │ │ │ │ │ ├── MultistateOutputBasic.h │ │ │ │ │ │ ├── OOSC.h │ │ │ │ │ │ ├── OnOff.h │ │ │ │ │ │ ├── PollControl.h │ │ │ │ │ │ ├── PowerConfiguration.h │ │ │ │ │ │ ├── PowerProfile.h │ │ │ │ │ │ ├── Scenes.h │ │ │ │ │ │ ├── TC.h │ │ │ │ │ │ ├── Time.h │ │ │ │ │ │ ├── WWAH.h │ │ │ │ │ │ └── ZclTime.h │ │ │ │ │ └── Source │ │ │ │ │ │ ├── Alarms.c │ │ │ │ │ │ ├── AlarmsClientCommands.c │ │ │ │ │ │ ├── AlarmsCommandHandler.c │ │ │ │ │ │ ├── AlarmsServerCommands.c │ │ │ │ │ │ ├── AlarmsTableManager.c │ │ │ │ │ │ ├── Alarms_internal.h │ │ │ │ │ │ ├── AnalogInputBasic.c │ │ │ │ │ │ ├── AnalogInputBasic_internal.h │ │ │ │ │ │ ├── AnalogOutputBasic.c │ │ │ │ │ │ ├── AnalogOutputBasic_internal.h │ │ │ │ │ │ ├── Basic.c │ │ │ │ │ │ ├── BasicClientCommands.c │ │ │ │ │ │ ├── BasicCommandHandler.c │ │ │ │ │ │ ├── Basic_internal.h │ │ │ │ │ │ ├── BinaryInputBasic.c │ │ │ │ │ │ ├── BinaryInputBasic_internal.h │ │ │ │ │ │ ├── BinaryOutputBasic.c │ │ │ │ │ │ ├── BinaryOutputBasic_internal.h │ │ │ │ │ │ ├── DeviceTemperatureConfiguration.c │ │ │ │ │ │ ├── Diagnostics.c │ │ │ │ │ │ ├── Groups.c │ │ │ │ │ │ ├── GroupsClientCommands.c │ │ │ │ │ │ ├── GroupsCommandHandler.c │ │ │ │ │ │ ├── GroupsServerCommands.c │ │ │ │ │ │ ├── GroupsTableManager.c │ │ │ │ │ │ ├── Groups_internal.h │ │ │ │ │ │ ├── Identify.c │ │ │ │ │ │ ├── IdentifyClientCommands.c │ │ │ │ │ │ ├── IdentifyCommandHandler.c │ │ │ │ │ │ ├── IdentifyServerCommands.c │ │ │ │ │ │ ├── Identify_internal.h │ │ │ │ │ │ ├── LevelControl.c │ │ │ │ │ │ ├── LevelControlClientCommands.c │ │ │ │ │ │ ├── LevelControlCommandHandler.c │ │ │ │ │ │ ├── LevelControl_internal.h │ │ │ │ │ │ ├── MultistateInputBasic.c │ │ │ │ │ │ ├── MultistateInputBasic_internal.h │ │ │ │ │ │ ├── MultistateOutputBasic.c │ │ │ │ │ │ ├── MultistateOutputBasic_internal.h │ │ │ │ │ │ ├── OOSC.c │ │ │ │ │ │ ├── OnOff.c │ │ │ │ │ │ ├── OnOffCommandHandler.c │ │ │ │ │ │ ├── OnOffCommands.c │ │ │ │ │ │ ├── OnOff_internal.h │ │ │ │ │ │ ├── PollControl.c │ │ │ │ │ │ ├── PollControlClientCommands.c │ │ │ │ │ │ ├── PollControlCommandHandler.c │ │ │ │ │ │ ├── PollControlServerCommands.c │ │ │ │ │ │ ├── PollControl_internal.h │ │ │ │ │ │ ├── PowerConfiguration.c │ │ │ │ │ │ ├── PowerProfile.c │ │ │ │ │ │ ├── PowerProfileClientCommands.c │ │ │ │ │ │ ├── PowerProfileCommandHandler.c │ │ │ │ │ │ ├── PowerProfileServerCommands.c │ │ │ │ │ │ ├── PowerProfile_internal.h │ │ │ │ │ │ ├── Scenes.c │ │ │ │ │ │ ├── ScenesClientCommands.c │ │ │ │ │ │ ├── ScenesClusterManagement.c │ │ │ │ │ │ ├── ScenesCommandHandler.c │ │ │ │ │ │ ├── ScenesServerCommands.c │ │ │ │ │ │ ├── ScenesTableManager.c │ │ │ │ │ │ ├── Scenes_internal.h │ │ │ │ │ │ ├── TC.c │ │ │ │ │ │ ├── Time.c │ │ │ │ │ │ ├── WWAH.c │ │ │ │ │ │ ├── WWAHClientCommands.c │ │ │ │ │ │ ├── WWAHCommandHandler.c │ │ │ │ │ │ ├── WWAHServerCommands.c │ │ │ │ │ │ └── WWAH_internal.h │ │ │ │ ├── GreenPower │ │ │ │ │ ├── Include │ │ │ │ │ │ └── GreenPower.h │ │ │ │ │ └── Source │ │ │ │ │ │ ├── GreenPower.c │ │ │ │ │ │ ├── GreenPowerCommissioningNotification.c │ │ │ │ │ │ ├── GreenPowerCommon.c │ │ │ │ │ │ ├── GreenPowerCustomCommandHandler.c │ │ │ │ │ │ ├── GreenPowerCustomCommandResponses.c │ │ │ │ │ │ ├── GreenPowerDataIndication.c │ │ │ │ │ │ ├── GreenPowerDirectCommandHandler.c │ │ │ │ │ │ ├── GreenPowerNotification.c │ │ │ │ │ │ ├── GreenPowerPairing.c │ │ │ │ │ │ ├── GreenPowerPairingConfiguration.c │ │ │ │ │ │ ├── GreenPowerPairingSearch.c │ │ │ │ │ │ ├── GreenPowerProxyCommissioningMode.c │ │ │ │ │ │ ├── GreenPowerProxyGPDHandler.c │ │ │ │ │ │ ├── GreenPowerProxyTableRequest.c │ │ │ │ │ │ ├── GreenPowerProxyTableResponse.c │ │ │ │ │ │ ├── GreenPowerResponse.c │ │ │ │ │ │ ├── GreenPowerScheduler.c │ │ │ │ │ │ ├── GreenPowerSinkTableRequest.c │ │ │ │ │ │ ├── GreenPowerSinkTableResponse.c │ │ │ │ │ │ ├── GreenPowerTranslationTableRequest.c │ │ │ │ │ │ ├── GreenPowerTranslationTableResponse.c │ │ │ │ │ │ ├── GreenPowerTranslationTableUpdate.c │ │ │ │ │ │ └── GreenPower_internal.h │ │ │ │ ├── HVAC │ │ │ │ │ ├── Include │ │ │ │ │ │ ├── FanControl.h │ │ │ │ │ │ ├── Thermostat.h │ │ │ │ │ │ └── ThermostatUIConfig.h │ │ │ │ │ └── Source │ │ │ │ │ │ ├── FanControl.c │ │ │ │ │ │ ├── Thermostat.c │ │ │ │ │ │ ├── ThermostatCommandHandler.c │ │ │ │ │ │ ├── ThermostatCommands.c │ │ │ │ │ │ ├── ThermostatUIConfig.c │ │ │ │ │ │ └── Thermostat_internal.h │ │ │ │ ├── Lighting │ │ │ │ │ ├── Include │ │ │ │ │ │ ├── BallastConfiguration.h │ │ │ │ │ │ └── ColourControl.h │ │ │ │ │ └── Source │ │ │ │ │ │ ├── BallastConfiguration.c │ │ │ │ │ │ ├── ColourControl.c │ │ │ │ │ │ ├── ColourControlClientCommands.c │ │ │ │ │ │ ├── ColourControlCommandHandler.c │ │ │ │ │ │ ├── ColourControlConversions.c │ │ │ │ │ │ └── ColourControl_internal.h │ │ │ │ ├── MeasurementAndSensing │ │ │ │ │ ├── Include │ │ │ │ │ │ ├── ConcentrationMeasurement.h │ │ │ │ │ │ ├── ElectricalMeasurement.h │ │ │ │ │ │ ├── FlowMeasurement.h │ │ │ │ │ │ ├── IlluminanceLevelSensing.h │ │ │ │ │ │ ├── IlluminanceMeasurement.h │ │ │ │ │ │ ├── OccupancySensing.h │ │ │ │ │ │ ├── PressureMeasurement.h │ │ │ │ │ │ ├── RelativeHumidityMeasurement.h │ │ │ │ │ │ └── TemperatureMeasurement.h │ │ │ │ │ └── Source │ │ │ │ │ │ ├── ConcentrationMeasurement.c │ │ │ │ │ │ ├── ElectricalMeasurement.c │ │ │ │ │ │ ├── FlowMeasurement.c │ │ │ │ │ │ ├── IlluminanceLevelSensing.c │ │ │ │ │ │ ├── IlluminanceMeasurement.c │ │ │ │ │ │ ├── OccupancySensing.c │ │ │ │ │ │ ├── PressureMeasurement.c │ │ │ │ │ │ ├── RelativeHumidityMeasurement.c │ │ │ │ │ │ └── TemperatureMeasurement.c │ │ │ │ ├── OTA │ │ │ │ │ ├── Include │ │ │ │ │ │ └── OTA.h │ │ │ │ │ └── Source │ │ │ │ │ │ ├── OTA.c │ │ │ │ │ │ ├── OTA_ClientUpgradeManager.c │ │ │ │ │ │ ├── OTA_CustomCommandHandler.c │ │ │ │ │ │ ├── OTA_CustomReceiveCommands.c │ │ │ │ │ │ ├── OTA_ServerUpgradeManager.c │ │ │ │ │ │ ├── OTA_client.c │ │ │ │ │ │ ├── OTA_common.c │ │ │ │ │ │ ├── OTA_private.h │ │ │ │ │ │ └── OTA_server.c │ │ │ │ ├── SecurityAndSafety │ │ │ │ │ ├── Include │ │ │ │ │ │ ├── IASACE.h │ │ │ │ │ │ ├── IASWD.h │ │ │ │ │ │ └── IASZone.h │ │ │ │ │ └── Source │ │ │ │ │ │ ├── IASACE.c │ │ │ │ │ │ ├── IASACEClientCommands.c │ │ │ │ │ │ ├── IASACECommandHandler.c │ │ │ │ │ │ ├── IASACEServerCommands.c │ │ │ │ │ │ ├── IASACE_internal.h │ │ │ │ │ │ ├── IASWD.c │ │ │ │ │ │ ├── IASWDCommandHandler.c │ │ │ │ │ │ ├── IASWDCommands.c │ │ │ │ │ │ ├── IASWD_internal.h │ │ │ │ │ │ ├── IASZone.c │ │ │ │ │ │ ├── IASZoneCommandHandler.c │ │ │ │ │ │ ├── IASZoneCommands.c │ │ │ │ │ │ └── IASZone_internal.h │ │ │ │ └── SmartEnergy │ │ │ │ │ ├── Include │ │ │ │ │ ├── DRLC.h │ │ │ │ │ ├── Price.h │ │ │ │ │ ├── SimpleMetering.h │ │ │ │ │ └── SimpleMeteringAttributeCount.h │ │ │ │ │ └── Source │ │ │ │ │ ├── DRLC.c │ │ │ │ │ ├── DRLCCommandCanceAlllLoadControlEvents.c │ │ │ │ │ ├── DRLCCommandCancelLoadControlEvent.c │ │ │ │ │ ├── DRLCCommandGetScheduledEvents.c │ │ │ │ │ ├── DRLCCommandHandler.c │ │ │ │ │ ├── DRLCCommandLoadControlEvent.c │ │ │ │ │ ├── DRLCCommandReportEventStatus.c │ │ │ │ │ ├── DRLCCustomCommandResponsesClient.c │ │ │ │ │ ├── DRLCCustomCommandResponsesServer.c │ │ │ │ │ ├── DRLCEffectiveTime.c │ │ │ │ │ ├── DRLCScheduler.c │ │ │ │ │ ├── DRLCTableManagerNoMutex.c │ │ │ │ │ ├── DRLCTableManagerServer.c │ │ │ │ │ ├── DRLCUserEventOptInOut.c │ │ │ │ │ ├── DRLC_internal.h │ │ │ │ │ ├── Price.c │ │ │ │ │ ├── PriceBlockPeriodTableManager.c │ │ │ │ │ ├── PriceCalorificValueTableManager.c │ │ │ │ │ ├── PriceCommandGetBlockPeriod.c │ │ │ │ │ ├── PriceCommandGetCalorificValue.c │ │ │ │ │ ├── PriceCommandGetConversionFactor.c │ │ │ │ │ ├── PriceCommandGetCurrentPrice.c │ │ │ │ │ ├── PriceCommandGetScheduledPrices.c │ │ │ │ │ ├── PriceCommandPriceAck.c │ │ │ │ │ ├── PriceCommandPublishBlockPeriod.c │ │ │ │ │ ├── PriceCommandPublishBlockPeriodReceive.c │ │ │ │ │ ├── PriceCommandPublishCalorificValue.c │ │ │ │ │ ├── PriceCommandPublishCalorificValueReceive.c │ │ │ │ │ ├── PriceCommandPublishConversionFactor.c │ │ │ │ │ ├── PriceCommandPublishConversionFactorReceive.c │ │ │ │ │ ├── PriceCommandPublishPrice.c │ │ │ │ │ ├── PriceCommandPublishPriceReceive.c │ │ │ │ │ ├── PriceConversionFactorTableManager.c │ │ │ │ │ ├── PriceCustomCommandHandler.c │ │ │ │ │ ├── PriceCustomCommandResponses.c │ │ │ │ │ ├── PriceScheduler.c │ │ │ │ │ ├── PriceServerAttributeManager.c │ │ │ │ │ ├── PriceTableManager.c │ │ │ │ │ ├── Price_internal.h │ │ │ │ │ ├── SimpleMetering.c │ │ │ │ │ ├── SimpleMeteringCommandHandler.c │ │ │ │ │ ├── SimpleMetering_SendRequest.c │ │ │ │ │ └── SimpleMetering_internal.h │ │ │ └── Devices │ │ │ │ ├── ZGP │ │ │ │ ├── Include │ │ │ │ │ └── gp.h │ │ │ │ └── Source │ │ │ │ │ └── gp.c │ │ │ │ ├── ZHA │ │ │ │ ├── ApplianceManagement │ │ │ │ │ ├── Include │ │ │ │ │ │ ├── home_gateway.h │ │ │ │ │ │ └── white_goods.h │ │ │ │ │ └── Source │ │ │ │ │ │ ├── home_gateway.c │ │ │ │ │ │ └── white_goods.c │ │ │ │ ├── Closures │ │ │ │ │ ├── Include │ │ │ │ │ │ ├── door_lock.h │ │ │ │ │ │ ├── door_lock_controller.h │ │ │ │ │ │ └── window_covering.h │ │ │ │ │ └── Source │ │ │ │ │ │ ├── door_lock.c │ │ │ │ │ │ ├── door_lock_controller.c │ │ │ │ │ │ └── window_covering.c │ │ │ │ ├── Generic │ │ │ │ │ ├── Include │ │ │ │ │ │ ├── base_device.h │ │ │ │ │ │ ├── linky_device.h │ │ │ │ │ │ ├── mains_power_outlet.h │ │ │ │ │ │ ├── on_off_output.h │ │ │ │ │ │ ├── plug_control.h │ │ │ │ │ │ ├── remote_control.h │ │ │ │ │ │ └── simple_sensor.h │ │ │ │ │ └── Source │ │ │ │ │ │ ├── base_device.c │ │ │ │ │ │ ├── linky_device.c │ │ │ │ │ │ ├── mains_power_outlet.c │ │ │ │ │ │ ├── on_off_output.c │ │ │ │ │ │ ├── plug_control.c │ │ │ │ │ │ ├── remote_control.c │ │ │ │ │ │ └── simple_sensor.c │ │ │ │ ├── HVAC │ │ │ │ │ ├── Include │ │ │ │ │ │ ├── temperature_sensor.h │ │ │ │ │ │ └── thermostat_device.h │ │ │ │ │ └── Source │ │ │ │ │ │ ├── temperature_sensor.c │ │ │ │ │ │ └── thermostat_device.c │ │ │ │ ├── SecurityAndSafety │ │ │ │ │ ├── Include │ │ │ │ │ │ ├── ancillary_control_equipment.h │ │ │ │ │ │ ├── control_and_indicating_equipment.h │ │ │ │ │ │ ├── warning_device.h │ │ │ │ │ │ └── zone.h │ │ │ │ │ └── Source │ │ │ │ │ │ ├── ancillary_control_equipment.c │ │ │ │ │ │ ├── control_and_indicating_equipment.c │ │ │ │ │ │ ├── warning_device.c │ │ │ │ │ │ └── zone.c │ │ │ │ └── SmartEnergy │ │ │ │ │ ├── Include │ │ │ │ │ └── smart_plug.h │ │ │ │ │ └── Source │ │ │ │ │ └── smart_plug.c │ │ │ │ └── ZLO │ │ │ │ ├── Include │ │ │ │ ├── colour_controller.h │ │ │ │ ├── colour_dimmable_light.h │ │ │ │ ├── colour_dimmer_switch.h │ │ │ │ ├── colour_scene_controller.h │ │ │ │ ├── colour_temperature_light.h │ │ │ │ ├── commission_endpoint.h │ │ │ │ ├── control_bridge.h │ │ │ │ ├── dimmable_ballast.h │ │ │ │ ├── dimmable_light.h │ │ │ │ ├── dimmable_plug.h │ │ │ │ ├── dimmer_switch.h │ │ │ │ ├── extended_colour_light.h │ │ │ │ ├── light_level_sensor.h │ │ │ │ ├── light_sensor.h │ │ │ │ ├── non_colour_controller.h │ │ │ │ ├── non_colour_scene_controller.h │ │ │ │ ├── occupancy_sensor.h │ │ │ │ ├── on_off_ballast.h │ │ │ │ ├── on_off_light.h │ │ │ │ ├── on_off_light_switch.h │ │ │ │ ├── on_off_plug.h │ │ │ │ ├── on_off_sensor.h │ │ │ │ └── zlo_device_id.h │ │ │ │ └── Source │ │ │ │ ├── colour_controller.c │ │ │ │ ├── colour_dimmable_light.c │ │ │ │ ├── colour_dimmer_switch.c │ │ │ │ ├── colour_scene_controller.c │ │ │ │ ├── colour_temperature_light.c │ │ │ │ ├── commission_endpoint.c │ │ │ │ ├── control_bridge.c │ │ │ │ ├── dimmable_ballast.c │ │ │ │ ├── dimmable_light.c │ │ │ │ ├── dimmable_plug.c │ │ │ │ ├── dimmer_switch.c │ │ │ │ ├── extended_colour_light.c │ │ │ │ ├── light_level_sensor.c │ │ │ │ ├── light_sensor.c │ │ │ │ ├── non_colour_controller.c │ │ │ │ ├── non_colour_scene_controller.c │ │ │ │ ├── occupancy_sensor.c │ │ │ │ ├── on_off_ballast.c │ │ │ │ ├── on_off_light.c │ │ │ │ ├── on_off_light_switch.c │ │ │ │ ├── on_off_plug.c │ │ │ │ └── on_off_sensor.c │ │ │ ├── ZPSAPL │ │ │ └── Include │ │ │ │ ├── zps_apl.h │ │ │ │ ├── zps_apl_af.h │ │ │ │ ├── zps_apl_aib.h │ │ │ │ ├── zps_apl_aps.h │ │ │ │ ├── zps_apl_zdo.h │ │ │ │ └── zps_apl_zdp.h │ │ │ ├── ZPSMAC │ │ │ └── Include │ │ │ │ ├── mac_vs_sap.h │ │ │ │ ├── zps_mac.h │ │ │ │ ├── zps_mac_if_table.h │ │ │ │ └── zps_mac_prv.h │ │ │ ├── ZPSNWK │ │ │ └── Include │ │ │ │ ├── zps_nwk_config.h │ │ │ │ ├── zps_nwk_mac_sap.h │ │ │ │ ├── zps_nwk_nib.h │ │ │ │ ├── zps_nwk_pub.h │ │ │ │ ├── zps_nwk_sap.h │ │ │ │ ├── zps_nwk_sec.h │ │ │ │ └── zps_nwk_slist.h │ │ │ ├── ZPSTSV │ │ │ └── Include │ │ │ │ └── zps_tsv.h │ │ │ ├── ZigbeeCommon │ │ │ ├── Include │ │ │ │ ├── ZQueue.h │ │ │ │ ├── ZTimer.h │ │ │ │ ├── appZdpExtraction.h │ │ │ │ ├── appZpsBeaconHandler.h │ │ │ │ ├── portmacro.h │ │ │ │ ├── portmacro_JN516x.h │ │ │ │ ├── portmacro_JN517x.h │ │ │ │ ├── portmacro_JN518x.h │ │ │ │ └── usart_dma_rxbuffer.h │ │ │ ├── SelectiveOtaZigbeeStack │ │ │ │ └── ZigbeeBlob │ │ │ │ │ └── zigbee.axf │ │ │ └── Source │ │ │ │ ├── ZQueue.c │ │ │ │ ├── ZTimer.c │ │ │ │ ├── appZdpExtraction.c │ │ │ │ ├── appZpsBeaconHandler.c │ │ │ │ ├── appZpsExtendedDebug.c │ │ │ │ ├── app_zps_link_keys.c │ │ │ │ ├── port_JN518x.c │ │ │ │ └── usart_dma_rxbuffer.c │ │ │ ├── examples │ │ │ ├── board │ │ │ │ └── dk6 │ │ │ │ │ ├── app.h │ │ │ │ │ ├── hardware_init.c │ │ │ │ │ ├── pin_mux.c │ │ │ │ │ └── pin_mux.h │ │ │ ├── zb_common │ │ │ │ ├── PDM_IDs.h │ │ │ │ ├── app_buttons.c │ │ │ │ ├── app_buttons.h │ │ │ │ ├── app_common.h │ │ │ │ ├── app_leds.c │ │ │ │ ├── app_leds.h │ │ │ │ ├── app_ota_client.c │ │ │ │ ├── app_ota_client.h │ │ │ │ ├── app_ota_server.c │ │ │ │ ├── app_ota_server.h │ │ │ │ ├── app_uart.c │ │ │ │ ├── app_uart.h │ │ │ │ └── app_zigbee_config.c │ │ │ └── zigbee_ota_build │ │ │ │ ├── DeviceCreateOtaEncClient.sh │ │ │ │ ├── LinkKey_Zigbee09.txt │ │ │ │ └── configOTA_LinkKey.txt │ │ │ └── tools │ │ │ ├── JET │ │ │ └── win │ │ │ │ ├── JET.exe │ │ │ │ ├── MSVCR71.dll │ │ │ │ └── w9xpopen.exe │ │ │ ├── PDUMConfig │ │ │ └── bin │ │ │ │ ├── MSVCR71.dll │ │ │ │ ├── PDUMConfig.exe │ │ │ │ └── w9xpopen.exe │ │ │ └── ZPSConfig │ │ │ └── bin │ │ │ ├── MSVCR71.dll │ │ │ ├── ZPSConfig.exe │ │ │ └── w9xpopen.exe │ ├── rtos │ │ └── amazon-freertos │ │ │ ├── CHANGELOG.md │ │ │ ├── ChangeLogKSDK.txt │ │ │ ├── LICENSE │ │ │ ├── README.md │ │ │ ├── directories.txt │ │ │ ├── lib │ │ │ ├── FreeRTOS-Plus-POSIX │ │ │ │ ├── include │ │ │ │ │ ├── FreeRTOS_POSIX.h │ │ │ │ │ ├── FreeRTOS_POSIX_internal.h │ │ │ │ │ ├── FreeRTOS_POSIX_types.h │ │ │ │ │ └── portable │ │ │ │ │ │ ├── FreeRTOS_POSIX_portable_default.h │ │ │ │ │ │ └── nxp │ │ │ │ │ │ └── lpc54018iotmodule │ │ │ │ │ │ └── FreeRTOS_POSIX_portable.h │ │ │ │ └── source │ │ │ │ │ ├── FreeRTOS_POSIX_clock.c │ │ │ │ │ ├── FreeRTOS_POSIX_mqueue.c │ │ │ │ │ ├── FreeRTOS_POSIX_pthread.c │ │ │ │ │ ├── FreeRTOS_POSIX_pthread_barrier.c │ │ │ │ │ ├── FreeRTOS_POSIX_pthread_cond.c │ │ │ │ │ ├── FreeRTOS_POSIX_pthread_mutex.c │ │ │ │ │ ├── FreeRTOS_POSIX_sched.c │ │ │ │ │ ├── FreeRTOS_POSIX_semaphore.c │ │ │ │ │ ├── FreeRTOS_POSIX_timer.c │ │ │ │ │ ├── FreeRTOS_POSIX_unistd.c │ │ │ │ │ └── FreeRTOS_POSIX_utils.c │ │ │ ├── FreeRTOS-Plus-TCP │ │ │ │ ├── include │ │ │ │ │ ├── FreeRTOSIPConfigDefaults.h │ │ │ │ │ ├── FreeRTOS_ARP.h │ │ │ │ │ ├── FreeRTOS_DHCP.h │ │ │ │ │ ├── FreeRTOS_DNS.h │ │ │ │ │ ├── FreeRTOS_IP.h │ │ │ │ │ ├── FreeRTOS_IP_Private.h │ │ │ │ │ ├── FreeRTOS_Sockets.h │ │ │ │ │ ├── FreeRTOS_Stream_Buffer.h │ │ │ │ │ ├── FreeRTOS_TCP_IP.h │ │ │ │ │ ├── FreeRTOS_TCP_WIN.h │ │ │ │ │ ├── FreeRTOS_UDP_IP.h │ │ │ │ │ ├── FreeRTOS_errno_TCP.h │ │ │ │ │ ├── IPTraceMacroDefaults.h │ │ │ │ │ ├── NetworkBufferManagement.h │ │ │ │ │ └── NetworkInterface.h │ │ │ │ └── source │ │ │ │ │ ├── FreeRTOS_ARP.c │ │ │ │ │ ├── FreeRTOS_DHCP.c │ │ │ │ │ ├── FreeRTOS_DNS.c │ │ │ │ │ ├── FreeRTOS_IP.c │ │ │ │ │ ├── FreeRTOS_Sockets.c │ │ │ │ │ ├── FreeRTOS_Stream_Buffer.c │ │ │ │ │ ├── FreeRTOS_TCP_IP.c │ │ │ │ │ ├── FreeRTOS_TCP_WIN.c │ │ │ │ │ ├── FreeRTOS_UDP_IP.c │ │ │ │ │ ├── History.txt │ │ │ │ │ ├── ReadMe.url │ │ │ │ │ ├── portable │ │ │ │ │ ├── BufferManagement │ │ │ │ │ │ ├── BufferAllocation_1.c │ │ │ │ │ │ └── BufferAllocation_2.c │ │ │ │ │ ├── Compiler │ │ │ │ │ │ ├── CompilerName │ │ │ │ │ │ │ ├── ReadMe.txt │ │ │ │ │ │ │ ├── pack_struct_end.h │ │ │ │ │ │ │ └── pack_struct_start.h │ │ │ │ │ │ ├── GCC │ │ │ │ │ │ │ ├── pack_struct_end.h │ │ │ │ │ │ │ └── pack_struct_start.h │ │ │ │ │ │ └── IAR │ │ │ │ │ │ │ ├── pack_struct_end.h │ │ │ │ │ │ │ └── pack_struct_start.h │ │ │ │ │ └── NetworkInterface │ │ │ │ │ │ ├── LPC17xx │ │ │ │ │ │ └── NetworkInterface.c │ │ │ │ │ │ ├── LPC18xx │ │ │ │ │ │ ├── NetworkInterface.c │ │ │ │ │ │ └── ReadMe.txt │ │ │ │ │ │ ├── README_DRIVER_DISCLAIMER.txt │ │ │ │ │ │ └── board_family │ │ │ │ │ │ ├── NetworkInterface.c │ │ │ │ │ │ └── ReadMe.txt │ │ │ │ │ └── readme.txt │ │ │ ├── FreeRTOS │ │ │ │ ├── event_groups.c │ │ │ │ ├── list.c │ │ │ │ ├── portable │ │ │ │ │ ├── GCC │ │ │ │ │ │ └── ARM_CM3 │ │ │ │ │ │ │ ├── port.c │ │ │ │ │ │ │ └── portmacro.h │ │ │ │ │ ├── MemMang │ │ │ │ │ │ ├── ReadMe.url │ │ │ │ │ │ ├── heap_1.c │ │ │ │ │ │ ├── heap_2.c │ │ │ │ │ │ ├── heap_3.c │ │ │ │ │ │ ├── heap_4.c │ │ │ │ │ │ ├── heap_5.c │ │ │ │ │ │ └── heap_useNewlib.c │ │ │ │ │ └── readme.txt │ │ │ │ ├── queue.c │ │ │ │ ├── stream_buffer.c │ │ │ │ ├── tasks.c │ │ │ │ └── timers.c │ │ │ ├── directories.txt │ │ │ └── include │ │ │ │ ├── FreeRTOS.h │ │ │ │ ├── FreeRTOS_POSIX │ │ │ │ ├── errno.h │ │ │ │ ├── fcntl.h │ │ │ │ ├── mqueue.h │ │ │ │ ├── pthread.h │ │ │ │ ├── sched.h │ │ │ │ ├── semaphore.h │ │ │ │ ├── signal.h │ │ │ │ ├── sys │ │ │ │ │ └── types.h │ │ │ │ ├── time.h │ │ │ │ ├── unistd.h │ │ │ │ └── utils.h │ │ │ │ ├── event_groups.h │ │ │ │ ├── freertos_tasks_c_additions.h │ │ │ │ ├── message_buffer.h │ │ │ │ ├── private │ │ │ │ ├── deprecated_definitions.h │ │ │ │ ├── list.h │ │ │ │ ├── mpu_prototypes.h │ │ │ │ ├── mpu_wrappers.h │ │ │ │ ├── portable.h │ │ │ │ ├── projdefs.h │ │ │ │ ├── stack_macros.h │ │ │ │ └── threading_alt.h │ │ │ │ ├── queue.h │ │ │ │ ├── semphr.h │ │ │ │ ├── stream_buffer.h │ │ │ │ ├── task.h │ │ │ │ └── timers.h │ │ │ └── template_application │ │ │ └── ARM_CM3 │ │ │ └── FreeRTOSConfig.h │ └── tools │ │ ├── JN-SW-4407-DK6-Flash-Programmer │ │ ├── DK6-RN-0065-Production-Flash-Programmer.pdf │ │ └── JN-SW-4407 DK6 Production Flash Programmer v2282.exe │ │ ├── cmake_toolchain_files │ │ ├── armgcc.cmake │ │ ├── armgcc_force_cpp.cmake │ │ └── xcc.cmake │ │ ├── imagetool │ │ ├── add_padding.py │ │ ├── certif_es2 │ │ ├── create_certificate.py │ │ ├── create_key.py │ │ ├── dk6_iarpostbuild.bat │ │ ├── dk6_iarpostbuild_ssbl.bat │ │ ├── dk6_image_tool.py │ │ ├── sign_images.sh │ │ ├── test_es2_sign │ │ │ ├── cert.bin │ │ │ └── priv_key.pem │ │ └── testkey_es2.pem │ │ └── sniffer │ │ ├── Sniffer READ_ME.txt │ │ └── Sniffer_1000000baud_8N1_NoFlowControl.bin └── Source │ ├── App_Linky.c │ ├── App_Linky.h │ ├── LixeeCluster.c │ ├── LixeeCluster.h │ ├── TuyaSpecific.c │ ├── TuyaSpecific.h │ ├── TuyaSpecificCommandHandler.c │ ├── TuyaSpecificCommands.c │ ├── TuyaSpecific_internal.h │ ├── app_blink_led.c │ ├── app_blink_led.h │ ├── app_main.c │ ├── app_main.h │ ├── app_reporting.c │ ├── app_reporting.h │ ├── app_router_node.c │ ├── app_router_node.h │ ├── app_start.c │ ├── app_zcl_task.c │ ├── app_zcl_task.h │ ├── bdb_options.h │ ├── meter_identification.c │ ├── meter_identification.h │ ├── pdum_apdu.S │ ├── pdum_gen.c │ ├── pdum_gen.h │ ├── zcl_options.h │ ├── zps_gen.c │ └── zps_gen.h └── mcux ├── .cproject ├── .project ├── .settings ├── language.settings.xml ├── org.eclipse.cdt.codan.core.prefs ├── org.eclipse.cdt.core.prefs └── org.eclipse.ltk.core.refactoring.prefs ├── Build └── Makefile └── part-support ├── JN5189_manifest_v3_5.xml ├── devices └── JN5189 │ └── mcuxpresso │ └── JN5189_640K.cfx └── docs └── images ├── JN5189DK6.gif └── device.jpg /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/.gitignore -------------------------------------------------------------------------------- /Binaries/ZLinky_GpProxy_Ota/ZLinky_GpProxy_Ota.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Binaries/ZLinky_GpProxy_Ota/ZLinky_GpProxy_Ota.log -------------------------------------------------------------------------------- /Binaries/ZLinky_GpProxy_Ota/ZLinky_GpProxy_Ota_V10.ota: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Binaries/ZLinky_GpProxy_Ota/ZLinky_GpProxy_Ota_V10.ota -------------------------------------------------------------------------------- /Binaries/ZLinky_GpProxy_Ota/ZLinky_GpProxy_Ota_V13.ota: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Binaries/ZLinky_GpProxy_Ota/ZLinky_GpProxy_Ota_V13.ota -------------------------------------------------------------------------------- /Binaries/ZLinky_GpProxy_Ota/obj/temp.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Binaries/ZLinky_GpProxy_Ota_LIMITED/ZLinky_GpProxy_Ota_LIMITED.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Binaries/ZLinky_GpProxy_Ota_LIMITED/ZLinky_GpProxy_Ota_LIMITED.log -------------------------------------------------------------------------------- /Binaries/ZLinky_GpProxy_Ota_LIMITED/ZLinky_GpProxy_Ota_LIMITED_V10.ota: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Binaries/ZLinky_GpProxy_Ota_LIMITED/ZLinky_GpProxy_Ota_LIMITED_V10.ota -------------------------------------------------------------------------------- /Binaries/ZLinky_GpProxy_Ota_LIMITED/obj/temp.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Binaries/ZLinky_GpProxy_Ota_OM15081/ZLinky_GpProxy_Ota_OM15081_V10.ota: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Binaries/ZLinky_GpProxy_Ota_OM15081/ZLinky_GpProxy_Ota_OM15081_V10.ota -------------------------------------------------------------------------------- /Binaries/ZLinky_GpProxy_Ota_OM15081/ZLinky_GpProxy_Ota_OM15081_V2.ota: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Binaries/ZLinky_GpProxy_Ota_OM15081/ZLinky_GpProxy_Ota_OM15081_V2.ota -------------------------------------------------------------------------------- /Binaries/ZLinky_GpProxy_Ota_OM15081/ZLinky_GpProxy_Ota_OM15081_V3.ota: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Binaries/ZLinky_GpProxy_Ota_OM15081/ZLinky_GpProxy_Ota_OM15081_V3.ota -------------------------------------------------------------------------------- /Binaries/ZLinky_GpProxy_Ota_OM15081/ZLinky_router_v3.0.ota: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Binaries/ZLinky_GpProxy_Ota_OM15081/ZLinky_router_v3.0.ota -------------------------------------------------------------------------------- /Binaries/ZLinky_GpProxy_Ota_OM15081/obj/temp.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Common/Source/PCA9634.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Common/Source/PCA9634.c -------------------------------------------------------------------------------- /Common/Source/PCA9634.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Common/Source/PCA9634.h -------------------------------------------------------------------------------- /Common/Source/PDM_IDs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Common/Source/PDM_IDs.h -------------------------------------------------------------------------------- /Common/Source/SE98A.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Common/Source/SE98A.c -------------------------------------------------------------------------------- /Common/Source/SE98A.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Common/Source/SE98A.h -------------------------------------------------------------------------------- /Common/Source/SMBus.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Common/Source/SMBus.c -------------------------------------------------------------------------------- /Common/Source/SMBus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Common/Source/SMBus.h -------------------------------------------------------------------------------- /Common/Source/TSL2550.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Common/Source/TSL2550.c -------------------------------------------------------------------------------- /Common/Source/TSL2550.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Common/Source/TSL2550.h -------------------------------------------------------------------------------- /Common/Source/TSL25721.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Common/Source/TSL25721.c -------------------------------------------------------------------------------- /Common/Source/TSL25721.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Common/Source/TSL25721.h -------------------------------------------------------------------------------- /Common/Source/app.zpscfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Common/Source/app.zpscfg -------------------------------------------------------------------------------- /Common/Source/app2.zpscfg.no_route: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Common/Source/app2.zpscfg.no_route -------------------------------------------------------------------------------- /Common/Source/app_buttons.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Common/Source/app_buttons.c -------------------------------------------------------------------------------- /Common/Source/app_buttons.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Common/Source/app_buttons.h -------------------------------------------------------------------------------- /Common/Source/app_common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Common/Source/app_common.h -------------------------------------------------------------------------------- /Common/Source/app_events.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Common/Source/app_events.h -------------------------------------------------------------------------------- /Common/Source/app_green_power.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Common/Source/app_green_power.c -------------------------------------------------------------------------------- /Common/Source/app_green_power.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Common/Source/app_green_power.h -------------------------------------------------------------------------------- /Common/Source/app_leds.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Common/Source/app_leds.c -------------------------------------------------------------------------------- /Common/Source/app_leds.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Common/Source/app_leds.h -------------------------------------------------------------------------------- /Common/Source/app_limited.zpscfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Common/Source/app_limited.zpscfg -------------------------------------------------------------------------------- /Common/Source/app_nci_icode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Common/Source/app_nci_icode.c -------------------------------------------------------------------------------- /Common/Source/app_nci_icode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Common/Source/app_nci_icode.h -------------------------------------------------------------------------------- /Common/Source/app_ntag.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Common/Source/app_ntag.c -------------------------------------------------------------------------------- /Common/Source/app_ntag.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Common/Source/app_ntag.h -------------------------------------------------------------------------------- /Common/Source/app_ntag_icode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Common/Source/app_ntag_icode.c -------------------------------------------------------------------------------- /Common/Source/app_ntag_icode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Common/Source/app_ntag_icode.h -------------------------------------------------------------------------------- /Common/Source/app_ota_client.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Common/Source/app_ota_client.c -------------------------------------------------------------------------------- /Common/Source/app_ota_client.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Common/Source/app_ota_client.h -------------------------------------------------------------------------------- /Common/Source/app_pdm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Common/Source/app_pdm.c -------------------------------------------------------------------------------- /Common/Source/app_pdm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Common/Source/app_pdm.h -------------------------------------------------------------------------------- /Common/Source/app_power_on_counter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Common/Source/app_power_on_counter.c -------------------------------------------------------------------------------- /Common/Source/app_power_on_counter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Common/Source/app_power_on_counter.h -------------------------------------------------------------------------------- /Common/Source/app_uartlinky.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Common/Source/app_uartlinky.c -------------------------------------------------------------------------------- /Common/Source/app_uartlinky.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Common/Source/app_uartlinky.h -------------------------------------------------------------------------------- /Common/Source/app_zbp_utilities.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Common/Source/app_zbp_utilities.c -------------------------------------------------------------------------------- /Common/Source/app_zbp_utilities.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Common/Source/app_zbp_utilities.h -------------------------------------------------------------------------------- /Common/Source/board/Eeprom_MX25R8035F_User.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Common/Source/board/Eeprom_MX25R8035F_User.c -------------------------------------------------------------------------------- /Common/Source/board/Eeprom_User.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Common/Source/board/Eeprom_User.h -------------------------------------------------------------------------------- /Common/Source/board/app.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Common/Source/board/app.h -------------------------------------------------------------------------------- /Common/Source/board/board.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Common/Source/board/board.c -------------------------------------------------------------------------------- /Common/Source/board/board.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Common/Source/board/board.h -------------------------------------------------------------------------------- /Common/Source/board/board_utility.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Common/Source/board/board_utility.c -------------------------------------------------------------------------------- /Common/Source/board/board_utility.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Common/Source/board/board_utility.h -------------------------------------------------------------------------------- /Common/Source/board/clock_config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Common/Source/board/clock_config.c -------------------------------------------------------------------------------- /Common/Source/board/clock_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Common/Source/board/clock_config.h -------------------------------------------------------------------------------- /Common/Source/board/hardware_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Common/Source/board/hardware_init.c -------------------------------------------------------------------------------- /Common/Source/board/pin_mux.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Common/Source/board/pin_mux.c -------------------------------------------------------------------------------- /Common/Source/board/pin_mux.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Common/Source/board/pin_mux.h -------------------------------------------------------------------------------- /Common/Source/board/temp_sensor_drv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Common/Source/board/temp_sensor_drv.c -------------------------------------------------------------------------------- /Common/Source/board/temp_sensor_drv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Common/Source/board/temp_sensor_drv.h -------------------------------------------------------------------------------- /Common/Source/board/voltage_drv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Common/Source/board/voltage_drv.c -------------------------------------------------------------------------------- /Common/Source/board/voltage_drv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Common/Source/board/voltage_drv.h -------------------------------------------------------------------------------- /Doc/EULA.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Doc/EULA.txt -------------------------------------------------------------------------------- /Doc/Images/1_Linky_Ready_Logo_Noir.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Doc/Images/1_Linky_Ready_Logo_Noir.jpg -------------------------------------------------------------------------------- /Doc/Images/Description_ZLinky_v2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Doc/Images/Description_ZLinky_v2.png -------------------------------------------------------------------------------- /Doc/Images/Installation_ZLinky_v2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Doc/Images/Installation_ZLinky_v2.png -------------------------------------------------------------------------------- /Doc/Images/PCB_ZLinky_v1.2_face.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Doc/Images/PCB_ZLinky_v1.2_face.jpg -------------------------------------------------------------------------------- /Doc/Images/PCB_ZLinky_v1.2_flash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Doc/Images/PCB_ZLinky_v1.2_flash.jpg -------------------------------------------------------------------------------- /Doc/Images/PCB_ZLinky_v1.2_pile.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Doc/Images/PCB_ZLinky_v1.2_pile.jpg -------------------------------------------------------------------------------- /Doc/Images/Screenshot_dashboard_standard_tuya_smart.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Doc/Images/Screenshot_dashboard_standard_tuya_smart.jpg -------------------------------------------------------------------------------- /Doc/Images/Screenshot_dashboard_tuya_smart.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Doc/Images/Screenshot_dashboard_tuya_smart.jpg -------------------------------------------------------------------------------- /Doc/Images/Screenshot_graphe_tuya_smart.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Doc/Images/Screenshot_graphe_tuya_smart.jpg -------------------------------------------------------------------------------- /Doc/Images/ZLinky_Blink_NOK.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Doc/Images/ZLinky_Blink_NOK.gif -------------------------------------------------------------------------------- /Doc/Images/ZLinky_Blink_OK.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Doc/Images/ZLinky_Blink_OK.gif -------------------------------------------------------------------------------- /Doc/Images/ZLinky_Blink_Permit_join.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Doc/Images/ZLinky_Blink_Permit_join.gif -------------------------------------------------------------------------------- /Doc/Images/ZLinky_PCB_face.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Doc/Images/ZLinky_PCB_face.jpg -------------------------------------------------------------------------------- /Doc/Images/ZLinky_PCB_face_without_capa.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Doc/Images/ZLinky_PCB_face_without_capa.jpg -------------------------------------------------------------------------------- /Doc/Images/ZLinky_PCB_pile.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Doc/Images/ZLinky_PCB_pile.jpg -------------------------------------------------------------------------------- /Doc/Images/ZLinky_TIC_blink_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Doc/Images/ZLinky_TIC_blink_off.png -------------------------------------------------------------------------------- /Doc/Images/ZLinky_TIC_blink_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Doc/Images/ZLinky_TIC_blink_on.png -------------------------------------------------------------------------------- /Doc/Images/ZLinky_TIC_principal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Doc/Images/ZLinky_TIC_principal.png -------------------------------------------------------------------------------- /Doc/Images/ZLinky_condensateur.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Doc/Images/ZLinky_condensateur.jpg -------------------------------------------------------------------------------- /Doc/Images/ZLinky_description.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Doc/Images/ZLinky_description.JPG -------------------------------------------------------------------------------- /Doc/Images/ZLinky_prototype.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Doc/Images/ZLinky_prototype.jpg -------------------------------------------------------------------------------- /Doc/Images/ZLinky_v2_Blink_ok.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Doc/Images/ZLinky_v2_Blink_ok.gif -------------------------------------------------------------------------------- /Doc/Images/ZLinky_v2_blink_off.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Doc/Images/ZLinky_v2_blink_off.gif -------------------------------------------------------------------------------- /Doc/Images/ZLinky_v2_debug.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Doc/Images/ZLinky_v2_debug.jpg -------------------------------------------------------------------------------- /Doc/Images/ZLinky_v2_flash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Doc/Images/ZLinky_v2_flash.jpg -------------------------------------------------------------------------------- /Doc/Images/ZLinky_v2_pair.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Doc/Images/ZLinky_v2_pair.gif -------------------------------------------------------------------------------- /Doc/Images/ZLinkyv2_onsite.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Doc/Images/ZLinkyv2_onsite.jpg -------------------------------------------------------------------------------- /Doc/Images/Zlinky_v2_illustration.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Doc/Images/Zlinky_v2_illustration.jpg -------------------------------------------------------------------------------- /Doc/Images/back_linky_triphase.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Doc/Images/back_linky_triphase.jpg -------------------------------------------------------------------------------- /Doc/Images/front_linky_triphase.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Doc/Images/front_linky_triphase.jpg -------------------------------------------------------------------------------- /Doc/Images/installation_ZLinky_TIC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Doc/Images/installation_ZLinky_TIC.png -------------------------------------------------------------------------------- /Doc/Images/manuel_LED_Join_Mode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Doc/Images/manuel_LED_Join_Mode.png -------------------------------------------------------------------------------- /Doc/Images/manuel_LED_No_JOIN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Doc/Images/manuel_LED_No_JOIN.png -------------------------------------------------------------------------------- /Doc/Images/manuel_LED_Reset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Doc/Images/manuel_LED_Reset.png -------------------------------------------------------------------------------- /Doc/Images/manuel_LED_cycle_error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Doc/Images/manuel_LED_cycle_error.png -------------------------------------------------------------------------------- /Doc/Images/manuel_LED_cycle_sleep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Doc/Images/manuel_LED_cycle_sleep.png -------------------------------------------------------------------------------- /Doc/Images/manuel_LED_send_datas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Doc/Images/manuel_LED_send_datas.png -------------------------------------------------------------------------------- /Doc/Images/update_ZLinky_TIC_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Doc/Images/update_ZLinky_TIC_1.jpg -------------------------------------------------------------------------------- /Doc/Images/update_ZLinky_TIC_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Doc/Images/update_ZLinky_TIC_2.jpg -------------------------------------------------------------------------------- /Doc/Images/update_ZLinky_TIC_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Doc/Images/update_ZLinky_TIC_3.jpg -------------------------------------------------------------------------------- /Doc/Images/update_ZLinky_TIC_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Doc/Images/update_ZLinky_TIC_4.jpg -------------------------------------------------------------------------------- /Doc/JN-AN-1243-Release-Notes.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Doc/JN-AN-1243-Release-Notes.pdf -------------------------------------------------------------------------------- /Doc/JN-AN-1243-Software-Content-Register.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Doc/JN-AN-1243-Software-Content-Register.txt -------------------------------------------------------------------------------- /Doc/JN-AN-1243-Zigbee-3-0-Base-Device.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Doc/JN-AN-1243-Zigbee-3-0-Base-Device.pdf -------------------------------------------------------------------------------- /Doc/NFC.chm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Doc/NFC.chm -------------------------------------------------------------------------------- /Doc/size.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/Doc/size.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/README.md -------------------------------------------------------------------------------- /ZLinky/Build/mcux/LinkKey_HA.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/Build/mcux/LinkKey_HA.txt -------------------------------------------------------------------------------- /ZLinky/Build/mcux/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/Build/mcux/Makefile -------------------------------------------------------------------------------- /ZLinky/Build/mcux/configOTA_Cer_Keys_HA.txt: -------------------------------------------------------------------------------- 1 | # This is a sample configuration file 2 | 3 | LinkKey_HA.txt,01b0,16 4 | 5 | 6 | -------------------------------------------------------------------------------- /ZLinky/Build/mcux/data.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/Build/mcux/data.bin -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/ARM/arm_cortexM_math.uvoptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/ARM/arm_cortexM_math.uvoptx -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/ARM/arm_cortexM_math.uvprojx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/ARM/arm_cortexM_math.uvprojx -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/ARM/arm_cortexM_math_Build.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/ARM/arm_cortexM_math_Build.bat -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_f32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_f32.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q15.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q15.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q31.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q31.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q7.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_abs_q7.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_f32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_f32.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q15.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q15.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q31.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q31.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q7.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_add_q7.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_f32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_f32.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q15.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q15.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q31.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q31.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q7.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_mult_q7.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q7.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_scale_q7.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q7.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_shift_q7.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_f32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_f32.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q15.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q15.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q31.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q31.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q7.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/BasicMathFunctions/arm_sub_q7.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/CommonTables/arm_common_tables.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/CommonTables/arm_common_tables.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/CommonTables/arm_const_structs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/CommonTables/arm_const_structs.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_f32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_f32.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_q15.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_q15.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_q31.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_cos_q31.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_f32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_f32.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_q15.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_q15.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_q31.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sin_q31.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sqrt_q15.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sqrt_q15.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sqrt_q31.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/FastMathFunctions/arm_sqrt_q31.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_f32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_f32.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q15.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q15.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q31.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q31.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q7.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_conv_q7.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_f32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_f32.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q15.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q15.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q31.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q31.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q7.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_fir_q7.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_f32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_f32.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_q15.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_q15.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_q31.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/FilteringFunctions/arm_lms_q31.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/GCC/arm_cortexM_math.uvoptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/GCC/arm_cortexM_math.uvoptx -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/GCC/arm_cortexM_math.uvprojx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/GCC/arm_cortexM_math.uvprojx -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/GCC/arm_cortexM_math_Build.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/GCC/arm_cortexM_math_Build.bat -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_f32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_f32.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_q15.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_q15.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_q31.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_add_q31.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_f32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_f32.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_q15.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_q15.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_q31.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/MatrixFunctions/arm_mat_sub_q31.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_f32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_f32.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q15.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q15.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q31.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q31.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q7.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_max_q7.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q7.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_mean_q7.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_f32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_f32.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q15.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q15.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q31.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q31.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q7.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_min_q7.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_f32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_f32.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_q15.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_q15.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_q31.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_rms_q31.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_f32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_f32.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_q15.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_q15.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_q31.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_std_q31.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_f32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_f32.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_q15.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_q15.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_q31.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/StatisticsFunctions/arm_var_q31.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_f32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_f32.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q15.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q15.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q31.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q31.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q7.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/SupportFunctions/arm_copy_q7.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_f32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_f32.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q15.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q15.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q31.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q31.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q7.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/SupportFunctions/arm_fill_q7.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_q31.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_q31.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_q7.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q15_to_q7.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_q15.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_q15.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_q7.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q31_to_q7.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_q15.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_q15.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_q31.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/SupportFunctions/arm_q7_to_q31.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_f32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_f32.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_q15.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_q15.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_q31.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/TransformFunctions/arm_cfft_q31.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_f32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_f32.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_q15.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_q15.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_q31.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/TransformFunctions/arm_dct4_q31.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_f32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_f32.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_q15.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_q15.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_q31.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/DSP_Lib/Source/TransformFunctions/arm_rfft_q31.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Driver/DriverTemplates/Driver_CAN.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Driver/DriverTemplates/Driver_CAN.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Driver/DriverTemplates/Driver_ETH_MAC.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Driver/DriverTemplates/Driver_ETH_MAC.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Driver/DriverTemplates/Driver_ETH_PHY.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Driver/DriverTemplates/Driver_ETH_PHY.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Driver/DriverTemplates/Driver_Flash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Driver/DriverTemplates/Driver_Flash.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Driver/DriverTemplates/Driver_I2C.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Driver/DriverTemplates/Driver_I2C.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Driver/DriverTemplates/Driver_MCI.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Driver/DriverTemplates/Driver_MCI.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Driver/DriverTemplates/Driver_SAI.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Driver/DriverTemplates/Driver_SAI.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Driver/DriverTemplates/Driver_SPI.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Driver/DriverTemplates/Driver_SPI.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Driver/DriverTemplates/Driver_Storage.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Driver/DriverTemplates/Driver_Storage.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Driver/DriverTemplates/Driver_USART.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Driver/DriverTemplates/Driver_USART.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Driver/DriverTemplates/Driver_USBD.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Driver/DriverTemplates/Driver_USBD.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Driver/DriverTemplates/Driver_USBH.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Driver/DriverTemplates/Driver_USBH.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Driver/Include/Driver_CAN.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Driver/Include/Driver_CAN.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Driver/Include/Driver_Common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Driver/Include/Driver_Common.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Driver/Include/Driver_ETH.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Driver/Include/Driver_ETH.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Driver/Include/Driver_ETH_MAC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Driver/Include/Driver_ETH_MAC.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Driver/Include/Driver_ETH_PHY.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Driver/Include/Driver_ETH_PHY.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Driver/Include/Driver_Flash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Driver/Include/Driver_Flash.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Driver/Include/Driver_I2C.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Driver/Include/Driver_I2C.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Driver/Include/Driver_MCI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Driver/Include/Driver_MCI.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Driver/Include/Driver_NAND.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Driver/Include/Driver_NAND.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Driver/Include/Driver_SAI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Driver/Include/Driver_SAI.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Driver/Include/Driver_SPI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Driver/Include/Driver_SPI.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Driver/Include/Driver_USART.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Driver/Include/Driver_USART.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Driver/Include/Driver_USB.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Driver/Include/Driver_USB.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Driver/Include/Driver_USBD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Driver/Include/Driver_USBD.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Driver/Include/Driver_USBH.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Driver/Include/Driver_USBH.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Include/arm_common_tables.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Include/arm_common_tables.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Include/arm_const_structs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Include/arm_const_structs.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Include/arm_math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Include/arm_math.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Include/cmsis_armcc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Include/cmsis_armcc.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Include/cmsis_armclang.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Include/cmsis_armclang.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Include/cmsis_compiler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Include/cmsis_compiler.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Include/cmsis_gcc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Include/cmsis_gcc.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Include/cmsis_iccarm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Include/cmsis_iccarm.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Include/cmsis_version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Include/cmsis_version.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Include/core_armv8mbl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Include/core_armv8mbl.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Include/core_armv8mml.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Include/core_armv8mml.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Include/core_cm0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Include/core_cm0.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Include/core_cm0plus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Include/core_cm0plus.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Include/core_cm23.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Include/core_cm23.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Include/core_cm3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Include/core_cm3.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Include/core_cm33.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Include/core_cm33.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Include/core_cm4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Include/core_cm4.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Include/core_cm7.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Include/core_cm7.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Include/core_dsp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Include/core_dsp.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Include/core_sc000.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Include/core_sc000.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Include/core_sc300.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Include/core_sc300.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Include/mpu_armv7.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Include/mpu_armv7.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Include/mpu_armv8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Include/mpu_armv8.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Include/tz_context.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Include/tz_context.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/LICENSE.txt -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Lib/GCC/libarm_cortexM4l_math.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/CMSIS/Lib/GCC/libarm_cortexM4l_math.a -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/JN5189DK6_manifest_v3_4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/JN5189DK6_manifest_v3_4.xml -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/JN5189DK6_manifest_v3_5.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/JN5189DK6_manifest_v3_5.xml -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/SW-Content-Register.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/SW-Content-Register.txt -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/clock_config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/clock_config.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/clock_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/clock_config.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/demo_apps/hello_world/board.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/demo_apps/hello_world/board.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/demo_apps/hello_world/board.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/demo_apps/hello_world/board.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/demo_apps/hello_world/board_utility.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/demo_apps/hello_world/board_utility.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/demo_apps/hello_world/board_utility.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/demo_apps/hello_world/board_utility.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/demo_apps/hello_world/clock_config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/demo_apps/hello_world/clock_config.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/demo_apps/hello_world/clock_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/demo_apps/hello_world/clock_config.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/demo_apps/hello_world/hello_world.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/demo_apps/hello_world/hello_world.bin -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/demo_apps/hello_world/hello_world.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/demo_apps/hello_world/hello_world.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/demo_apps/hello_world/hello_world.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/demo_apps/hello_world/hello_world.xml -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/demo_apps/hello_world/pin_mux.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/demo_apps/hello_world/pin_mux.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/demo_apps/hello_world/pin_mux.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/demo_apps/hello_world/pin_mux.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/demo_apps/hello_world/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/demo_apps/hello_world/readme.txt -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/demo_apps/led_blinky/board.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/demo_apps/led_blinky/board.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/demo_apps/led_blinky/board.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/demo_apps/led_blinky/board.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/demo_apps/led_blinky/board_utility.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/demo_apps/led_blinky/board_utility.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/demo_apps/led_blinky/board_utility.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/demo_apps/led_blinky/board_utility.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/demo_apps/led_blinky/clock_config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/demo_apps/led_blinky/clock_config.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/demo_apps/led_blinky/clock_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/demo_apps/led_blinky/clock_config.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/demo_apps/led_blinky/led_blinky.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/demo_apps/led_blinky/led_blinky.bin -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/demo_apps/led_blinky/led_blinky.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/demo_apps/led_blinky/led_blinky.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/demo_apps/led_blinky/led_blinky.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/demo_apps/led_blinky/led_blinky.xml -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/demo_apps/led_blinky/pin_mux.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/demo_apps/led_blinky/pin_mux.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/demo_apps/led_blinky/pin_mux.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/demo_apps/led_blinky/pin_mux.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/demo_apps/led_blinky/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/demo_apps/led_blinky/readme.txt -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/aes/aes.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/aes/aes.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/aes/aes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/aes/aes.xml -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/aes/board.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/aes/board.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/aes/board.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/aes/board.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/aes/clock_config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/aes/clock_config.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/aes/clock_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/aes/clock_config.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/aes/pin_mux.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/aes/pin_mux.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/aes/pin_mux.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/aes/pin_mux.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/aes/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/aes/readme.txt -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/cic_irb/board.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/cic_irb/board.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/cic_irb/board.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/cic_irb/board.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/cic_irb/pin_mux.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/cic_irb/pin_mux.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/cic_irb/pin_mux.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/cic_irb/pin_mux.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/cic_irb/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/cic_irb/readme.txt -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/flash/board.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/flash/board.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/flash/board.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/flash/board.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/flash/flash_test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/flash/flash_test.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/flash/pin_mux.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/flash/pin_mux.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/flash/pin_mux.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/flash/pin_mux.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/flash/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/flash/readme.txt -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/fmeas/board.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/fmeas/board.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/fmeas/board.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/fmeas/board.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/fmeas/fmeas.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/fmeas/fmeas.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/fmeas/fmeas.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/fmeas/fmeas.xml -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/fmeas/pin_mux.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/fmeas/pin_mux.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/fmeas/pin_mux.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/fmeas/pin_mux.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/fmeas/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/fmeas/readme.txt -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/gint/board.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/gint/board.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/gint/board.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/gint/board.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/gint/gint.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/gint/gint.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/gint/gint.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/gint/gint.xml -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/gint/pin_mux.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/gint/pin_mux.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/gint/pin_mux.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/gint/pin_mux.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/gint/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/gint/readme.txt -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/rng/board.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/rng/board.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/rng/board.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/rng/board.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/rng/clock_config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/rng/clock_config.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/rng/clock_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/rng/clock_config.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/rng/pin_mux.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/rng/pin_mux.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/rng/pin_mux.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/rng/pin_mux.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/rng/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/rng/readme.txt -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/rng/rng_test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/rng/rng_test.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/rng/rng_test.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/rng/rng_test.xml -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/rtc/board.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/rtc/board.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/rtc/board.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/rtc/board.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/rtc/clock_config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/rtc/clock_config.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/rtc/clock_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/rtc/clock_config.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/rtc/pin_mux.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/rtc/pin_mux.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/rtc/pin_mux.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/rtc/pin_mux.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/rtc/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/rtc/readme.txt -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/rtc/rtc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/rtc/rtc.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/sha/board.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/sha/board.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/sha/board.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/sha/board.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/sha/clock_config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/sha/clock_config.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/sha/clock_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/sha/clock_config.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/sha/pin_mux.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/sha/pin_mux.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/sha/pin_mux.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/sha/pin_mux.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/sha/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/sha/readme.txt -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/sha/sha.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/sha/sha.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/sha/sha.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/sha/sha.xml -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/wwdt/board.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/wwdt/board.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/wwdt/board.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/wwdt/board.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/wwdt/pin_mux.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/wwdt/pin_mux.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/wwdt/pin_mux.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/wwdt/pin_mux.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/wwdt/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/wwdt/readme.txt -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/wwdt/wwdt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/driver_examples/wwdt/wwdt.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/project_template/board.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/project_template/board.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/project_template/board.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/project_template/board.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/project_template/board_utility.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/project_template/board_utility.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/project_template/board_utility.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/project_template/board_utility.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/project_template/clock_config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/project_template/clock_config.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/project_template/clock_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/project_template/clock_config.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/project_template/peripherals.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/project_template/peripherals.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/project_template/peripherals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/project_template/peripherals.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/project_template/pin_mux.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/project_template/pin_mux.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/project_template/pin_mux.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/project_template/pin_mux.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/rtos_examples/freertos_i2c/board.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/rtos_examples/freertos_i2c/board.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/rtos_examples/freertos_i2c/board.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/rtos_examples/freertos_i2c/board.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/rtos_examples/freertos_sem/board.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/rtos_examples/freertos_sem/board.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/rtos_examples/freertos_sem/board.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/rtos_examples/freertos_sem/board.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/rtos_examples/freertos_spi/board.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/rtos_examples/freertos_spi/board.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/rtos_examples/freertos_spi/board.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/boards/jn5189dk6/rtos_examples/freertos_spi/board.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/components/lists/generic_list.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/components/lists/generic_list.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/components/lists/generic_list.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/components/lists/generic_list.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/components/serial_manager/serial_manager.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/components/serial_manager/serial_manager.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/components/serial_manager/serial_manager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/components/serial_manager/serial_manager.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/components/serial_manager/serial_port_internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/components/serial_manager/serial_port_internal.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/components/serial_manager/serial_port_swo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/components/serial_manager/serial_port_swo.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/components/serial_manager/serial_port_swo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/components/serial_manager/serial_port_swo.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/components/serial_manager/serial_port_uart.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/components/serial_manager/serial_port_uart.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/components/serial_manager/serial_port_uart.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/components/serial_manager/serial_port_uart.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/components/uart/uart.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/components/uart/uart.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/components/uart/usart_adapter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/components/uart/usart_adapter.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/JN5189.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/JN5189.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/JN5189.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/JN5189.xml -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/JN5189_features.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/JN5189_features.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/endian.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/endian.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/flash_header.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/flash_header.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_adc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_adc.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_adc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_adc.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_aes.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_aes.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_aes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_aes.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_cic_irb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_cic_irb.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_cic_irb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_cic_irb.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_cic_irb_private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_cic_irb_private.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_cic_irb_rc5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_cic_irb_rc5.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_cic_irb_rc6.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_cic_irb_rc6.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_cic_irb_rcmm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_cic_irb_rcmm.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_cic_irb_sirc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_cic_irb_sirc.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_clock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_clock.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_clock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_clock.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_cmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_cmp.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_cmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_cmp.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_common.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_common.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_common.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_ctimer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_ctimer.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_ctimer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_ctimer.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_dma.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_dma.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_dma.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_dma.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_dmic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_dmic.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_dmic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_dmic.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_dmic_dma.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_dmic_dma.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_dmic_dma.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_dmic_dma.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_flash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_flash.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_flash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_flash.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_flexcomm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_flexcomm.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_flexcomm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_flexcomm.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_fmeas.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_fmeas.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_fmeas.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_fmeas.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_gint.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_gint.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_gint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_gint.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_gpio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_gpio.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_gpio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_gpio.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_i2c.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_i2c.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_i2c.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_i2c.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_i2c_dma.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_i2c_dma.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_i2c_dma.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_i2c_dma.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_i2c_freertos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_i2c_freertos.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_i2c_freertos.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_i2c_freertos.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_inputmux.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_inputmux.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_inputmux.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_inputmux.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_inputmux_connections.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_inputmux_connections.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_iocon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_iocon.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_ntag.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_ntag.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_ntag.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_ntag.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_pint.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_pint.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_pint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_pint.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_power.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_power.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_power.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_power.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_pwm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_pwm.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_pwm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_pwm.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_reset.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_reset.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_reset.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_reset.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_rng.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_rng.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_rng.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_rng.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_rtc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_rtc.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_rtc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_rtc.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_sha.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_sha.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_sha.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_sha.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_spi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_spi.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_spi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_spi.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_spi_dma.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_spi_dma.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_spi_dma.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_spi_dma.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_spi_freertos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_spi_freertos.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_spi_freertos.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_spi_freertos.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_spifi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_spifi.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_spifi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_spifi.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_spifi_dma.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_spifi_dma.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_spifi_dma.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_spifi_dma.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_usart.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_usart.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_usart.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_usart.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_usart_dma.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_usart_dma.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_usart_dma.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_usart_dma.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_usart_freertos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_usart_freertos.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_usart_freertos.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_usart_freertos.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_wtimer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_wtimer.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_wtimer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_wtimer.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_wwdt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_wwdt.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_wwdt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/fsl_wwdt.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/psector_api.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/psector_api.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/psector_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/psector_api.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/rom_aes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/rom_aes.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/rom_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/rom_api.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/rom_common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/rom_common.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/rom_efuse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/rom_efuse.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/rom_isp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/rom_isp.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/rom_lowpower.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/rom_lowpower.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/rom_mpu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/rom_mpu.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/rom_pmc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/rom_pmc.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/rom_psector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/rom_psector.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/rom_secure.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/rom_secure.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/rom_vectors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/drivers/rom_vectors.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/fsl_device_registers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/fsl_device_registers.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/gcc/App1Build.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/gcc/App1Build.ld -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/gcc/AppBuild16kEndDevice.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/gcc/AppBuild16kEndDevice.ld -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/gcc/AppBuild16kEndDevice_JN5188.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/gcc/AppBuild16kEndDevice_JN5188.ld -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/gcc/AppBuild16kEndDevice_JN5189.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/gcc/AppBuild16kEndDevice_JN5189.ld -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/gcc/AppBuildMac.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/gcc/AppBuildMac.ld -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/gcc/AppBuildMinRetention.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/gcc/AppBuildMinRetention.ld -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/gcc/AppBuildMinRetention_JN5188.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/gcc/AppBuildMinRetention_JN5188.ld -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/gcc/AppBuildMinRetention_JN5189.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/gcc/AppBuildMinRetention_JN5189.ld -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/gcc/AppBuildNone.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/gcc/AppBuildNone.ld -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/gcc/AppBuildNoneRam.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/gcc/AppBuildNoneRam.ld -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/gcc/AppBuildNone_APP0.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/gcc/AppBuildNone_APP0.ld -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/gcc/AppBuildNone_JN5188.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/gcc/AppBuildNone_JN5188.ld -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/gcc/AppBuildNone_JN5189.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/gcc/AppBuildNone_JN5189.ld -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/gcc/AppBuildOtaRegions.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/gcc/AppBuildOtaRegions.ld -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/gcc/AppBuild_ZBSOTA_App0.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/gcc/AppBuild_ZBSOTA_App0.ld -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/gcc/AppBuild_ZBSOTA_App1.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/gcc/AppBuild_ZBSOTA_App1.ld -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/gcc/JN5188_flash.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/gcc/JN5188_flash.ld -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/gcc/JN5188_ram.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/gcc/JN5188_ram.ld -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/gcc/JN5189_flash.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/gcc/JN5189_flash.ld -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/gcc/JN5189_ram.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/gcc/JN5189_ram.ld -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/gcc/JN5189_rom.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/gcc/JN5189_rom.ld -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/gcc/JN5189_rom_es1.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/gcc/JN5189_rom_es1.ld -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/gcc/config.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/gcc/config.mk -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/gcc/config_cm4.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/gcc/config_cm4.mk -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/gcc/startup_JN5189.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/gcc/startup_JN5189.S -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/gcc/startup_JN5189.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/gcc/startup_JN5189.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/gcc/startup_JN5189_appcore.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/gcc/startup_JN5189_appcore.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/gcc/startup_jn5189_app1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/gcc/startup_jn5189_app1.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/gcc/user.ldt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/gcc/user.ldt -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/mcuxpresso/JN5189_640K.cfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/mcuxpresso/JN5189_640K.cfx -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/mcuxpresso/startup_jn5189.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/mcuxpresso/startup_jn5189.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/mcuxpresso/startup_jn5189.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/mcuxpresso/startup_jn5189.cpp -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/project_template/board.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/project_template/board.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/project_template/board.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/project_template/board.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/project_template/clock_config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/project_template/clock_config.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/project_template/clock_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/project_template/clock_config.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/project_template/peripherals.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/project_template/peripherals.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/project_template/peripherals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/project_template/peripherals.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/project_template/pin_mux.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/project_template/pin_mux.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/project_template/pin_mux.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/project_template/pin_mux.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/system_JN5189.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/system_JN5189.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/system_JN5189.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/system_JN5189.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/utilities/fsl_assert.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/utilities/fsl_assert.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/utilities/str/fsl_str.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/utilities/str/fsl_str.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/utilities/str/fsl_str.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/devices/JN5189/utilities/str/fsl_str.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/mbedtls/port/ksdk/aes_alt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/mbedtls/port/ksdk/aes_alt.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/mbedtls/port/ksdk/aes_alt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/mbedtls/port/ksdk/aes_alt.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/mbedtls/port/ksdk/ksdk_mbedtls.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/mbedtls/port/ksdk/ksdk_mbedtls.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/mbedtls/port/ksdk/ksdk_mbedtls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/mbedtls/port/ksdk/ksdk_mbedtls.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/mbedtls/port/ksdk/sha1_alt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/mbedtls/port/ksdk/sha1_alt.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/mbedtls/port/ksdk/sha256_alt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/mbedtls/port/ksdk/sha256_alt.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/nci_i2c/driver/lib/libNCI.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/nci_i2c/driver/lib/libNCI.a -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/nci_i2c/include/global_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/nci_i2c/include/global_types.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/nci_i2c/include/nci.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/nci_i2c/include/nci.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/nci_i2c/include/nci_manager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/nci_i2c/include/nci_manager.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/nci_i2c/include/nfc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/nci_i2c/include/nfc.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/nci_i2c/source/nci_manager.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/nci_i2c/source/nci_manager.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/ntag_i2c_plus/HAL_I2C/i2c_jn_fsl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/ntag_i2c_plus/HAL_I2C/i2c_jn_fsl.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/ntag_i2c_plus/HAL_I2C/i2c_kinetis_fsl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/ntag_i2c_plus/HAL_I2C/i2c_kinetis_fsl.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/ntag_i2c_plus/HAL_I2C/i2c_lpc_fsl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/ntag_i2c_plus/HAL_I2C/i2c_lpc_fsl.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/ntag_i2c_plus/HAL_ISR/isr_common.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/ntag_i2c_plus/HAL_ISR/isr_common.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/ntag_i2c_plus/HAL_ISR/isr_kinetis.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/ntag_i2c_plus/HAL_ISR/isr_kinetis.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/ntag_i2c_plus/HAL_ISR/isr_lpc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/ntag_i2c_plus/HAL_ISR/isr_lpc.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/ntag_i2c_plus/HAL_ISR/isr_lpc_intern.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/ntag_i2c_plus/HAL_ISR/isr_lpc_intern.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/ntag_i2c_plus/HAL_NTAG/inc/ntag_bridge.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/ntag_i2c_plus/HAL_NTAG/inc/ntag_bridge.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/ntag_i2c_plus/HAL_NTAG/inc/ntag_driver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/ntag_i2c_plus/HAL_NTAG/inc/ntag_driver.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/ntag_i2c_plus/HAL_NTAG/ntag_bridge.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/ntag_i2c_plus/HAL_NTAG/ntag_bridge.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/ntag_i2c_plus/HAL_NTAG/ntag_driver.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/ntag_i2c_plus/HAL_NTAG/ntag_driver.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/ntag_i2c_plus/HAL_TMR/timer_driver.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/ntag_i2c_plus/HAL_TMR/timer_driver.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/ntag_i2c_plus/HAL_TMR/timer_driver_jn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/ntag_i2c_plus/HAL_TMR/timer_driver_jn.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/ntag_i2c_plus/inc/global_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/ntag_i2c_plus/inc/global_types.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/ntag_i2c_plus/inc/nfc_device.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/ntag_i2c_plus/inc/nfc_device.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/framework/Common/Heap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/framework/Common/Heap.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/framework/Common/Heap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/framework/Common/Heap.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/framework/Common/MicroInt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/framework/Common/MicroInt.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/framework/Common/dbg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/framework/Common/dbg.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/framework/Common/jendefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/framework/Common/jendefs.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/framework/GPIO/GPIO_Adapter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/framework/GPIO/GPIO_Adapter.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/framework/GPIO/GPIO_Adapter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/framework/GPIO/GPIO_Adapter.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/framework/LED/Interface/LED.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/framework/LED/Interface/LED.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/framework/LED/Source/LED.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/framework/LED/Source/LED.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/framework/Lists/GenericList.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/framework/Lists/GenericList.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/framework/Lists/GenericList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/framework/Lists/GenericList.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/framework/NVM/Source/NV_Flash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/framework/NVM/Source/NV_Flash.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/framework/NVM/Source/NV_Flash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/framework/NVM/Source/NV_Flash.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/framework/PDM/Include/PDM.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/framework/PDM/Include/PDM.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/framework/PDM/Library/libPDM.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/framework/PDM/Library/libPDM.a -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/framework/PDM/PDM.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/framework/PDM/PDM.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/framework/PDM/pdm_port.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/framework/PDM/pdm_port.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/framework/PWRM/Include/pwrm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/framework/PWRM/Include/pwrm.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/framework/Panic/Source/Panic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/framework/Panic/Source/Panic.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/framework/RNG/Source/RNG.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/framework/RNG/Source/RNG.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/framework/Reset/Reset.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/framework/Reset/Reset.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/framework/SecLib/SecLib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/framework/SecLib/SecLib.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/framework/SecLib/SecLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/framework/SecLib/SecLib.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/framework/SecLib/aessw_ccm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/framework/SecLib/aessw_ccm.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/framework/Shell/Source/shell.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/framework/Shell/Source/shell.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/framework/XCVR/DK6/fsl_xcvr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/framework/XCVR/DK6/fsl_xcvr.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/framework/XCVR/DK6/fsl_xcvr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/framework/XCVR/DK6/fsl_xcvr.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/framework/XCVR/DK6/radio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/framework/XCVR/DK6/radio.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/framework/XCVR/lib/libRadio.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/framework/XCVR/lib/libRadio.a -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/ieee-802.15.4/Include/AppApi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/ieee-802.15.4/Include/AppApi.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/ieee-802.15.4/Include/mac_pib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/ieee-802.15.4/Include/mac_pib.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/ieee-802.15.4/Include/mac_sap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/ieee-802.15.4/Include/mac_sap.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/ieee-802.15.4/Include/tsv_pub.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/ieee-802.15.4/Include/tsv_pub.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/ieee-802.15.4/lib/libMiniMac.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/ieee-802.15.4/lib/libMiniMac.a -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/zigbee/BDB/Build/config.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/zigbee/BDB/Build/config.mk -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/zigbee/BDB/Include/bdb_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/zigbee/BDB/Include/bdb_api.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/zigbee/Library/libATJParser.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/zigbee/Library/libATJParser.a -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/zigbee/Library/libZPSAPL.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/zigbee/Library/libZPSAPL.a -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/zigbee/Library/libZPSGP.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/zigbee/Library/libZPSGP.a -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/zigbee/Library/libZPSGP_ZED.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/zigbee/Library/libZPSGP_ZED.a -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/zigbee/Library/libZPSIPAN.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/zigbee/Library/libZPSIPAN.a -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/zigbee/Library/libZPSIPAN_ZED.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/zigbee/Library/libZPSIPAN_ZED.a -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/zigbee/Library/libZPSNWK.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/zigbee/Library/libZPSNWK.a -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/zigbee/Library/libZPSNWK_ZED.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/zigbee/Library/libZPSNWK_ZED.a -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/zigbee/Library/libZPSTSV.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/zigbee/Library/libZPSTSV.a -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/zigbee/ZCIF/Include/dlist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/zigbee/ZCIF/Include/dlist.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/zigbee/ZCIF/Include/zcl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/zigbee/ZCIF/Include/zcl.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/zigbee/ZCIF/Include/zcl_heap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/zigbee/ZCIF/Include/zcl_heap.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/zigbee/ZCIF/Source/dlist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/zigbee/ZCIF/Source/dlist.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/zigbee/ZCIF/Source/zcl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/zigbee/ZCIF/Source/zcl.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/zigbee/ZCIF/Source/zcl_buffer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/zigbee/ZCIF/Source/zcl_buffer.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/zigbee/ZCIF/Source/zcl_common.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/zigbee/ZCIF/Source/zcl_common.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/zigbee/ZCIF/Source/zcl_common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/zigbee/ZCIF/Source/zcl_common.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/zigbee/ZCIF/Source/zcl_event.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/zigbee/ZCIF/Source/zcl_event.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/zigbee/ZCIF/Source/zcl_heap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/zigbee/ZCIF/Source/zcl_heap.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/zigbee/ZCIF/Source/zcl_search.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/zigbee/ZCIF/Source/zcl_search.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/zigbee/ZCIF/Source/zcl_timer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/zigbee/ZCIF/Source/zcl_timer.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/zigbee/ZPSAPL/Include/zps_apl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/zigbee/ZPSAPL/Include/zps_apl.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/zigbee/ZPSMAC/Include/zps_mac.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/zigbee/ZPSMAC/Include/zps_mac.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/zigbee/ZPSTSV/Include/zps_tsv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/zigbee/ZPSTSV/Include/zps_tsv.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/zigbee/examples/board/dk6/app.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/zigbee/examples/board/dk6/app.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/zigbee/examples/zigbee_ota_build/configOTA_LinkKey.txt: -------------------------------------------------------------------------------- 1 | # This is a sample configuration file 2 | 3 | LinkKey_Zigbee09.txt,01b0,16 4 | 5 | 6 | -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/zigbee/tools/JET/win/JET.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/middleware/wireless/zigbee/tools/JET/win/JET.exe -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/rtos/amazon-freertos/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/rtos/amazon-freertos/CHANGELOG.md -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/rtos/amazon-freertos/ChangeLogKSDK.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/rtos/amazon-freertos/ChangeLogKSDK.txt -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/rtos/amazon-freertos/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/rtos/amazon-freertos/LICENSE -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/rtos/amazon-freertos/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/rtos/amazon-freertos/README.md -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/rtos/amazon-freertos/directories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/rtos/amazon-freertos/directories.txt -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/rtos/amazon-freertos/lib/FreeRTOS/event_groups.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/rtos/amazon-freertos/lib/FreeRTOS/event_groups.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/rtos/amazon-freertos/lib/FreeRTOS/list.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/rtos/amazon-freertos/lib/FreeRTOS/list.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/rtos/amazon-freertos/lib/FreeRTOS/queue.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/rtos/amazon-freertos/lib/FreeRTOS/queue.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/rtos/amazon-freertos/lib/FreeRTOS/stream_buffer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/rtos/amazon-freertos/lib/FreeRTOS/stream_buffer.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/rtos/amazon-freertos/lib/FreeRTOS/tasks.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/rtos/amazon-freertos/lib/FreeRTOS/tasks.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/rtos/amazon-freertos/lib/FreeRTOS/timers.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/rtos/amazon-freertos/lib/FreeRTOS/timers.c -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/rtos/amazon-freertos/lib/directories.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/rtos/amazon-freertos/lib/directories.txt -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/rtos/amazon-freertos/lib/include/FreeRTOS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/rtos/amazon-freertos/lib/include/FreeRTOS.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/rtos/amazon-freertos/lib/include/event_groups.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/rtos/amazon-freertos/lib/include/event_groups.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/rtos/amazon-freertos/lib/include/message_buffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/rtos/amazon-freertos/lib/include/message_buffer.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/rtos/amazon-freertos/lib/include/private/list.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/rtos/amazon-freertos/lib/include/private/list.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/rtos/amazon-freertos/lib/include/private/portable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/rtos/amazon-freertos/lib/include/private/portable.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/rtos/amazon-freertos/lib/include/private/projdefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/rtos/amazon-freertos/lib/include/private/projdefs.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/rtos/amazon-freertos/lib/include/queue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/rtos/amazon-freertos/lib/include/queue.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/rtos/amazon-freertos/lib/include/semphr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/rtos/amazon-freertos/lib/include/semphr.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/rtos/amazon-freertos/lib/include/stream_buffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/rtos/amazon-freertos/lib/include/stream_buffer.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/rtos/amazon-freertos/lib/include/task.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/rtos/amazon-freertos/lib/include/task.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/rtos/amazon-freertos/lib/include/timers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/rtos/amazon-freertos/lib/include/timers.h -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/tools/cmake_toolchain_files/armgcc.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/tools/cmake_toolchain_files/armgcc.cmake -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/tools/cmake_toolchain_files/armgcc_force_cpp.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/tools/cmake_toolchain_files/armgcc_force_cpp.cmake -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/tools/cmake_toolchain_files/xcc.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/tools/cmake_toolchain_files/xcc.cmake -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/tools/imagetool/add_padding.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/tools/imagetool/add_padding.py -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/tools/imagetool/certif_es2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/tools/imagetool/certif_es2 -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/tools/imagetool/create_certificate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/tools/imagetool/create_certificate.py -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/tools/imagetool/create_key.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/tools/imagetool/create_key.py -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/tools/imagetool/dk6_iarpostbuild.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/tools/imagetool/dk6_iarpostbuild.bat -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/tools/imagetool/dk6_iarpostbuild_ssbl.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/tools/imagetool/dk6_iarpostbuild_ssbl.bat -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/tools/imagetool/dk6_image_tool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/tools/imagetool/dk6_image_tool.py -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/tools/imagetool/sign_images.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/tools/imagetool/sign_images.sh -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/tools/imagetool/test_es2_sign/cert.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/tools/imagetool/test_es2_sign/cert.bin -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/tools/imagetool/test_es2_sign/priv_key.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/tools/imagetool/test_es2_sign/priv_key.pem -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/tools/imagetool/testkey_es2.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/tools/imagetool/testkey_es2.pem -------------------------------------------------------------------------------- /ZLinky/SDK_2_6_4_JN5189DK6/tools/sniffer/Sniffer READ_ME.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/SDK_2_6_4_JN5189DK6/tools/sniffer/Sniffer READ_ME.txt -------------------------------------------------------------------------------- /ZLinky/Source/App_Linky.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/Source/App_Linky.c -------------------------------------------------------------------------------- /ZLinky/Source/App_Linky.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/Source/App_Linky.h -------------------------------------------------------------------------------- /ZLinky/Source/LixeeCluster.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/Source/LixeeCluster.c -------------------------------------------------------------------------------- /ZLinky/Source/LixeeCluster.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/Source/LixeeCluster.h -------------------------------------------------------------------------------- /ZLinky/Source/TuyaSpecific.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/Source/TuyaSpecific.c -------------------------------------------------------------------------------- /ZLinky/Source/TuyaSpecific.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/Source/TuyaSpecific.h -------------------------------------------------------------------------------- /ZLinky/Source/TuyaSpecificCommandHandler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/Source/TuyaSpecificCommandHandler.c -------------------------------------------------------------------------------- /ZLinky/Source/TuyaSpecificCommands.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/Source/TuyaSpecificCommands.c -------------------------------------------------------------------------------- /ZLinky/Source/TuyaSpecific_internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/Source/TuyaSpecific_internal.h -------------------------------------------------------------------------------- /ZLinky/Source/app_blink_led.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/Source/app_blink_led.c -------------------------------------------------------------------------------- /ZLinky/Source/app_blink_led.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/Source/app_blink_led.h -------------------------------------------------------------------------------- /ZLinky/Source/app_main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/Source/app_main.c -------------------------------------------------------------------------------- /ZLinky/Source/app_main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/Source/app_main.h -------------------------------------------------------------------------------- /ZLinky/Source/app_reporting.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/Source/app_reporting.c -------------------------------------------------------------------------------- /ZLinky/Source/app_reporting.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/Source/app_reporting.h -------------------------------------------------------------------------------- /ZLinky/Source/app_router_node.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/Source/app_router_node.c -------------------------------------------------------------------------------- /ZLinky/Source/app_router_node.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/Source/app_router_node.h -------------------------------------------------------------------------------- /ZLinky/Source/app_start.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/Source/app_start.c -------------------------------------------------------------------------------- /ZLinky/Source/app_zcl_task.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/Source/app_zcl_task.c -------------------------------------------------------------------------------- /ZLinky/Source/app_zcl_task.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/Source/app_zcl_task.h -------------------------------------------------------------------------------- /ZLinky/Source/bdb_options.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/Source/bdb_options.h -------------------------------------------------------------------------------- /ZLinky/Source/meter_identification.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/Source/meter_identification.c -------------------------------------------------------------------------------- /ZLinky/Source/meter_identification.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/Source/meter_identification.h -------------------------------------------------------------------------------- /ZLinky/Source/pdum_apdu.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/Source/pdum_apdu.S -------------------------------------------------------------------------------- /ZLinky/Source/pdum_gen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/Source/pdum_gen.c -------------------------------------------------------------------------------- /ZLinky/Source/pdum_gen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/Source/pdum_gen.h -------------------------------------------------------------------------------- /ZLinky/Source/zcl_options.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/Source/zcl_options.h -------------------------------------------------------------------------------- /ZLinky/Source/zps_gen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/Source/zps_gen.c -------------------------------------------------------------------------------- /ZLinky/Source/zps_gen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/ZLinky/Source/zps_gen.h -------------------------------------------------------------------------------- /mcux/.cproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/mcux/.cproject -------------------------------------------------------------------------------- /mcux/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/mcux/.project -------------------------------------------------------------------------------- /mcux/.settings/language.settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/mcux/.settings/language.settings.xml -------------------------------------------------------------------------------- /mcux/.settings/org.eclipse.cdt.codan.core.prefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/mcux/.settings/org.eclipse.cdt.codan.core.prefs -------------------------------------------------------------------------------- /mcux/.settings/org.eclipse.cdt.core.prefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/mcux/.settings/org.eclipse.cdt.core.prefs -------------------------------------------------------------------------------- /mcux/.settings/org.eclipse.ltk.core.refactoring.prefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/mcux/.settings/org.eclipse.ltk.core.refactoring.prefs -------------------------------------------------------------------------------- /mcux/Build/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/mcux/Build/Makefile -------------------------------------------------------------------------------- /mcux/part-support/JN5189_manifest_v3_5.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/mcux/part-support/JN5189_manifest_v3_5.xml -------------------------------------------------------------------------------- /mcux/part-support/devices/JN5189/mcuxpresso/JN5189_640K.cfx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/mcux/part-support/devices/JN5189/mcuxpresso/JN5189_640K.cfx -------------------------------------------------------------------------------- /mcux/part-support/docs/images/JN5189DK6.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/mcux/part-support/docs/images/JN5189DK6.gif -------------------------------------------------------------------------------- /mcux/part-support/docs/images/device.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fairecasoimeme/Zlinky_TIC/HEAD/mcux/part-support/docs/images/device.jpg --------------------------------------------------------------------------------