aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-09-10 12:31:51 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-09-10 12:31:51 +0000
commit5c37d04ebf697e07592952ecf7fcccf558dbb23e (patch)
tree97041dec90890c26782c65e5eff7a5b0c8eacad7 /readme.txt
parent29c73be182b70fd08a44f1fb597a3eac6aff777d (diff)
downloadChibiOS-5c37d04ebf697e07592952ecf7fcccf558dbb23e.tar.gz
ChibiOS-5c37d04ebf697e07592952ecf7fcccf558dbb23e.tar.bz2
ChibiOS-5c37d04ebf697e07592952ecf7fcccf558dbb23e.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2171 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index f6ecd3367..1661f3ebb 100644
--- a/readme.txt
+++ b/readme.txt
@@ -107,6 +107,8 @@
receiver in UART_RX_IDLE state, the receive operation continues unless
explicitly stopped in the error callback handler. This considerably
simplifies the low level driver code.
+- CHANGE: Removed a spurious trailing ; after the WORKING_AREA() macro
+ declaration in several ports. The ; should go after the macro invocation.
- CHANGE: Modified the STM32 ADC driver to use the new DMA infrastructure.
- CHANGE: Modified the STM32 SPI driver to use the new DMA infrastructure.
- CHANGE: Added DMA cleanup code to the STM32 dmaInit() function.