diff options
author | areviu <areviu.info@gmail.com> | 2018-01-11 21:41:51 +0000 |
---|---|---|
committer | areviu <areviu.info@gmail.com> | 2018-01-11 21:41:51 +0000 |
commit | bae22ff5bf8185b7ed2b6d26fb0d8f2c42253cfb (patch) | |
tree | b0a58599435c67e3fe3c40929d316a5ce79185ab /testhal/ATSAMA5D2/SDMMC/readme.txt | |
parent | c0cea335bc590cd86fb385f587e61449e6071c9e (diff) | |
download | ChibiOS-bae22ff5bf8185b7ed2b6d26fb0d8f2c42253cfb.tar.gz ChibiOS-bae22ff5bf8185b7ed2b6d26fb0d8f2c42253cfb.tar.bz2 ChibiOS-bae22ff5bf8185b7ed2b6d26fb0d8f2c42253cfb.zip |
update SDMMC driver and added test hal project
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11264 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/ATSAMA5D2/SDMMC/readme.txt')
-rw-r--r-- | testhal/ATSAMA5D2/SDMMC/readme.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/testhal/ATSAMA5D2/SDMMC/readme.txt b/testhal/ATSAMA5D2/SDMMC/readme.txt new file mode 100644 index 000000000..cc6e568f6 --- /dev/null +++ b/testhal/ATSAMA5D2/SDMMC/readme.txt @@ -0,0 +1,13 @@ +*****************************************************************************
+** ChibiOS/RT port for ARM-A5. **
+*****************************************************************************
+
+** TARGET **
+
+The demo targets a generic ARM Cortex-A5 device without HAL support.
+
+** The Demo **
+
+** Build Procedure **
+
+** Notes **
|