From 13f37d94aa86cb6df0b88e9d015093eaa95a780c Mon Sep 17 00:00:00 2001 From: Theodore Ateba Date: Wed, 13 Jun 2018 11:03:33 +0000 Subject: AVR: Add a crypto testhal example. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12096 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- testhal/AVR/XMEGA/AES/readme.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 testhal/AVR/XMEGA/AES/readme.txt (limited to 'testhal/AVR/XMEGA/AES/readme.txt') 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. -- cgit v1.2.3