Merge pull request #7869 from paul-szczepanek-arm/cordio-sources
BLE: Cordio going open source
ls
commit 4089d4e7f0e8986c79b8c4118bc435796457244f
2 parents 14319ad + 657fc45
@Cruz Monrreal Cruz Monrreal authored on 28 Aug 2018
GitHub committed on 28 Aug 2018
Showing 238 changed files
View
features/FEATURE_BLE/targets/TARGET_CORDIO/README.md
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/doc/PortingGuide.md
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/LICENSE-permissive-binary-license-1.0.txt 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/include/att_api.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/include/att_defs.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/include/att_handler.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/include/att_uuid.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/include/dm_api.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/include/dm_handler.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/include/hci_api.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/include/hci_cmd.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/include/hci_core.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/include/hci_drv.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/include/hci_evt.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/include/hci_handler.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/include/hci_tr.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/include/l2c_api.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/include/l2c_defs.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/include/l2c_handler.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/include/sec_api.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/include/smp_api.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/include/smp_defs.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/include/smp_handler.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/hci/common/hci_core.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/hci/dual_chip/hci_cmd.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/hci/dual_chip/hci_cmd_ae.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/hci/dual_chip/hci_cmd_phy.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/hci/dual_chip/hci_core_ps.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/hci/dual_chip/hci_core_ps.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/hci/dual_chip/hci_evt.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/hci/dual_chip/hci_vs_ae.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/sec/common/sec_aes.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/sec/common/sec_cmac.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/sec/common/sec_ecc_hci.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/sec/common/sec_main.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/sec/common/sec_main.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/att/att_main.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/att/att_main.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/att/att_sign.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/att/att_uuid.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/att/attc_disc.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/att/attc_main.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/att/attc_main.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/att/attc_proc.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/att/attc_read.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/att/attc_sign.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/att/attc_write.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/att/atts_ccc.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/att/atts_dyn.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/att/atts_ind.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/att/atts_main.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/att/atts_main.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/att/atts_proc.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/att/atts_read.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/att/atts_sign.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/att/atts_write.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/cfg/cfg_stack.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/cfg/cfg_stack.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/dm/dm_adv.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/dm/dm_adv.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/dm/dm_adv_ae.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/dm/dm_adv_leg.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/dm/dm_conn.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/dm/dm_conn.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/dm/dm_conn_master.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/dm/dm_conn_master_ae.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/dm/dm_conn_master_leg.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/dm/dm_conn_slave.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/dm/dm_conn_slave_ae.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/dm/dm_conn_slave_leg.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/dm/dm_conn_sm.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/dm/dm_dev.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/dm/dm_dev.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/dm/dm_dev_priv.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/dm/dm_main.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/dm/dm_main.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/dm/dm_phy.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/dm/dm_phy.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/dm/dm_priv.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/dm/dm_priv.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/dm/dm_scan.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/dm/dm_scan.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/dm/dm_scan_ae.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/dm/dm_scan_leg.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/dm/dm_sec.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/dm/dm_sec.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/dm/dm_sec_lesc.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/dm/dm_sec_master.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/dm/dm_sec_slave.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/dm/dm_sync_ae.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/hci/hci_main.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/hci/hci_main.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/l2c/l2c_coc.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/l2c/l2c_main.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/l2c/l2c_main.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/l2c/l2c_master.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/l2c/l2c_slave.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/smp/smp_act.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/smp/smp_db.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/smp/smp_main.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/smp/smp_main.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/smp/smp_non.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/smp/smp_sc_act.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/smp/smp_sc_main.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/smp/smp_sc_main.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/smp/smpi_act.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/smp/smpi_main.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/smp/smpi_sc_act.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/smp/smpi_sc_sm.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/smp/smpi_sm.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/smp/smpr_act.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/smp/smpr_main.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/smp/smpr_sc_act.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/smp/smpr_sc_sm.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ble-host/sources/stack/smp/smpr_sm.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/platform/common/include/hci_defs.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/sw/hci/dual_chip/hci_core_ps.h 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/sw/hci/include/hci_cmd.h 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/sw/hci/include/hci_core.h 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/sw/hci/include/hci_drv.h 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/sw/hci/include/hci_evt.h 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/sw/hci/include/hci_tr.h 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/sw/sec/include/sec_api.h 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/sw/stack/cfg/cfg_stack.h 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/sw/stack/include/att_api.h 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/sw/stack/include/att_defs.h 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/sw/stack/include/att_handler.h 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/sw/stack/include/att_uuid.h 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/sw/stack/include/dm_api.h 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/sw/stack/include/dm_handler.h 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/sw/stack/include/hci_api.h 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/sw/stack/include/hci_handler.h 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/sw/stack/include/l2c_api.h 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/sw/stack/include/l2c_defs.h 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/sw/stack/include/l2c_handler.h 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/sw/stack/include/smp_api.h 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/sw/stack/include/smp_defs.h 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/sw/stack/include/smp_handler.h 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ws-core/include/hci_defs.h 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ws-core/include/ll_defs.h 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ws-core/sw/util/bda.h 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ws-core/sw/util/bstream.h 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ws-core/sw/wsf/generic/wsf_os_int.h 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ws-core/sw/wsf/generic/wsf_types.h 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ws-core/sw/wsf/include/wsf_buf.h 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ws-core/sw/wsf/include/wsf_math.h 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ws-core/sw/wsf/include/wsf_msg.h 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ws-core/sw/wsf/include/wsf_os.h 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ws-core/sw/wsf/include/wsf_queue.h 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/ws-core/sw/wsf/include/wsf_timer.h 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/wsf/baremetal/sources/wsf_assert.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/wsf/baremetal/sources/wsf_buf.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/wsf/baremetal/sources/wsf_efs.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/wsf/baremetal/sources/wsf_msg.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/wsf/baremetal/sources/wsf_queue.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/wsf/baremetal/sources/wsf_timer.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/wsf/baremetal/sources/wsf_trace.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/wsf/common/include/util/bda.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/wsf/common/include/util/bstream.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/wsf/common/include/util/calc128.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/wsf/common/include/util/crc32.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/wsf/common/include/util/print.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/wsf/common/include/util/terminal.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/wsf/common/include/util/wstr.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/wsf/common/include/wsf_assert.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/wsf/common/include/wsf_buf.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/wsf/common/include/wsf_cs.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/wsf/common/include/wsf_detoken.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/wsf/common/include/wsf_efs.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/wsf/common/include/wsf_math.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/wsf/common/include/wsf_msg.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/wsf/common/include/wsf_os.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/wsf/common/include/wsf_queue.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/wsf/common/include/wsf_timer.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/wsf/common/include/wsf_trace.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/wsf/common/include/wsf_types.h 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/wsf/common/sources/util/bda.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/wsf/common/sources/util/bstream.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/wsf/common/sources/util/calc128.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/wsf/common/sources/util/crc32.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/wsf/common/sources/util/print.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/wsf/common/sources/util/terminal.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/cordio_stack/wsf/common/sources/util/wstr.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/lib/TARGET_M0/TOOLCHAIN_ARM_STD/libcordio_core.ar 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/lib/TARGET_M0/TOOLCHAIN_ARM_STD/libcordio_hci.ar 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/lib/TARGET_M0/TOOLCHAIN_ARM_STD/libcordio_sec.ar 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/lib/TARGET_M0/TOOLCHAIN_ARM_STD/libcordio_stack.ar 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/lib/TARGET_M0/TOOLCHAIN_GCC_ARM/libcordio_core.a 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/lib/TARGET_M0/TOOLCHAIN_GCC_ARM/libcordio_hci.a 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/lib/TARGET_M0/TOOLCHAIN_GCC_ARM/libcordio_sec.a 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/lib/TARGET_M0/TOOLCHAIN_GCC_ARM/libcordio_stack.a 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/lib/TARGET_M0/TOOLCHAIN_IAR/libcordio_core.a 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/lib/TARGET_M0/TOOLCHAIN_IAR/libcordio_hci.a 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/lib/TARGET_M0/TOOLCHAIN_IAR/libcordio_sec.a 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/lib/TARGET_M0/TOOLCHAIN_IAR/libcordio_stack.a 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/lib/TARGET_M0P/TOOLCHAIN_ARM_STD/libcordio_core.ar 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/lib/TARGET_M0P/TOOLCHAIN_ARM_STD/libcordio_hci.ar 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/lib/TARGET_M0P/TOOLCHAIN_ARM_STD/libcordio_sec.ar 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/lib/TARGET_M0P/TOOLCHAIN_ARM_STD/libcordio_stack.ar 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/lib/TARGET_M0P/TOOLCHAIN_GCC_ARM/libcordio_core.a 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/lib/TARGET_M0P/TOOLCHAIN_GCC_ARM/libcordio_hci.a 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/lib/TARGET_M0P/TOOLCHAIN_GCC_ARM/libcordio_sec.a 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/lib/TARGET_M0P/TOOLCHAIN_GCC_ARM/libcordio_stack.a 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/lib/TARGET_M0P/TOOLCHAIN_IAR/libcordio_core.a 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/lib/TARGET_M0P/TOOLCHAIN_IAR/libcordio_hci.a 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/lib/TARGET_M0P/TOOLCHAIN_IAR/libcordio_sec.a 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/lib/TARGET_M0P/TOOLCHAIN_IAR/libcordio_stack.a 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/lib/TARGET_M3/TOOLCHAIN_ARM_STD/libcordio_core.ar 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/lib/TARGET_M3/TOOLCHAIN_ARM_STD/libcordio_hci.ar 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/lib/TARGET_M3/TOOLCHAIN_ARM_STD/libcordio_sec.ar 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/lib/TARGET_M3/TOOLCHAIN_ARM_STD/libcordio_stack.ar 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/lib/TARGET_M3/TOOLCHAIN_GCC_ARM/libcordio_core.a 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/lib/TARGET_M3/TOOLCHAIN_GCC_ARM/libcordio_hci.a 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/lib/TARGET_M3/TOOLCHAIN_GCC_ARM/libcordio_sec.a 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/lib/TARGET_M3/TOOLCHAIN_GCC_ARM/libcordio_stack.a 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/lib/TARGET_M3/TOOLCHAIN_IAR/libcordio_core.a 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/lib/TARGET_M3/TOOLCHAIN_IAR/libcordio_hci.a 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/lib/TARGET_M3/TOOLCHAIN_IAR/libcordio_sec.a 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/lib/TARGET_M3/TOOLCHAIN_IAR/libcordio_stack.a 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/lib/TARGET_M4/TOOLCHAIN_ARM_STD/libcordio_core.ar 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/lib/TARGET_M4/TOOLCHAIN_ARM_STD/libcordio_hci.ar 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/lib/TARGET_M4/TOOLCHAIN_ARM_STD/libcordio_sec.ar 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/lib/TARGET_M4/TOOLCHAIN_ARM_STD/libcordio_stack.ar 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/lib/TARGET_M4/TOOLCHAIN_GCC_ARM/libcordio_core.a 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/lib/TARGET_M4/TOOLCHAIN_GCC_ARM/libcordio_hci.a 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/lib/TARGET_M4/TOOLCHAIN_GCC_ARM/libcordio_sec.a 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/lib/TARGET_M4/TOOLCHAIN_GCC_ARM/libcordio_stack.a 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/lib/TARGET_M4/TOOLCHAIN_IAR/libcordio_core.a 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/lib/TARGET_M4/TOOLCHAIN_IAR/libcordio_hci.a 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/lib/TARGET_M4/TOOLCHAIN_IAR/libcordio_sec.a 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/lib/TARGET_M4/TOOLCHAIN_IAR/libcordio_stack.a 100644 → 0
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/mbed_os_adaptation/hci_drv.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/mbed_os_adaptation/hci_mbed_os_adaptation.h
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/mbed_os_adaptation/hci_tr.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/mbed_os_adaptation/hci_vs.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/mbed_os_adaptation/wsf_cs.c 0 → 100644
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/mbed_os_adaptation/wsf_mbed_os_adaptation.h
Too large (Show diff)
View
features/FEATURE_BLE/targets/TARGET_CORDIO/stack/mbed_os_adaptation/wsf_os.c 0 → 100644
Too large (Show diff)