aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-11-18 19:16:56 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-11-18 19:16:56 +0000
commitd519ffda2aca7ce92f5f2ad554cdc52a7a7bdfe8 (patch)
treef54155e228693b1941e9aa35b318f5deb14f4020 /readme.txt
parent94a9734c4736f58f90e4eae0824a4a99dd56b368 (diff)
downloadChibiOS-d519ffda2aca7ce92f5f2ad554cdc52a7a7bdfe8.tar.gz
ChibiOS-d519ffda2aca7ce92f5f2ad554cdc52a7a7bdfe8.tar.bz2
ChibiOS-d519ffda2aca7ce92f5f2ad554cdc52a7a7bdfe8.zip
Path adjustment.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2388 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index 400e8d16b..a97e6c683 100644
--- a/readme.txt
+++ b/readme.txt
@@ -58,7 +58,7 @@
| +--coverage/ - Code coverage project.
+--testhal/ - HAL integration test demos.
+--STM32/ - STM32 HAL demos.
- +--STM8/ - STM8 HAL demos.
+ +--STM8S/ - STM8S HAL demos.
*****************************************************************************
*** Releases ***
@@ -83,6 +83,7 @@
- CHANGE: Renamed ./os/ports/GCC/ARM7 in ./os/ports/GCC/ARM. Now the port is
meant for ARM9 too (requires more testing).
- CHANGE: Renamed ./os/hal/platforms/STM8 in ./os/hal/platforms/STM8S.
+- CHANGE: Renamed ./testhal/STM8 in ./testhal/STM8S.
- Added SPI driver to the STM8S documentation, it was missing.
*** 2.1.3 ***