diff options
author | Theodore Ateba <tf.ateba@gmail.com> | 2018-06-13 11:03:33 +0000 |
---|---|---|
committer | Theodore Ateba <tf.ateba@gmail.com> | 2018-06-13 11:03:33 +0000 |
commit | 13f37d94aa86cb6df0b88e9d015093eaa95a780c (patch) | |
tree | f1c76971d7aa20420f9a402a4a045bd1386e38c7 /testhal/AVR/XMEGA/AES/readme.txt | |
parent | 6319b0ea1a9ef22364146c301c6beb491aa713e8 (diff) | |
download | ChibiOS-13f37d94aa86cb6df0b88e9d015093eaa95a780c.tar.gz ChibiOS-13f37d94aa86cb6df0b88e9d015093eaa95a780c.tar.bz2 ChibiOS-13f37d94aa86cb6df0b88e9d015093eaa95a780c.zip |
AVR: Add a crypto testhal example.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12096 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testhal/AVR/XMEGA/AES/readme.txt')
-rw-r--r-- | testhal/AVR/XMEGA/AES/readme.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/testhal/AVR/XMEGA/AES/readme.txt b/testhal/AVR/XMEGA/AES/readme.txt new file mode 100644 index 000000000..c4d4fd558 --- /dev/null +++ b/testhal/AVR/XMEGA/AES/readme.txt @@ -0,0 +1,20 @@ +***************************************************************************** +** ChibiOS/RT port for ATxmega128a4u. ** +***************************************************************************** + +** TARGET ** + +The demo runs on the mattair Tech MT-DB-X4 board. + +** The Demo ** + +The demo demonstrate how to use Crypto driver to encrypt and decrypt data. + +** Build Procedure ** + +The demo was built using the GCC AVR toolchain. It should build with WinAVR too! + +** Programming procedure ** + +The board can be flash by using the Makefile and the DFU Programmer tools. +See the make file for more details. |