Removed scripts for provisiongs from repository, made fixes per PR comments, adjusted Readme.md
ls
1 parent 44401b5 commit 515555e7bacc396f8f98e4a96fd9fd4e7ef47827
@Roman Okhrimenko Roman Okhrimenko authored on 23 Aug 2019
Showing 54 changed files
View
LICENSE.md
View
requirements.txt
View
targets/TARGET_Cypress/TARGET_PSOC6/TARGET_CY8CPROTO_064_SB/secure_image_parameters.json
View
targets/TARGET_Cypress/TARGET_PSOC6/sb-tools/.gitignore
View
targets/TARGET_Cypress/TARGET_PSOC6/sb-tools/README.md
View
targets/TARGET_Cypress/TARGET_PSOC6/sb-tools/entrance_exam_runner.py 100644 → 0
View
targets/TARGET_Cypress/TARGET_PSOC6/sb-tools/execute/entrance_exam.py 100644 → 0
View
targets/TARGET_Cypress/TARGET_PSOC6/sb-tools/execute/enums.py 100644 → 0
View
targets/TARGET_Cypress/TARGET_PSOC6/sb-tools/execute/gen_data_from_json.py 100644 → 0
View
targets/TARGET_Cypress/TARGET_PSOC6/sb-tools/execute/helper.py 100644 → 0
View
targets/TARGET_Cypress/TARGET_PSOC6/sb-tools/execute/p6_memory_map.py 100644 → 0
View
targets/TARGET_Cypress/TARGET_PSOC6/sb-tools/execute/p6_reg.py 100644 → 0
View
targets/TARGET_Cypress/TARGET_PSOC6/sb-tools/execute/programmer/__init__.py 100644 → 0
View
targets/TARGET_Cypress/TARGET_PSOC6/sb-tools/execute/programmer/base.py 100644 → 0
View
targets/TARGET_Cypress/TARGET_PSOC6/sb-tools/execute/programmer/exceptions.py 100644 → 0
View
targets/TARGET_Cypress/TARGET_PSOC6/sb-tools/execute/programmer/programmer.py 100644 → 0
View
targets/TARGET_Cypress/TARGET_PSOC6/sb-tools/execute/programmer/pyocd_wrapper.py 100644 → 0
View
targets/TARGET_Cypress/TARGET_PSOC6/sb-tools/execute/provision_device.py 100644 → 0
View
targets/TARGET_Cypress/TARGET_PSOC6/sb-tools/execute/sys_call.py 100644 → 0
View
targets/TARGET_Cypress/TARGET_PSOC6/sb-tools/keys/keygen.py 100644 → 0
View
targets/TARGET_Cypress/TARGET_PSOC6/sb-tools/policy/example_cert.pem 0 → 100644
View
targets/TARGET_Cypress/TARGET_PSOC6/sb-tools/policy/policy_single_stage_CM4.json 0 → 100644
View
targets/TARGET_Cypress/TARGET_PSOC6/sb-tools/policy/policy_single_stage_CM4_smif.json 0 → 100644
View
targets/TARGET_Cypress/TARGET_PSOC6/sb-tools/prebuild/CyBootloader_Release/CypressBootloader_CM0p.hex 100644 → 0
Too large (Show diff)
View
targets/TARGET_Cypress/TARGET_PSOC6/sb-tools/prebuild/CyBootloader_Release/CypressBootloader_CM0p.jwt 100644 → 0
View
targets/TARGET_Cypress/TARGET_PSOC6/sb-tools/prebuild/CyBootloader_WithLogs/CypressBootloader_CM0p.hex 100644 → 0
Too large (Show diff)
View
targets/TARGET_Cypress/TARGET_PSOC6/sb-tools/prebuild/CyBootloader_WithLogs/CypressBootloader_CM0p.jwt 100644 → 0
View
targets/TARGET_Cypress/TARGET_PSOC6/sb-tools/prebuild/LICENSE 100644 → 0
View
targets/TARGET_Cypress/TARGET_PSOC6/sb-tools/prebuild/cy_auth.jwt 100644 → 0
View
targets/TARGET_Cypress/TARGET_PSOC6/sb-tools/prebuild/hsm_state.json 100644 → 0
View
targets/TARGET_Cypress/TARGET_PSOC6/sb-tools/prebuild/oem_state.json 100644 → 0
View
targets/TARGET_Cypress/TARGET_PSOC6/sb-tools/prebuild/third_party_licenses/Apache/LICENSE-2.0.txt 100644 → 0
View
targets/TARGET_Cypress/TARGET_PSOC6/sb-tools/prebuild/third_party_licenses/Apache/README.txt 100644 → 0
View
targets/TARGET_Cypress/TARGET_PSOC6/sb-tools/prebuild/third_party_licenses/MIT/cjason-license.txt 100644 → 0
View
targets/TARGET_Cypress/TARGET_PSOC6/sb-tools/prebuild/third_party_licenses/Other/bsd_base64_license.txt 100644 → 0
View
targets/TARGET_Cypress/TARGET_PSOC6/sb-tools/prepare/example_cert.pem 100644 → 0
View
targets/TARGET_Cypress/TARGET_PSOC6/sb-tools/prepare/policy_single_stage_CM4.json 100644 → 0
View
targets/TARGET_Cypress/TARGET_PSOC6/sb-tools/prepare/policy_single_stage_CM4_smif.json 100644 → 0
View
targets/TARGET_Cypress/TARGET_PSOC6/sb-tools/prepare/provisioning_lib/cyprov_crypto.py 100644 → 0
View
targets/TARGET_Cypress/TARGET_PSOC6/sb-tools/prepare/provisioning_lib/cyprov_customer.py 100644 → 0
View
targets/TARGET_Cypress/TARGET_PSOC6/sb-tools/prepare/provisioning_lib/cyprov_entity.py 100644 → 0
View
targets/TARGET_Cypress/TARGET_PSOC6/sb-tools/prepare/provisioning_lib/cyprov_hsm.py 100644 → 0
View
targets/TARGET_Cypress/TARGET_PSOC6/sb-tools/prepare/provisioning_lib/cyprov_oem.py 100644 → 0
View
targets/TARGET_Cypress/TARGET_PSOC6/sb-tools/prepare/provisioning_lib/cyprov_pem.py 100644 → 0
View
targets/TARGET_Cypress/TARGET_PSOC6/sb-tools/prepare/provisioning_lib/cyprov_types.py 100644 → 0
View
targets/TARGET_Cypress/TARGET_PSOC6/sb-tools/prepare/provisioning_packet.py 100644 → 0
View
targets/TARGET_Cypress/TARGET_PSOC6/sb-tools/provision_device_runner.py 100644 → 0
View
targets/TARGET_Cypress/TARGET_PSOC6/sb-tools/requirements.txt 100644 → 0
View
targets/TARGET_Cypress/TARGET_PSOC6/sb-tools/test/test_data/blinky_large.hex 100644 → 0
Too large (Show diff)
View
targets/TARGET_Cypress/TARGET_PSOC6/sb-tools/test/test_data/blinky_small.hex 100644 → 0
View
targets/TARGET_Cypress/TARGET_PSOC6/sb-tools/test/test_pyocd_wrapper.py 100644 → 0
View
targets/TARGET_Cypress/TARGET_PSOC6/sb-tools/test/test_utility.py 100644 → 0
View
tools/targets/PSOC6.py
View
tools/targets/__init__.py