├── README.md ├── bcm63xx-ast-chan ├── LICENSE ├── asterisk-1.8-chan-bcm63xx-phone │ └── Makefile ├── asterisk-11-chan-bcm63xx-phone │ └── Makefile ├── asterisk-13-chan-bcm63xx-phone │ └── Makefile ├── bcm63xx-ast-chan.project ├── configs │ └── bcm63xx_phone.conf.sample └── src │ ├── callerid.c │ ├── callerid.h │ ├── chan_bcm63xx_phone.c │ ├── logger.h │ ├── tone_generation.c │ └── tone_generation.h ├── bcm63xx-phone-test ├── LICENSE ├── Makefile ├── bcm63xx-phone-debug.project ├── bcm63xx-phone-test.project ├── bcm63xx-phone-user.project ├── fake_kernel │ ├── fake_kernel.c │ ├── inc │ │ ├── extern │ │ │ ├── linux │ │ │ │ ├── atomic.h │ │ │ │ ├── barrier.h │ │ │ │ ├── bitops.h │ │ │ │ ├── clk.h │ │ │ │ ├── delay.h │ │ │ │ ├── dma-mapping.h │ │ │ │ ├── errno.h │ │ │ │ ├── file.h │ │ │ │ ├── jiffies.h │ │ │ │ ├── kernel.h │ │ │ │ ├── list.h │ │ │ │ ├── log2.h │ │ │ │ ├── mm.h │ │ │ │ ├── module.h │ │ │ │ ├── mutex.h │ │ │ │ ├── poll.h │ │ │ │ ├── sched.h │ │ │ │ ├── slab.h │ │ │ │ ├── spinlock.h │ │ │ │ ├── stddef.h │ │ │ │ ├── timer.h │ │ │ │ ├── uaccess.h │ │ │ │ ├── wait.h │ │ │ │ └── workqueue.h │ │ │ └── oslec.h │ │ ├── fake_kernel.h │ │ ├── fake_kernel_compile.h │ │ └── workqueue_internal.h │ ├── jiffies.c │ ├── mutex.c │ ├── timer.c │ ├── wait.c │ └── workqueue.c └── src │ ├── debug.c │ ├── demo-thanks.h │ ├── echo │ ├── echo.c │ ├── echo.h │ └── fir.h │ ├── main.c │ └── user.c ├── bcm63xx-phone ├── LICENSE ├── bcm63xx-phone-dahdi │ └── Makefile ├── bcm63xx-phone │ └── Makefile ├── patches │ ├── 14.07 │ │ └── 000-disable-spi-bcm63xx-module.patch │ ├── 15.05 │ │ └── 000-disable-spi-bcm63xx-module.patch │ ├── 17.01 │ │ ├── 000-disable-spi-bcm63xx-module.patch │ │ └── 001-add-fn-to-spi-bcm63xx-for-quick-transfer.patch │ └── 18.06 │ │ ├── 000-disable-spi-bcm63xx-module.patch │ │ └── 001-add-fn-to-spi-bcm63xx-for-quick-transfer.patch └── src │ ├── Makefile.src │ ├── board │ └── board.c │ ├── common.c │ ├── debug.c │ ├── extern │ └── zarlink │ │ ├── 2.24.0.lite │ │ ├── api_lib │ │ │ ├── common │ │ │ │ ├── vp_api_common.c │ │ │ │ ├── vp_api_config.c │ │ │ │ ├── vp_api_control.c │ │ │ │ ├── vp_api_init.c │ │ │ │ ├── vp_api_query.c │ │ │ │ ├── vp_api_test.c │ │ │ │ ├── vp_debug.c │ │ │ │ ├── vp_dtmf_detect.c │ │ │ │ ├── vp_pulse_decode.c │ │ │ │ └── vp_timer_queue.c │ │ │ ├── includes │ │ │ │ ├── vp580_api.h │ │ │ │ ├── vp790_api.h │ │ │ │ ├── vp880_api.h │ │ │ │ ├── vp886_api.h │ │ │ │ ├── vp890_api.h │ │ │ │ ├── vp_CSLAC_types.h │ │ │ │ ├── vp_adaptive_ringing.h │ │ │ │ ├── vp_api.h │ │ │ │ ├── vp_api_cfg.h │ │ │ │ ├── vp_api_cfg_int.h │ │ │ │ ├── vp_api_common.h │ │ │ │ ├── vp_api_dev_term.h │ │ │ │ ├── vp_api_event.h │ │ │ │ ├── vp_api_fxo_params.h │ │ │ │ ├── vp_api_int.h │ │ │ │ ├── vp_api_option.h │ │ │ │ ├── vp_api_test.h │ │ │ │ ├── vp_api_timer.h │ │ │ │ ├── vp_debug.h │ │ │ │ ├── vp_debug_colors.h │ │ │ │ ├── vp_debug_masks.h │ │ │ │ ├── vp_dtmf_detect.h │ │ │ │ ├── vp_pulse_decode.h │ │ │ │ └── vp_timer_queue.h │ │ │ ├── vp580_api │ │ │ │ ├── vp580_api_int.h │ │ │ │ ├── vp580_control.c │ │ │ │ ├── vp580_init.c │ │ │ │ └── vp580_query.c │ │ │ ├── vp790_api │ │ │ │ ├── vp790_api_int.h │ │ │ │ ├── vp790_control.c │ │ │ │ ├── vp790_init.c │ │ │ │ └── vp790_query.c │ │ │ ├── vp880_api │ │ │ │ ├── vp880_abs_calibration.c │ │ │ │ ├── vp880_api_int.h │ │ │ │ ├── vp880_calibration_common.c │ │ │ │ ├── vp880_control_common.c │ │ │ │ ├── vp880_fxo_control.c │ │ │ │ ├── vp880_fxs_control.c │ │ │ │ ├── vp880_init.c │ │ │ │ ├── vp880_linestate_control.c │ │ │ │ ├── vp880_lp_control.c │ │ │ │ ├── vp880_query.c │ │ │ │ └── vp880_tracker_calibration.c │ │ │ ├── vp886_api │ │ │ │ ├── vp886_adaptive_ringing.c │ │ │ │ ├── vp886_api_int.h │ │ │ │ ├── vp886_calibration_common.c │ │ │ │ ├── vp886_common.c │ │ │ │ ├── vp886_control.c │ │ │ │ ├── vp886_events.c │ │ │ │ ├── vp886_init.c │ │ │ │ ├── vp886_query.c │ │ │ │ ├── vp886_registers.h │ │ │ │ ├── vp886_slac.c │ │ │ │ └── vp886_timers.c │ │ │ └── vp890_api │ │ │ │ ├── vp890_apiCal.c │ │ │ │ ├── vp890_api_int.h │ │ │ │ ├── vp890_common.c │ │ │ │ ├── vp890_config.c │ │ │ │ ├── vp890_control.c │ │ │ │ ├── vp890_fxo_control.c │ │ │ │ ├── vp890_fxs_control.c │ │ │ │ ├── vp890_init.c │ │ │ │ ├── vp890_lp_control.c │ │ │ │ └── vp890_query.c │ │ ├── apps │ │ │ ├── VE880_initialization │ │ │ │ ├── VE880_ABS_profiles.c │ │ │ │ ├── VE880_ABS_profiles.h │ │ │ │ ├── VE880_FB_profiles.c │ │ │ │ ├── VE880_FB_profiles.h │ │ │ │ ├── VE880_IB_profiles.c │ │ │ │ ├── VE880_IB_profiles.h │ │ │ │ └── VE880_initialization.c │ │ │ ├── VE880_line_test │ │ │ │ ├── VE880_ABS_profiles.c │ │ │ │ ├── VE880_ABS_profiles.h │ │ │ │ ├── VE880_FB_profiles.c │ │ │ │ ├── VE880_FB_profiles.h │ │ │ │ ├── VE880_IB_profiles.c │ │ │ │ ├── VE880_IB_profiles.h │ │ │ │ └── VE880_line_test.c │ │ │ ├── VE890_initialization_1FXS │ │ │ │ ├── Le71HR8927G_100V_IB_Profile.c │ │ │ │ ├── Le71HR8927G_100V_IB_Profile.h │ │ │ │ └── VE890_initialization.c │ │ │ ├── VE890_initialization_1FXS_1FXO │ │ │ │ ├── Le71HR8923_profiles.c │ │ │ │ ├── Le71HR8923_profiles.h │ │ │ │ └── VE890_initialization.c │ │ │ ├── ZL880_initialization │ │ │ │ ├── ZL880_initialization.c │ │ │ │ ├── ZLR88621L_ABS_profiles.c │ │ │ │ ├── ZLR88621L_ABS_profiles.h │ │ │ │ ├── ZLR88721L_FB_profiles.c │ │ │ │ ├── ZLR88721L_FB_profiles.h │ │ │ │ ├── ZLR88722L_IB_profiles.c │ │ │ │ └── ZLR88722L_IB_profiles.h │ │ │ ├── ZL880_line_test │ │ │ │ ├── ZL880_line_test.c │ │ │ │ ├── ZLR88621L_ABS_profiles.c │ │ │ │ ├── ZLR88621L_ABS_profiles.h │ │ │ │ ├── ZLR88721L_FB_profiles.c │ │ │ │ ├── ZLR88721L_FB_profiles.h │ │ │ │ ├── ZLR88722L_IB_profiles.c │ │ │ │ └── ZLR88722L_IB_profiles.h │ │ │ └── common │ │ │ │ ├── sdk_qs_board.c │ │ │ │ ├── sdk_qs_board.h │ │ │ │ ├── sdk_qs_pin_ctrl.c │ │ │ │ ├── sdk_qs_pin_ctrl.h │ │ │ │ ├── sdk_qs_utils.c │ │ │ │ └── sdk_qs_utils.h │ │ ├── arch │ │ │ ├── examples │ │ │ │ ├── hbi_hal.h │ │ │ │ ├── mpi_hal.h │ │ │ │ ├── sys_service.c │ │ │ │ ├── sys_service.h │ │ │ │ ├── vp_api_profile_type.h │ │ │ │ ├── vp_api_types.h │ │ │ │ ├── vp_hal.c │ │ │ │ └── vp_hal.h │ │ │ └── ztap │ │ │ │ ├── kernel │ │ │ │ ├── hbi_hal.h │ │ │ │ ├── mpi_hal.h │ │ │ │ ├── sys_service.c │ │ │ │ ├── sys_service.h │ │ │ │ ├── vp_api_profile_type.h │ │ │ │ ├── vp_api_types.h │ │ │ │ ├── vp_firmware.c │ │ │ │ ├── vp_firmware.h │ │ │ │ ├── vp_hal.c │ │ │ │ └── vp_hal.h │ │ │ │ └── userspace │ │ │ │ ├── hbi_hal.h │ │ │ │ ├── mpi_hal.h │ │ │ │ ├── sys_service.c │ │ │ │ ├── sys_service.h │ │ │ │ ├── vp_api_profile_type.h │ │ │ │ ├── vp_api_types.h │ │ │ │ ├── vp_hal.c │ │ │ │ └── vp_hal.h │ │ ├── coefficient_sets │ │ │ ├── VE880 │ │ │ │ ├── VE880_ABS100V_PCM │ │ │ │ │ ├── VE880_ABS100V_LITE_NB_PCM.vpw │ │ │ │ │ └── VE880_ABS100V_LITE_WB_PCM.vpw │ │ │ │ ├── VE880_ABS100V_ZSI │ │ │ │ │ ├── VE880_ABS100V_LITE_NB_ZSI.vpw │ │ │ │ │ └── VE880_ABS100V_LITE_WB_ZSI.vpw │ │ │ │ ├── VE880_Tracker_FB100V_PCM │ │ │ │ │ ├── VE880_Tracker_FB100V_LITE_NB_PCM.vpw │ │ │ │ │ └── VE880_Tracker_FB100V_LITE_WB_PCM.vpw │ │ │ │ ├── VE880_Tracker_FB100V_ZSI │ │ │ │ │ ├── VE880_Tracker_FB100V_LITE_NB_ZSI.vpw │ │ │ │ │ └── VE880_Tracker_FB100V_LITE_WB_ZSI.vpw │ │ │ │ ├── VE880_Tracker_FB150V_PCM │ │ │ │ │ ├── VE880_Tracker_FB150V_LITE_NB_PCM.vpw │ │ │ │ │ └── VE880_Tracker_FB150V_LITE_WB_PCM.vpw │ │ │ │ ├── VE880_Tracker_FB150V_ZSI │ │ │ │ │ ├── VE880_Tracker_FB150V_LITE_NB_ZSI.vpw │ │ │ │ │ └── VE880_Tracker_FB150V_LITE_WB_ZSI.vpw │ │ │ │ ├── VE880_Tracker_IB100V_PCM │ │ │ │ │ ├── VE880_Tracker_IB100V_LITE_NB_PCM.vpw │ │ │ │ │ └── VE880_Tracker_IB100V_LITE_WB_PCM.vpw │ │ │ │ ├── VE880_Tracker_IB100V_ZSI │ │ │ │ │ ├── VE880_Tracker_IB100V_LITE_NB_ZSI.vpw │ │ │ │ │ └── VE880_Tracker_IB100V_LITE_WB_ZSI.vpw │ │ │ │ ├── VE880_Tracker_IB150V_PCM │ │ │ │ │ ├── VE880_Tracker_IB150V_LITE_NB_PCM.vpw │ │ │ │ │ └── VE880_Tracker_IB150V_LITE_WB_PCM.vpw │ │ │ │ └── VE880_Tracker_IB150V_ZSI │ │ │ │ │ ├── VE880_Tracker_IB150V_LITE_NB_ZSI.vpw │ │ │ │ │ └── VE880_Tracker_IB150V_LITE_WB_ZSI.vpw │ │ │ ├── VE890 │ │ │ │ ├── VE8901 │ │ │ │ │ └── VE8901_LITE_NB.vpw │ │ │ │ ├── VE8910HV_FB150V │ │ │ │ │ ├── VE8910HV_FB150V_LITE_NB.vpw │ │ │ │ │ └── VE8910HV_FB150V_LITE_WB.vpw │ │ │ │ ├── VE8910HV_IB150V │ │ │ │ │ ├── VE8910HV_IB150V_LITE_NB.vpw │ │ │ │ │ └── VE8910HV_IB150V_LITE_WB.vpw │ │ │ │ ├── VE8910_BB100V │ │ │ │ │ ├── VE8910_BB100V_LITE_NB.vpw │ │ │ │ │ └── VE8910_BB100V_LITE_WB.vpw │ │ │ │ ├── VE8910_FB100V │ │ │ │ │ ├── VE8910_FB100V_LITE_NB.vpw │ │ │ │ │ └── VE8910_FB100V_LITE_WB.vpw │ │ │ │ ├── VE8910_IB100V │ │ │ │ │ ├── VE8910_IB100V_LITE_NB.vpw │ │ │ │ │ └── VE8910_IB100V_LITE_WB.vpw │ │ │ │ ├── VE8911HV_FB150V │ │ │ │ │ ├── VE8911HV_FB150V_LITE_NB.vpw │ │ │ │ │ └── VE8911HV_FB150V_LITE_WB.vpw │ │ │ │ ├── VE8911HV_IB150V │ │ │ │ │ ├── VE8911HV_IB150V_LITE_NB.vpw │ │ │ │ │ └── VE8911HV_IB150V_LITE_WB.vpw │ │ │ │ ├── VE8911_BB100V │ │ │ │ │ ├── VE8911_BB100V_LITE_NB.vpw │ │ │ │ │ └── VE8911_BB100V_LITE_WB.vpw │ │ │ │ ├── VE8911_FB100V │ │ │ │ │ ├── VE8911_FB100V_LITE_NB.vpw │ │ │ │ │ └── VE8911_FB100V_LITE_WB.vpw │ │ │ │ └── VE8911_IB100V │ │ │ │ │ ├── VE8911_IB100V_LITE_NB.vpw │ │ │ │ │ └── VE8911_IB100V_LITE_WB.vpw │ │ │ ├── ZL880 │ │ │ │ ├── ZLR88621_ABS │ │ │ │ │ ├── ZLR88621H_SM2_LITE.vpw │ │ │ │ │ └── ZLR88621L_SM2_LITE.vpw │ │ │ │ ├── ZLR88721_Tracker_FB │ │ │ │ │ ├── ZLR88721H_SM2_LITE.vpw │ │ │ │ │ └── ZLR88721L_SM2_LITE.vpw │ │ │ │ ├── ZLR88722_Tracker_IB │ │ │ │ │ └── ZLR88722L_SM2_LITE.vpw │ │ │ │ ├── ZLR88821_Shared_Tracker │ │ │ │ │ └── ZLR88821_SM2_LITE.vpw │ │ │ │ └── ZLR88822_BB_ABS │ │ │ │ │ └── ZLR88822_SM2_LITE.vpw │ │ │ └── miSLIC │ │ │ │ ├── ZLR96621_ABS │ │ │ │ └── ZLR96621L_SM2_LITE.vpw │ │ │ │ ├── ZLR96622_BB_ABS │ │ │ │ └── ZLR96622_SM2_LITE.vpw │ │ │ │ ├── ZLR96721_Tracker_FB │ │ │ │ └── ZLR96721H_SM2_LITE.vpw │ │ │ │ └── ZLR96722_Tracker_IB │ │ │ │ └── ZLR96722L_SM2_LITE.vpw │ │ ├── documents │ │ │ ├── VP_API_II_An_Applications_Perspective_Rev1.pdf │ │ │ ├── VP_Api_CSLAC_Rev20.pdf │ │ │ └── VP_Api_ZL880-miSLIC_Rev8.pdf │ │ └── release_notes │ │ │ ├── EN_LE71SDKAPIL-P2.24.0.pdf │ │ │ └── ReadMeFirst.txt │ │ ├── Le88221-241.pdf │ │ ├── Le88266-286.pdf │ │ ├── arch │ │ └── bcm63xx │ │ │ ├── hbi_hal.h │ │ │ ├── mpi_hal.h │ │ │ ├── sys_service.c │ │ │ ├── sys_service.h │ │ │ ├── vp_api_profile_type.h │ │ │ ├── vp_api_types.h │ │ │ ├── vp_hal.c │ │ │ └── vp_hal.h │ │ └── readme.txt │ ├── inc │ ├── bcm63xx.h │ ├── bcm63xx_line_state.c │ ├── bcm63xx_line_state.h │ ├── bcm63xx_log.h │ ├── bcm63xx_phone.h │ ├── bcm63xx_ring_buf.c │ ├── bcm63xx_ring_buf.h │ ├── board.h │ ├── compile.h │ ├── config.h │ ├── countryArchive.h │ ├── extern │ │ ├── linux │ │ │ ├── atomic.h │ │ │ ├── barrier.h │ │ │ ├── bitops.h │ │ │ ├── clk.h │ │ │ ├── delay.h │ │ │ ├── dma-mapping.h │ │ │ ├── errno.h │ │ │ ├── file.h │ │ │ ├── jiffies.h │ │ │ ├── kernel.h │ │ │ ├── list.h │ │ │ ├── log2.h │ │ │ ├── mm.h │ │ │ ├── module.h │ │ │ ├── mutex.h │ │ │ ├── poll.h │ │ │ ├── sched.h │ │ │ ├── slab.h │ │ │ ├── spinlock.h │ │ │ ├── stddef.h │ │ │ ├── timer.h │ │ │ ├── types.h │ │ │ ├── uaccess.h │ │ │ ├── wait.h │ │ │ └── workqueue.h │ │ └── oslec.h │ ├── macros.h │ ├── mpi.h │ ├── mutex.h │ ├── pcm.h │ ├── phone.h │ ├── phone_mgr.h │ ├── timer.h │ ├── utils.h │ └── wait_queue.h │ ├── main.c │ ├── main.h │ ├── main_dahdi.c │ ├── main_driver.c │ ├── make_nohw.sh │ ├── mpi │ └── mpi.c │ ├── pcm │ └── pcm.c │ ├── phone │ ├── phone.c │ ├── phone_mgr.c │ └── zarlink │ │ ├── le88221 │ │ ├── slic_le88221.c │ │ └── slic_le88221.h │ │ ├── le88266 │ │ ├── slic_le88266.c │ │ └── slic_le88266.h │ │ ├── profiles │ │ ├── VE880_ABS100V_LITE_NB_PCM_Rev2_8.c │ │ ├── VE880_ABS100V_LITE_NB_PCM_Rev2_8.h │ │ ├── VE880_ABS100V_LITE_NB_PCM_Rev2_8.vpw │ │ ├── VE880_ABS100V_LITE_WB_PCM_Rev2_8.c │ │ ├── VE880_ABS100V_LITE_WB_PCM_Rev2_8.h │ │ ├── VE880_ABS100V_LITE_WB_PCM_Rev2_8.vpw │ │ ├── profiles_common.c │ │ ├── profiles_common.h │ │ ├── profiles_common.vpw │ │ └── readme.txt │ │ ├── zarlink_common.c │ │ └── zarlink_common.h │ ├── timer │ └── timer.c │ └── wait_queue │ └── wait_queue.c └── documents ├── V.23-1988.pdf ├── en_30065901v010301p_on_hook_data_transmission.pdf ├── en_30065902v010301o_off_hook_data_transmission.pdf ├── en_30065903v010301o_data_codings.pdf ├── es_20123501v010101m_dtmf_general.pdf ├── es_20123502v010101p_dtmf_transmitter.pdf ├── es_20123503v010301m_dtmf_receiver.pdf └── es_20123504v010201m_dtmf_transmitter_and_receiver.pdf /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/README.md -------------------------------------------------------------------------------- /bcm63xx-ast-chan/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-ast-chan/LICENSE -------------------------------------------------------------------------------- /bcm63xx-ast-chan/asterisk-1.8-chan-bcm63xx-phone/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-ast-chan/asterisk-1.8-chan-bcm63xx-phone/Makefile -------------------------------------------------------------------------------- /bcm63xx-ast-chan/asterisk-11-chan-bcm63xx-phone/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-ast-chan/asterisk-11-chan-bcm63xx-phone/Makefile -------------------------------------------------------------------------------- /bcm63xx-ast-chan/asterisk-13-chan-bcm63xx-phone/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-ast-chan/asterisk-13-chan-bcm63xx-phone/Makefile -------------------------------------------------------------------------------- /bcm63xx-ast-chan/bcm63xx-ast-chan.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-ast-chan/bcm63xx-ast-chan.project -------------------------------------------------------------------------------- /bcm63xx-ast-chan/configs/bcm63xx_phone.conf.sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-ast-chan/configs/bcm63xx_phone.conf.sample -------------------------------------------------------------------------------- /bcm63xx-ast-chan/src/callerid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-ast-chan/src/callerid.c -------------------------------------------------------------------------------- /bcm63xx-ast-chan/src/callerid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-ast-chan/src/callerid.h -------------------------------------------------------------------------------- /bcm63xx-ast-chan/src/chan_bcm63xx_phone.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-ast-chan/src/chan_bcm63xx_phone.c -------------------------------------------------------------------------------- /bcm63xx-ast-chan/src/logger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-ast-chan/src/logger.h -------------------------------------------------------------------------------- /bcm63xx-ast-chan/src/tone_generation.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-ast-chan/src/tone_generation.c -------------------------------------------------------------------------------- /bcm63xx-ast-chan/src/tone_generation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-ast-chan/src/tone_generation.h -------------------------------------------------------------------------------- /bcm63xx-phone-test/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone-test/LICENSE -------------------------------------------------------------------------------- /bcm63xx-phone-test/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone-test/Makefile -------------------------------------------------------------------------------- /bcm63xx-phone-test/bcm63xx-phone-debug.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone-test/bcm63xx-phone-debug.project -------------------------------------------------------------------------------- /bcm63xx-phone-test/bcm63xx-phone-test.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone-test/bcm63xx-phone-test.project -------------------------------------------------------------------------------- /bcm63xx-phone-test/bcm63xx-phone-user.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone-test/bcm63xx-phone-user.project -------------------------------------------------------------------------------- /bcm63xx-phone-test/fake_kernel/fake_kernel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone-test/fake_kernel/fake_kernel.c -------------------------------------------------------------------------------- /bcm63xx-phone-test/fake_kernel/inc/extern/linux/atomic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone-test/fake_kernel/inc/extern/linux/atomic.h -------------------------------------------------------------------------------- /bcm63xx-phone-test/fake_kernel/inc/extern/linux/barrier.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone-test/fake_kernel/inc/extern/linux/barrier.h -------------------------------------------------------------------------------- /bcm63xx-phone-test/fake_kernel/inc/extern/linux/bitops.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone-test/fake_kernel/inc/extern/linux/bitops.h -------------------------------------------------------------------------------- /bcm63xx-phone-test/fake_kernel/inc/extern/linux/clk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone-test/fake_kernel/inc/extern/linux/clk.h -------------------------------------------------------------------------------- /bcm63xx-phone-test/fake_kernel/inc/extern/linux/delay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone-test/fake_kernel/inc/extern/linux/delay.h -------------------------------------------------------------------------------- /bcm63xx-phone-test/fake_kernel/inc/extern/linux/dma-mapping.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone-test/fake_kernel/inc/extern/linux/dma-mapping.h -------------------------------------------------------------------------------- /bcm63xx-phone-test/fake_kernel/inc/extern/linux/errno.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone-test/fake_kernel/inc/extern/linux/errno.h -------------------------------------------------------------------------------- /bcm63xx-phone-test/fake_kernel/inc/extern/linux/file.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone-test/fake_kernel/inc/extern/linux/file.h -------------------------------------------------------------------------------- /bcm63xx-phone-test/fake_kernel/inc/extern/linux/jiffies.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone-test/fake_kernel/inc/extern/linux/jiffies.h -------------------------------------------------------------------------------- /bcm63xx-phone-test/fake_kernel/inc/extern/linux/kernel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone-test/fake_kernel/inc/extern/linux/kernel.h -------------------------------------------------------------------------------- /bcm63xx-phone-test/fake_kernel/inc/extern/linux/list.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone-test/fake_kernel/inc/extern/linux/list.h -------------------------------------------------------------------------------- /bcm63xx-phone-test/fake_kernel/inc/extern/linux/log2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone-test/fake_kernel/inc/extern/linux/log2.h -------------------------------------------------------------------------------- /bcm63xx-phone-test/fake_kernel/inc/extern/linux/mm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone-test/fake_kernel/inc/extern/linux/mm.h -------------------------------------------------------------------------------- /bcm63xx-phone-test/fake_kernel/inc/extern/linux/module.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone-test/fake_kernel/inc/extern/linux/module.h -------------------------------------------------------------------------------- /bcm63xx-phone-test/fake_kernel/inc/extern/linux/mutex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone-test/fake_kernel/inc/extern/linux/mutex.h -------------------------------------------------------------------------------- /bcm63xx-phone-test/fake_kernel/inc/extern/linux/poll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone-test/fake_kernel/inc/extern/linux/poll.h -------------------------------------------------------------------------------- /bcm63xx-phone-test/fake_kernel/inc/extern/linux/sched.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone-test/fake_kernel/inc/extern/linux/sched.h -------------------------------------------------------------------------------- /bcm63xx-phone-test/fake_kernel/inc/extern/linux/slab.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone-test/fake_kernel/inc/extern/linux/slab.h -------------------------------------------------------------------------------- /bcm63xx-phone-test/fake_kernel/inc/extern/linux/spinlock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone-test/fake_kernel/inc/extern/linux/spinlock.h -------------------------------------------------------------------------------- /bcm63xx-phone-test/fake_kernel/inc/extern/linux/stddef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone-test/fake_kernel/inc/extern/linux/stddef.h -------------------------------------------------------------------------------- /bcm63xx-phone-test/fake_kernel/inc/extern/linux/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone-test/fake_kernel/inc/extern/linux/timer.h -------------------------------------------------------------------------------- /bcm63xx-phone-test/fake_kernel/inc/extern/linux/uaccess.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone-test/fake_kernel/inc/extern/linux/uaccess.h -------------------------------------------------------------------------------- /bcm63xx-phone-test/fake_kernel/inc/extern/linux/wait.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone-test/fake_kernel/inc/extern/linux/wait.h -------------------------------------------------------------------------------- /bcm63xx-phone-test/fake_kernel/inc/extern/linux/workqueue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone-test/fake_kernel/inc/extern/linux/workqueue.h -------------------------------------------------------------------------------- /bcm63xx-phone-test/fake_kernel/inc/extern/oslec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone-test/fake_kernel/inc/extern/oslec.h -------------------------------------------------------------------------------- /bcm63xx-phone-test/fake_kernel/inc/fake_kernel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone-test/fake_kernel/inc/fake_kernel.h -------------------------------------------------------------------------------- /bcm63xx-phone-test/fake_kernel/inc/fake_kernel_compile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone-test/fake_kernel/inc/fake_kernel_compile.h -------------------------------------------------------------------------------- /bcm63xx-phone-test/fake_kernel/inc/workqueue_internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone-test/fake_kernel/inc/workqueue_internal.h -------------------------------------------------------------------------------- /bcm63xx-phone-test/fake_kernel/jiffies.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone-test/fake_kernel/jiffies.c -------------------------------------------------------------------------------- /bcm63xx-phone-test/fake_kernel/mutex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone-test/fake_kernel/mutex.c -------------------------------------------------------------------------------- /bcm63xx-phone-test/fake_kernel/timer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone-test/fake_kernel/timer.c -------------------------------------------------------------------------------- /bcm63xx-phone-test/fake_kernel/wait.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone-test/fake_kernel/wait.c -------------------------------------------------------------------------------- /bcm63xx-phone-test/fake_kernel/workqueue.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone-test/fake_kernel/workqueue.c -------------------------------------------------------------------------------- /bcm63xx-phone-test/src/debug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone-test/src/debug.c -------------------------------------------------------------------------------- /bcm63xx-phone-test/src/demo-thanks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone-test/src/demo-thanks.h -------------------------------------------------------------------------------- /bcm63xx-phone-test/src/echo/echo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone-test/src/echo/echo.c -------------------------------------------------------------------------------- /bcm63xx-phone-test/src/echo/echo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone-test/src/echo/echo.h -------------------------------------------------------------------------------- /bcm63xx-phone-test/src/echo/fir.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone-test/src/echo/fir.h -------------------------------------------------------------------------------- /bcm63xx-phone-test/src/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone-test/src/main.c -------------------------------------------------------------------------------- /bcm63xx-phone-test/src/user.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone-test/src/user.c -------------------------------------------------------------------------------- /bcm63xx-phone/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/LICENSE -------------------------------------------------------------------------------- /bcm63xx-phone/bcm63xx-phone-dahdi/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/bcm63xx-phone-dahdi/Makefile -------------------------------------------------------------------------------- /bcm63xx-phone/bcm63xx-phone/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/bcm63xx-phone/Makefile -------------------------------------------------------------------------------- /bcm63xx-phone/patches/14.07/000-disable-spi-bcm63xx-module.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/patches/14.07/000-disable-spi-bcm63xx-module.patch -------------------------------------------------------------------------------- /bcm63xx-phone/patches/15.05/000-disable-spi-bcm63xx-module.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/patches/15.05/000-disable-spi-bcm63xx-module.patch -------------------------------------------------------------------------------- /bcm63xx-phone/patches/17.01/000-disable-spi-bcm63xx-module.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/patches/17.01/000-disable-spi-bcm63xx-module.patch -------------------------------------------------------------------------------- /bcm63xx-phone/patches/17.01/001-add-fn-to-spi-bcm63xx-for-quick-transfer.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/patches/17.01/001-add-fn-to-spi-bcm63xx-for-quick-transfer.patch -------------------------------------------------------------------------------- /bcm63xx-phone/patches/18.06/000-disable-spi-bcm63xx-module.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/patches/18.06/000-disable-spi-bcm63xx-module.patch -------------------------------------------------------------------------------- /bcm63xx-phone/patches/18.06/001-add-fn-to-spi-bcm63xx-for-quick-transfer.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/patches/18.06/001-add-fn-to-spi-bcm63xx-for-quick-transfer.patch -------------------------------------------------------------------------------- /bcm63xx-phone/src/Makefile.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/Makefile.src -------------------------------------------------------------------------------- /bcm63xx-phone/src/board/board.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/board/board.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/common.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/common.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/debug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/debug.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/common/vp_api_common.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/common/vp_api_common.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/common/vp_api_config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/common/vp_api_config.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/common/vp_api_control.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/common/vp_api_control.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/common/vp_api_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/common/vp_api_init.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/common/vp_api_query.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/common/vp_api_query.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/common/vp_api_test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/common/vp_api_test.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/common/vp_debug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/common/vp_debug.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/common/vp_dtmf_detect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/common/vp_dtmf_detect.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/common/vp_pulse_decode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/common/vp_pulse_decode.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/common/vp_timer_queue.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/common/vp_timer_queue.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/includes/vp580_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/includes/vp580_api.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/includes/vp790_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/includes/vp790_api.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/includes/vp880_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/includes/vp880_api.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/includes/vp886_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/includes/vp886_api.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/includes/vp890_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/includes/vp890_api.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/includes/vp_CSLAC_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/includes/vp_CSLAC_types.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/includes/vp_adaptive_ringing.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/includes/vp_adaptive_ringing.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/includes/vp_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/includes/vp_api.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/includes/vp_api_cfg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/includes/vp_api_cfg.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/includes/vp_api_cfg_int.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/includes/vp_api_cfg_int.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/includes/vp_api_common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/includes/vp_api_common.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/includes/vp_api_dev_term.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/includes/vp_api_dev_term.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/includes/vp_api_event.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/includes/vp_api_event.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/includes/vp_api_fxo_params.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/includes/vp_api_fxo_params.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/includes/vp_api_int.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/includes/vp_api_int.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/includes/vp_api_option.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/includes/vp_api_option.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/includes/vp_api_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/includes/vp_api_test.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/includes/vp_api_timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/includes/vp_api_timer.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/includes/vp_debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/includes/vp_debug.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/includes/vp_debug_colors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/includes/vp_debug_colors.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/includes/vp_debug_masks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/includes/vp_debug_masks.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/includes/vp_dtmf_detect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/includes/vp_dtmf_detect.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/includes/vp_pulse_decode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/includes/vp_pulse_decode.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/includes/vp_timer_queue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/includes/vp_timer_queue.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp580_api/vp580_api_int.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp580_api/vp580_api_int.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp580_api/vp580_control.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp580_api/vp580_control.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp580_api/vp580_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp580_api/vp580_init.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp580_api/vp580_query.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp580_api/vp580_query.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp790_api/vp790_api_int.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp790_api/vp790_api_int.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp790_api/vp790_control.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp790_api/vp790_control.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp790_api/vp790_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp790_api/vp790_init.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp790_api/vp790_query.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp790_api/vp790_query.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp880_api/vp880_abs_calibration.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp880_api/vp880_abs_calibration.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp880_api/vp880_api_int.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp880_api/vp880_api_int.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp880_api/vp880_calibration_common.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp880_api/vp880_calibration_common.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp880_api/vp880_control_common.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp880_api/vp880_control_common.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp880_api/vp880_fxo_control.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp880_api/vp880_fxo_control.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp880_api/vp880_fxs_control.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp880_api/vp880_fxs_control.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp880_api/vp880_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp880_api/vp880_init.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp880_api/vp880_linestate_control.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp880_api/vp880_linestate_control.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp880_api/vp880_lp_control.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp880_api/vp880_lp_control.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp880_api/vp880_query.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp880_api/vp880_query.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp880_api/vp880_tracker_calibration.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp880_api/vp880_tracker_calibration.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp886_api/vp886_adaptive_ringing.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp886_api/vp886_adaptive_ringing.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp886_api/vp886_api_int.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp886_api/vp886_api_int.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp886_api/vp886_calibration_common.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp886_api/vp886_calibration_common.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp886_api/vp886_common.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp886_api/vp886_common.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp886_api/vp886_control.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp886_api/vp886_control.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp886_api/vp886_events.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp886_api/vp886_events.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp886_api/vp886_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp886_api/vp886_init.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp886_api/vp886_query.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp886_api/vp886_query.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp886_api/vp886_registers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp886_api/vp886_registers.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp886_api/vp886_slac.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp886_api/vp886_slac.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp886_api/vp886_timers.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp886_api/vp886_timers.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp890_api/vp890_apiCal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp890_api/vp890_apiCal.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp890_api/vp890_api_int.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp890_api/vp890_api_int.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp890_api/vp890_common.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp890_api/vp890_common.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp890_api/vp890_config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp890_api/vp890_config.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp890_api/vp890_control.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp890_api/vp890_control.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp890_api/vp890_fxo_control.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp890_api/vp890_fxo_control.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp890_api/vp890_fxs_control.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp890_api/vp890_fxs_control.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp890_api/vp890_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp890_api/vp890_init.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp890_api/vp890_lp_control.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp890_api/vp890_lp_control.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp890_api/vp890_query.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/api_lib/vp890_api/vp890_query.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/VE880_initialization/VE880_ABS_profiles.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/VE880_initialization/VE880_ABS_profiles.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/VE880_initialization/VE880_ABS_profiles.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/VE880_initialization/VE880_ABS_profiles.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/VE880_initialization/VE880_FB_profiles.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/VE880_initialization/VE880_FB_profiles.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/VE880_initialization/VE880_FB_profiles.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/VE880_initialization/VE880_FB_profiles.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/VE880_initialization/VE880_IB_profiles.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/VE880_initialization/VE880_IB_profiles.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/VE880_initialization/VE880_IB_profiles.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/VE880_initialization/VE880_IB_profiles.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/VE880_initialization/VE880_initialization.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/VE880_initialization/VE880_initialization.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/VE880_line_test/VE880_ABS_profiles.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/VE880_line_test/VE880_ABS_profiles.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/VE880_line_test/VE880_ABS_profiles.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/VE880_line_test/VE880_ABS_profiles.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/VE880_line_test/VE880_FB_profiles.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/VE880_line_test/VE880_FB_profiles.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/VE880_line_test/VE880_FB_profiles.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/VE880_line_test/VE880_FB_profiles.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/VE880_line_test/VE880_IB_profiles.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/VE880_line_test/VE880_IB_profiles.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/VE880_line_test/VE880_IB_profiles.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/VE880_line_test/VE880_IB_profiles.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/VE880_line_test/VE880_line_test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/VE880_line_test/VE880_line_test.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/VE890_initialization_1FXS/Le71HR8927G_100V_IB_Profile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/VE890_initialization_1FXS/Le71HR8927G_100V_IB_Profile.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/VE890_initialization_1FXS/Le71HR8927G_100V_IB_Profile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/VE890_initialization_1FXS/Le71HR8927G_100V_IB_Profile.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/VE890_initialization_1FXS/VE890_initialization.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/VE890_initialization_1FXS/VE890_initialization.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/VE890_initialization_1FXS_1FXO/Le71HR8923_profiles.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/VE890_initialization_1FXS_1FXO/Le71HR8923_profiles.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/VE890_initialization_1FXS_1FXO/Le71HR8923_profiles.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/VE890_initialization_1FXS_1FXO/Le71HR8923_profiles.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/VE890_initialization_1FXS_1FXO/VE890_initialization.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/VE890_initialization_1FXS_1FXO/VE890_initialization.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/ZL880_initialization/ZL880_initialization.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/ZL880_initialization/ZL880_initialization.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/ZL880_initialization/ZLR88621L_ABS_profiles.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/ZL880_initialization/ZLR88621L_ABS_profiles.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/ZL880_initialization/ZLR88621L_ABS_profiles.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/ZL880_initialization/ZLR88621L_ABS_profiles.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/ZL880_initialization/ZLR88721L_FB_profiles.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/ZL880_initialization/ZLR88721L_FB_profiles.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/ZL880_initialization/ZLR88721L_FB_profiles.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/ZL880_initialization/ZLR88721L_FB_profiles.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/ZL880_initialization/ZLR88722L_IB_profiles.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/ZL880_initialization/ZLR88722L_IB_profiles.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/ZL880_initialization/ZLR88722L_IB_profiles.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/ZL880_initialization/ZLR88722L_IB_profiles.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/ZL880_line_test/ZL880_line_test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/ZL880_line_test/ZL880_line_test.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/ZL880_line_test/ZLR88621L_ABS_profiles.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/ZL880_line_test/ZLR88621L_ABS_profiles.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/ZL880_line_test/ZLR88621L_ABS_profiles.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/ZL880_line_test/ZLR88621L_ABS_profiles.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/ZL880_line_test/ZLR88721L_FB_profiles.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/ZL880_line_test/ZLR88721L_FB_profiles.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/ZL880_line_test/ZLR88721L_FB_profiles.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/ZL880_line_test/ZLR88721L_FB_profiles.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/ZL880_line_test/ZLR88722L_IB_profiles.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/ZL880_line_test/ZLR88722L_IB_profiles.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/ZL880_line_test/ZLR88722L_IB_profiles.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/ZL880_line_test/ZLR88722L_IB_profiles.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/common/sdk_qs_board.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/common/sdk_qs_board.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/common/sdk_qs_board.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/common/sdk_qs_board.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/common/sdk_qs_pin_ctrl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/common/sdk_qs_pin_ctrl.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/common/sdk_qs_pin_ctrl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/common/sdk_qs_pin_ctrl.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/common/sdk_qs_utils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/common/sdk_qs_utils.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/common/sdk_qs_utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/apps/common/sdk_qs_utils.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/arch/examples/hbi_hal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/arch/examples/hbi_hal.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/arch/examples/mpi_hal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/arch/examples/mpi_hal.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/arch/examples/sys_service.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/arch/examples/sys_service.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/arch/examples/sys_service.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/arch/examples/sys_service.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/arch/examples/vp_api_profile_type.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/arch/examples/vp_api_profile_type.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/arch/examples/vp_api_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/arch/examples/vp_api_types.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/arch/examples/vp_hal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/arch/examples/vp_hal.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/arch/examples/vp_hal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/arch/examples/vp_hal.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/arch/ztap/kernel/hbi_hal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/arch/ztap/kernel/hbi_hal.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/arch/ztap/kernel/mpi_hal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/arch/ztap/kernel/mpi_hal.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/arch/ztap/kernel/sys_service.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/arch/ztap/kernel/sys_service.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/arch/ztap/kernel/sys_service.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/arch/ztap/kernel/sys_service.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/arch/ztap/kernel/vp_api_profile_type.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/arch/ztap/kernel/vp_api_profile_type.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/arch/ztap/kernel/vp_api_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/arch/ztap/kernel/vp_api_types.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/arch/ztap/kernel/vp_firmware.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/arch/ztap/kernel/vp_firmware.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/arch/ztap/kernel/vp_firmware.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/arch/ztap/kernel/vp_firmware.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/arch/ztap/kernel/vp_hal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/arch/ztap/kernel/vp_hal.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/arch/ztap/kernel/vp_hal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/arch/ztap/kernel/vp_hal.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/arch/ztap/userspace/hbi_hal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/arch/ztap/userspace/hbi_hal.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/arch/ztap/userspace/mpi_hal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/arch/ztap/userspace/mpi_hal.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/arch/ztap/userspace/sys_service.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/arch/ztap/userspace/sys_service.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/arch/ztap/userspace/sys_service.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/arch/ztap/userspace/sys_service.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/arch/ztap/userspace/vp_api_profile_type.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/arch/ztap/userspace/vp_api_profile_type.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/arch/ztap/userspace/vp_api_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/arch/ztap/userspace/vp_api_types.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/arch/ztap/userspace/vp_hal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/arch/ztap/userspace/vp_hal.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/arch/ztap/userspace/vp_hal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/arch/ztap/userspace/vp_hal.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE880/VE880_ABS100V_PCM/VE880_ABS100V_LITE_NB_PCM.vpw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE880/VE880_ABS100V_PCM/VE880_ABS100V_LITE_NB_PCM.vpw -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE880/VE880_ABS100V_PCM/VE880_ABS100V_LITE_WB_PCM.vpw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE880/VE880_ABS100V_PCM/VE880_ABS100V_LITE_WB_PCM.vpw -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE880/VE880_ABS100V_ZSI/VE880_ABS100V_LITE_NB_ZSI.vpw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE880/VE880_ABS100V_ZSI/VE880_ABS100V_LITE_NB_ZSI.vpw -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE880/VE880_ABS100V_ZSI/VE880_ABS100V_LITE_WB_ZSI.vpw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE880/VE880_ABS100V_ZSI/VE880_ABS100V_LITE_WB_ZSI.vpw -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE880/VE880_Tracker_FB100V_PCM/VE880_Tracker_FB100V_LITE_NB_PCM.vpw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE880/VE880_Tracker_FB100V_PCM/VE880_Tracker_FB100V_LITE_NB_PCM.vpw -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE880/VE880_Tracker_FB100V_PCM/VE880_Tracker_FB100V_LITE_WB_PCM.vpw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE880/VE880_Tracker_FB100V_PCM/VE880_Tracker_FB100V_LITE_WB_PCM.vpw -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE880/VE880_Tracker_FB100V_ZSI/VE880_Tracker_FB100V_LITE_NB_ZSI.vpw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE880/VE880_Tracker_FB100V_ZSI/VE880_Tracker_FB100V_LITE_NB_ZSI.vpw -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE880/VE880_Tracker_FB100V_ZSI/VE880_Tracker_FB100V_LITE_WB_ZSI.vpw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE880/VE880_Tracker_FB100V_ZSI/VE880_Tracker_FB100V_LITE_WB_ZSI.vpw -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE880/VE880_Tracker_FB150V_PCM/VE880_Tracker_FB150V_LITE_NB_PCM.vpw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE880/VE880_Tracker_FB150V_PCM/VE880_Tracker_FB150V_LITE_NB_PCM.vpw -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE880/VE880_Tracker_FB150V_PCM/VE880_Tracker_FB150V_LITE_WB_PCM.vpw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE880/VE880_Tracker_FB150V_PCM/VE880_Tracker_FB150V_LITE_WB_PCM.vpw -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE880/VE880_Tracker_FB150V_ZSI/VE880_Tracker_FB150V_LITE_NB_ZSI.vpw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE880/VE880_Tracker_FB150V_ZSI/VE880_Tracker_FB150V_LITE_NB_ZSI.vpw -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE880/VE880_Tracker_FB150V_ZSI/VE880_Tracker_FB150V_LITE_WB_ZSI.vpw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE880/VE880_Tracker_FB150V_ZSI/VE880_Tracker_FB150V_LITE_WB_ZSI.vpw -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE880/VE880_Tracker_IB100V_PCM/VE880_Tracker_IB100V_LITE_NB_PCM.vpw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE880/VE880_Tracker_IB100V_PCM/VE880_Tracker_IB100V_LITE_NB_PCM.vpw -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE880/VE880_Tracker_IB100V_PCM/VE880_Tracker_IB100V_LITE_WB_PCM.vpw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE880/VE880_Tracker_IB100V_PCM/VE880_Tracker_IB100V_LITE_WB_PCM.vpw -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE880/VE880_Tracker_IB100V_ZSI/VE880_Tracker_IB100V_LITE_NB_ZSI.vpw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE880/VE880_Tracker_IB100V_ZSI/VE880_Tracker_IB100V_LITE_NB_ZSI.vpw -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE880/VE880_Tracker_IB100V_ZSI/VE880_Tracker_IB100V_LITE_WB_ZSI.vpw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE880/VE880_Tracker_IB100V_ZSI/VE880_Tracker_IB100V_LITE_WB_ZSI.vpw -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE880/VE880_Tracker_IB150V_PCM/VE880_Tracker_IB150V_LITE_NB_PCM.vpw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE880/VE880_Tracker_IB150V_PCM/VE880_Tracker_IB150V_LITE_NB_PCM.vpw -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE880/VE880_Tracker_IB150V_PCM/VE880_Tracker_IB150V_LITE_WB_PCM.vpw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE880/VE880_Tracker_IB150V_PCM/VE880_Tracker_IB150V_LITE_WB_PCM.vpw -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE880/VE880_Tracker_IB150V_ZSI/VE880_Tracker_IB150V_LITE_NB_ZSI.vpw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE880/VE880_Tracker_IB150V_ZSI/VE880_Tracker_IB150V_LITE_NB_ZSI.vpw -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE880/VE880_Tracker_IB150V_ZSI/VE880_Tracker_IB150V_LITE_WB_ZSI.vpw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE880/VE880_Tracker_IB150V_ZSI/VE880_Tracker_IB150V_LITE_WB_ZSI.vpw -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE890/VE8901/VE8901_LITE_NB.vpw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE890/VE8901/VE8901_LITE_NB.vpw -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE890/VE8910HV_FB150V/VE8910HV_FB150V_LITE_NB.vpw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE890/VE8910HV_FB150V/VE8910HV_FB150V_LITE_NB.vpw -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE890/VE8910HV_FB150V/VE8910HV_FB150V_LITE_WB.vpw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE890/VE8910HV_FB150V/VE8910HV_FB150V_LITE_WB.vpw -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE890/VE8910HV_IB150V/VE8910HV_IB150V_LITE_NB.vpw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE890/VE8910HV_IB150V/VE8910HV_IB150V_LITE_NB.vpw -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE890/VE8910HV_IB150V/VE8910HV_IB150V_LITE_WB.vpw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE890/VE8910HV_IB150V/VE8910HV_IB150V_LITE_WB.vpw -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE890/VE8910_BB100V/VE8910_BB100V_LITE_NB.vpw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE890/VE8910_BB100V/VE8910_BB100V_LITE_NB.vpw -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE890/VE8910_BB100V/VE8910_BB100V_LITE_WB.vpw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE890/VE8910_BB100V/VE8910_BB100V_LITE_WB.vpw -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE890/VE8910_FB100V/VE8910_FB100V_LITE_NB.vpw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE890/VE8910_FB100V/VE8910_FB100V_LITE_NB.vpw -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE890/VE8910_FB100V/VE8910_FB100V_LITE_WB.vpw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE890/VE8910_FB100V/VE8910_FB100V_LITE_WB.vpw -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE890/VE8910_IB100V/VE8910_IB100V_LITE_NB.vpw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE890/VE8910_IB100V/VE8910_IB100V_LITE_NB.vpw -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE890/VE8910_IB100V/VE8910_IB100V_LITE_WB.vpw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE890/VE8910_IB100V/VE8910_IB100V_LITE_WB.vpw -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE890/VE8911HV_FB150V/VE8911HV_FB150V_LITE_NB.vpw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE890/VE8911HV_FB150V/VE8911HV_FB150V_LITE_NB.vpw -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE890/VE8911HV_FB150V/VE8911HV_FB150V_LITE_WB.vpw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE890/VE8911HV_FB150V/VE8911HV_FB150V_LITE_WB.vpw -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE890/VE8911HV_IB150V/VE8911HV_IB150V_LITE_NB.vpw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE890/VE8911HV_IB150V/VE8911HV_IB150V_LITE_NB.vpw -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE890/VE8911HV_IB150V/VE8911HV_IB150V_LITE_WB.vpw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE890/VE8911HV_IB150V/VE8911HV_IB150V_LITE_WB.vpw -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE890/VE8911_BB100V/VE8911_BB100V_LITE_NB.vpw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE890/VE8911_BB100V/VE8911_BB100V_LITE_NB.vpw -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE890/VE8911_BB100V/VE8911_BB100V_LITE_WB.vpw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE890/VE8911_BB100V/VE8911_BB100V_LITE_WB.vpw -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE890/VE8911_FB100V/VE8911_FB100V_LITE_NB.vpw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE890/VE8911_FB100V/VE8911_FB100V_LITE_NB.vpw -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE890/VE8911_FB100V/VE8911_FB100V_LITE_WB.vpw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE890/VE8911_FB100V/VE8911_FB100V_LITE_WB.vpw -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE890/VE8911_IB100V/VE8911_IB100V_LITE_NB.vpw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE890/VE8911_IB100V/VE8911_IB100V_LITE_NB.vpw -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE890/VE8911_IB100V/VE8911_IB100V_LITE_WB.vpw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/VE890/VE8911_IB100V/VE8911_IB100V_LITE_WB.vpw -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/ZL880/ZLR88621_ABS/ZLR88621H_SM2_LITE.vpw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/ZL880/ZLR88621_ABS/ZLR88621H_SM2_LITE.vpw -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/ZL880/ZLR88621_ABS/ZLR88621L_SM2_LITE.vpw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/ZL880/ZLR88621_ABS/ZLR88621L_SM2_LITE.vpw -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/ZL880/ZLR88721_Tracker_FB/ZLR88721H_SM2_LITE.vpw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/ZL880/ZLR88721_Tracker_FB/ZLR88721H_SM2_LITE.vpw -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/ZL880/ZLR88721_Tracker_FB/ZLR88721L_SM2_LITE.vpw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/ZL880/ZLR88721_Tracker_FB/ZLR88721L_SM2_LITE.vpw -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/ZL880/ZLR88722_Tracker_IB/ZLR88722L_SM2_LITE.vpw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/ZL880/ZLR88722_Tracker_IB/ZLR88722L_SM2_LITE.vpw -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/ZL880/ZLR88821_Shared_Tracker/ZLR88821_SM2_LITE.vpw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/ZL880/ZLR88821_Shared_Tracker/ZLR88821_SM2_LITE.vpw -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/ZL880/ZLR88822_BB_ABS/ZLR88822_SM2_LITE.vpw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/ZL880/ZLR88822_BB_ABS/ZLR88822_SM2_LITE.vpw -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/miSLIC/ZLR96621_ABS/ZLR96621L_SM2_LITE.vpw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/miSLIC/ZLR96621_ABS/ZLR96621L_SM2_LITE.vpw -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/miSLIC/ZLR96622_BB_ABS/ZLR96622_SM2_LITE.vpw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/miSLIC/ZLR96622_BB_ABS/ZLR96622_SM2_LITE.vpw -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/miSLIC/ZLR96721_Tracker_FB/ZLR96721H_SM2_LITE.vpw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/miSLIC/ZLR96721_Tracker_FB/ZLR96721H_SM2_LITE.vpw -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/miSLIC/ZLR96722_Tracker_IB/ZLR96722L_SM2_LITE.vpw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/coefficient_sets/miSLIC/ZLR96722_Tracker_IB/ZLR96722L_SM2_LITE.vpw -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/documents/VP_API_II_An_Applications_Perspective_Rev1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/documents/VP_API_II_An_Applications_Perspective_Rev1.pdf -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/documents/VP_Api_CSLAC_Rev20.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/documents/VP_Api_CSLAC_Rev20.pdf -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/documents/VP_Api_ZL880-miSLIC_Rev8.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/documents/VP_Api_ZL880-miSLIC_Rev8.pdf -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/release_notes/EN_LE71SDKAPIL-P2.24.0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/release_notes/EN_LE71SDKAPIL-P2.24.0.pdf -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/2.24.0.lite/release_notes/ReadMeFirst.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/2.24.0.lite/release_notes/ReadMeFirst.txt -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/Le88221-241.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/Le88221-241.pdf -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/Le88266-286.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/Le88266-286.pdf -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/arch/bcm63xx/hbi_hal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/arch/bcm63xx/hbi_hal.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/arch/bcm63xx/mpi_hal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/arch/bcm63xx/mpi_hal.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/arch/bcm63xx/sys_service.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/arch/bcm63xx/sys_service.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/arch/bcm63xx/sys_service.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/arch/bcm63xx/sys_service.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/arch/bcm63xx/vp_api_profile_type.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/arch/bcm63xx/vp_api_profile_type.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/arch/bcm63xx/vp_api_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/arch/bcm63xx/vp_api_types.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/arch/bcm63xx/vp_hal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/arch/bcm63xx/vp_hal.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/arch/bcm63xx/vp_hal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/arch/bcm63xx/vp_hal.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/extern/zarlink/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/extern/zarlink/readme.txt -------------------------------------------------------------------------------- /bcm63xx-phone/src/inc/bcm63xx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/inc/bcm63xx.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/inc/bcm63xx_line_state.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/inc/bcm63xx_line_state.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/inc/bcm63xx_line_state.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/inc/bcm63xx_line_state.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/inc/bcm63xx_log.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/inc/bcm63xx_log.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/inc/bcm63xx_phone.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/inc/bcm63xx_phone.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/inc/bcm63xx_ring_buf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/inc/bcm63xx_ring_buf.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/inc/bcm63xx_ring_buf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/inc/bcm63xx_ring_buf.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/inc/board.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/inc/board.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/inc/compile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/inc/compile.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/inc/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/inc/config.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/inc/countryArchive.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/inc/countryArchive.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/inc/extern/linux/atomic.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /bcm63xx-phone/src/inc/extern/linux/barrier.h: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /bcm63xx-phone/src/inc/extern/linux/bitops.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /bcm63xx-phone/src/inc/extern/linux/clk.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /bcm63xx-phone/src/inc/extern/linux/delay.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /bcm63xx-phone/src/inc/extern/linux/dma-mapping.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /bcm63xx-phone/src/inc/extern/linux/errno.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /bcm63xx-phone/src/inc/extern/linux/file.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /bcm63xx-phone/src/inc/extern/linux/jiffies.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/inc/extern/linux/jiffies.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/inc/extern/linux/kernel.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /bcm63xx-phone/src/inc/extern/linux/list.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /bcm63xx-phone/src/inc/extern/linux/log2.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /bcm63xx-phone/src/inc/extern/linux/mm.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /bcm63xx-phone/src/inc/extern/linux/module.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /bcm63xx-phone/src/inc/extern/linux/mutex.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /bcm63xx-phone/src/inc/extern/linux/poll.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /bcm63xx-phone/src/inc/extern/linux/sched.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /bcm63xx-phone/src/inc/extern/linux/slab.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /bcm63xx-phone/src/inc/extern/linux/spinlock.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /bcm63xx-phone/src/inc/extern/linux/stddef.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /bcm63xx-phone/src/inc/extern/linux/timer.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /bcm63xx-phone/src/inc/extern/linux/types.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /bcm63xx-phone/src/inc/extern/linux/uaccess.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /bcm63xx-phone/src/inc/extern/linux/wait.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/inc/extern/linux/wait.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/inc/extern/linux/workqueue.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /bcm63xx-phone/src/inc/extern/oslec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/inc/extern/oslec.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/inc/macros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/inc/macros.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/inc/mpi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/inc/mpi.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/inc/mutex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/inc/mutex.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/inc/pcm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/inc/pcm.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/inc/phone.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/inc/phone.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/inc/phone_mgr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/inc/phone_mgr.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/inc/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/inc/timer.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/inc/utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/inc/utils.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/inc/wait_queue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/inc/wait_queue.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/main.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/main.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/main_dahdi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/main_dahdi.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/main_driver.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/main_driver.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/make_nohw.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/make_nohw.sh -------------------------------------------------------------------------------- /bcm63xx-phone/src/mpi/mpi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/mpi/mpi.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/pcm/pcm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/pcm/pcm.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/phone/phone.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/phone/phone.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/phone/phone_mgr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/phone/phone_mgr.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/phone/zarlink/le88221/slic_le88221.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/phone/zarlink/le88221/slic_le88221.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/phone/zarlink/le88221/slic_le88221.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/phone/zarlink/le88221/slic_le88221.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/phone/zarlink/le88266/slic_le88266.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/phone/zarlink/le88266/slic_le88266.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/phone/zarlink/le88266/slic_le88266.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/phone/zarlink/le88266/slic_le88266.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/phone/zarlink/profiles/VE880_ABS100V_LITE_NB_PCM_Rev2_8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/phone/zarlink/profiles/VE880_ABS100V_LITE_NB_PCM_Rev2_8.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/phone/zarlink/profiles/VE880_ABS100V_LITE_NB_PCM_Rev2_8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/phone/zarlink/profiles/VE880_ABS100V_LITE_NB_PCM_Rev2_8.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/phone/zarlink/profiles/VE880_ABS100V_LITE_NB_PCM_Rev2_8.vpw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/phone/zarlink/profiles/VE880_ABS100V_LITE_NB_PCM_Rev2_8.vpw -------------------------------------------------------------------------------- /bcm63xx-phone/src/phone/zarlink/profiles/VE880_ABS100V_LITE_WB_PCM_Rev2_8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/phone/zarlink/profiles/VE880_ABS100V_LITE_WB_PCM_Rev2_8.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/phone/zarlink/profiles/VE880_ABS100V_LITE_WB_PCM_Rev2_8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/phone/zarlink/profiles/VE880_ABS100V_LITE_WB_PCM_Rev2_8.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/phone/zarlink/profiles/VE880_ABS100V_LITE_WB_PCM_Rev2_8.vpw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/phone/zarlink/profiles/VE880_ABS100V_LITE_WB_PCM_Rev2_8.vpw -------------------------------------------------------------------------------- /bcm63xx-phone/src/phone/zarlink/profiles/profiles_common.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/phone/zarlink/profiles/profiles_common.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/phone/zarlink/profiles/profiles_common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/phone/zarlink/profiles/profiles_common.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/phone/zarlink/profiles/profiles_common.vpw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/phone/zarlink/profiles/profiles_common.vpw -------------------------------------------------------------------------------- /bcm63xx-phone/src/phone/zarlink/profiles/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/phone/zarlink/profiles/readme.txt -------------------------------------------------------------------------------- /bcm63xx-phone/src/phone/zarlink/zarlink_common.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/phone/zarlink/zarlink_common.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/phone/zarlink/zarlink_common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/phone/zarlink/zarlink_common.h -------------------------------------------------------------------------------- /bcm63xx-phone/src/timer/timer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/timer/timer.c -------------------------------------------------------------------------------- /bcm63xx-phone/src/wait_queue/wait_queue.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/bcm63xx-phone/src/wait_queue/wait_queue.c -------------------------------------------------------------------------------- /documents/V.23-1988.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/documents/V.23-1988.pdf -------------------------------------------------------------------------------- /documents/en_30065901v010301p_on_hook_data_transmission.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/documents/en_30065901v010301p_on_hook_data_transmission.pdf -------------------------------------------------------------------------------- /documents/en_30065902v010301o_off_hook_data_transmission.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/documents/en_30065902v010301o_off_hook_data_transmission.pdf -------------------------------------------------------------------------------- /documents/en_30065903v010301o_data_codings.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/documents/en_30065903v010301o_data_codings.pdf -------------------------------------------------------------------------------- /documents/es_20123501v010101m_dtmf_general.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/documents/es_20123501v010101m_dtmf_general.pdf -------------------------------------------------------------------------------- /documents/es_20123502v010101p_dtmf_transmitter.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/documents/es_20123502v010101p_dtmf_transmitter.pdf -------------------------------------------------------------------------------- /documents/es_20123503v010301m_dtmf_receiver.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/documents/es_20123503v010301m_dtmf_receiver.pdf -------------------------------------------------------------------------------- /documents/es_20123504v010201m_dtmf_transmitter_and_receiver.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgid69/bcm63xx-phone/HEAD/documents/es_20123504v010201m_dtmf_transmitter_and_receiver.pdf --------------------------------------------------------------------------------