diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-04-25 09:31:04 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-04-25 09:31:04 +0000 |
commit | e53a1a32089e2f0d1983cc92d1d4a6d28c4db07f (patch) | |
tree | caccd1fdf68e288ce65749b6dcd28d8acab802f1 /readme.txt | |
parent | 7c799d9dfd136b37cb8af7b59302e491ba24300d (diff) | |
download | ChibiOS-e53a1a32089e2f0d1983cc92d1d4a6d28c4db07f.tar.gz ChibiOS-e53a1a32089e2f0d1983cc92d1d4a6d28c4db07f.tar.bz2 ChibiOS-e53a1a32089e2f0d1983cc92d1d4a6d28c4db07f.zip |
Added command shell to the STM32 FatFs demo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1890 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt index e50024860..71ec4a2cf 100644 --- a/readme.txt +++ b/readme.txt @@ -66,9 +66,12 @@ the "const" keyword does that. Note that this macro is not used to place
constants in different address spaces (AVR) because it is assumed that a
pointer to a ROMCONST variable is compatible with a normal pointer.
-- NEW: AT91SAM7 HAL support for the DGBU UART peripheral, as SD3
+- NEW: AT91SAM7 HAL support for the DGBU UART peripheral, as SD3.
- OPT: Internal optimization in the serial driver, it now is a bit smaller
and uses less RAM (all architectures).
+- CHANGE: Modified the STM32 FatFs demo, now it spawns a command shell or
+ the serial port SD2, type "help" for the available commands. More commands
+ can be easily added.
- Various documentation fixes, added an article covering debugging under
ChibiOS/RT.
|