aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
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 ***