diff options
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index 754e53dfd..0691c8588 100644 --- a/readme.txt +++ b/readme.txt @@ -70,6 +70,9 @@ in the board.h file, there is no more the need to put -DSTM32F10X_xx into
the makefile.
- NEW: Added the palSetBusMode() capability to the STM8 PAL driver.
+- CHANGE: Renamed the STM32 and STM8 PAL configuration structures to
+ PALConfig, it is better to have the same name for this structure in
+ all ports.
- Tested the STM8 port with the latest RKit-STM8_2.28.10.0092. It works but
the new compiler shows a general performance regression except in one
test case.
|