-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Maria Wisniewska
committed
Jul 4, 2023
1 parent
b75d067
commit 5bbe75b
Showing
357 changed files
with
14,399 additions
and
5,024 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
DK6 API | ||
==================================== | ||
|
||
This module contains support for programming DK6 devices. | ||
|
||
Module with the DK6 commands | ||
---------------------------------------------------------- | ||
.. automodule:: spsdk.dk6.commands | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module representing DK6 device and memories | ||
----------------------------------------------------------- | ||
.. automodule:: spsdk.dk6.dk6device | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module representing drivers for communication | ||
---------------------------------------------------------- | ||
.. automodule:: spsdk.dk6.driver | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module representing communication interface | ||
---------------------------------------------------------- | ||
.. automodule:: spsdk.dk6.interface | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module representing communication protocol | ||
---------------------------------------------------------- | ||
.. automodule:: spsdk.dk6.protocol | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
Trust Provisioning API | ||
======================== | ||
|
||
Provides support for trust provisioning containers and OEM trust provisioning. | ||
|
||
TP Data Containers | ||
----------------------------------- | ||
|
||
.. automodule:: spsdk.tp.data_container | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Data Container | ||
----------------------------------- | ||
|
||
.. automodule:: spsdk.tp.data_container.data_container | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Audit log | ||
----------------------------------- | ||
|
||
.. automodule:: spsdk.tp.data_container.audit_log | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Data Container Authentication | ||
----------------------------------- | ||
|
||
.. automodule:: spsdk.tp.data_container.data_container_auth | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
TP Adapters | ||
----------------------------------- | ||
|
||
.. automodule:: spsdk.tp.adapters | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
TP Config | ||
----------------------------------- | ||
|
||
.. automodule:: spsdk.tp.tpconfig | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
TP Host | ||
----------------------------------- | ||
|
||
.. automodule:: spsdk.tp.tphost | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
TP Utils | ||
----------------------------------- | ||
|
||
.. automodule:: spsdk.tp.utils | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
==================== | ||
User Guide - dk6prog | ||
==================== | ||
|
||
.. warning:: *dk6prog* is a prototype application and it is not tested. To be used at the user's own risk. | ||
|
||
This user’s guide describes how to use *dk6prog* application. | ||
DK6 Programmer Tools allows reading and programming flash memory of DK6 target devices (JN51xx, QN9090, K32W0xx). | ||
It's a Python port of JN51xx Flash Programmer (https://www.nxp.com/docs/en/user-guide/JN-UG-3099.pdf). | ||
|
||
Supported devices | ||
================== | ||
DK6 Board and all compatible modules https://www.nxp.com/products/wireless/multiprotocol-mcus/advanced-development-kit-for-k32w061-and-jn5189-88:IOTZTB-DK006 | ||
|
||
Backends | ||
========= | ||
*dk6prog* tools support four backends (drivers). PYFTDI backend, pure Python implementation of libFTDI. PYLIBFTDI backend, ctypes wrapper for libFTDI. FTD2XX backend, ctypes wrapper for D2XX. PYSERIAL backend for simple UART communication. | ||
|
||
|
||
Jupyter example | ||
================ | ||
Visit Jupyter example :ref:`DK6 Programming tool` for more information and examples of usage. | ||
|
||
---------------------- | ||
Command line interface | ||
---------------------- | ||
|
||
.. click:: spsdk.apps.dk6prog:main | ||
:prog: dk6prog | ||
:nested: full |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,3 +25,5 @@ Command line interface | |
.. click:: spsdk.apps.elftosb:main | ||
:prog: elftosb | ||
:nested: full | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"path": "../../examples/jupyter_examples/dk6/dk6prog_intro.ipynb" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.