aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-23 14:38:13 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-23 14:38:13 +0000
commitf86f863834bf7eae566e4ccce00ecfef3f914b05 (patch)
treec6824d3be2f29e4996ca87ddee70422dc028a151 /nuttx/ChangeLog
parentb10238efee96527ec14de35bc5bc63a8a02dc42c (diff)
downloadpx4-firmware-f86f863834bf7eae566e4ccce00ecfef3f914b05.tar.gz
px4-firmware-f86f863834bf7eae566e4ccce00ecfef3f914b05.tar.bz2
px4-firmware-f86f863834bf7eae566e4ccce00ecfef3f914b05.zip
Add single-wire UART support to STM32 serial driver
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5552 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 75bfd457f..6c176c601 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4009,5 +4009,7 @@
* arch/arm/src/*/*_irq.c: Set the priority of the SVCALL exception
to the highest possible value.
* arch/armv7-m/up_hardfault.c: Fail if a hardfault occurs
- while CONFIG_ARM7VM_USEBASEI=y.
+ while CONFIG_ARM7VM_USEBASEPRI=y.
+ * arch/arm/src/stm32/stm32_serial.c: Add support for USART
+ single wire more (Contributed by the PX4 team).