Coder Social home page Coder Social logo

microchiptech / kitprotocolparser_projects Goto Github PK

View Code? Open in Web Editor NEW
5.0 4.0 3.0 678 KB

This repo provides reference implementation of host project using KitProtocol Parser. The firmware available here is built based on Microchip Crypto Auth Trust Platform (DM320118) board.

License: Other

Makefile 0.10% C 98.63% C++ 1.27%

kitprotocolparser_projects's Introduction

Kit Protocol Parser Host Projects - Kit Protocol Library

Introduction

This code base implements an object-oriented C library which supports Microchip CryptoAuth devices. The family of devices supported currently are:

Prerequisite skills:

  • strong C programming and code reading
  • Knowledge of flashing microcontrollers with new code
  • Familiarity with Microchip CryptoAuth device functionality

Using Git to Incorporate Kitprotocol_parser library as submodule

You can include this project in your own project under git

Using kitprotocol_parser as a git submodule, you can maintain your application separately from kitprotocol_parser.

If your project is already in git but you haven’t yet integrated kitprotocol_parser, change to the directory where you want to put kitprotocol_parser.

git submodule add -b master <giturl to kitprotocol_parser>

This adds kitprotocol_parser library as a subdirectory and separate git repo within your own project. Changes and commits to your project vs kitprotocol_parser will remain separated into each respective repository.

If there is a project you want to checkout that already incorporates kitprotocol_parser as a submodule if you clone the repo that incorporates kitprotocol_parser, after cloning, you'll still need to fill out the kitprotocol_parser submodule after cloning:

git submodule init
git submodule update –remote
cd kitprotocol_parser
git checkout master

Release notes for DM320118

1.1.0

  • Added device support for TA101 device

1.0.7

  • Updated device discovery to list unknown devices with their address

1.0.6

  • Updated SPI for TA100 FCE reads

1.0.5

  • Added support for TA010, SHA104, SHA105, SHA106, RNG90, ECC206 devices

1.0.4

  • Discovery issue for CryptoAUTH-XPRO boards are fixed

1.0.3

  • Added UART interface to host

1.0.2

  • Fixed Emerlad I2C and SWI issues
  • Added support for no polling method in emerald swi mode

List of Host Projects

Project Title: cryptoauth_trust_platform (DM320118 as host)

Connection Details:

  • Cypto Auth Trust Platform board which is having ATECC608A on board.

Notes:

  • Create kitprotocol_parser_config.h to define supported HAL interfaces and Max devices to discover

Result:

  • Discover the CryptoAuthentication Device which is connected to host
  • Result can be viewed on Serial Interface, configured as 115200-8-N-1

kitprotocolparser_projects's People

Contributors

kalyancmanukonda avatar

Stargazers

Gerad Munsch avatar 煎饼果子 avatar Doğan Karahan avatar flyerink avatar

Watchers

James Cloos avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.