]> granicus.if.org Git - esp-idf/commit
Merge branch 'bugfix/uart_examples_intr' into 'master'
authorJeroen Domburg <jeroen@espressif.com>
Thu, 15 Dec 2016 07:15:32 +0000 (15:15 +0800)
committerJeroen Domburg <jeroen@espressif.com>
Thu, 15 Dec 2016 07:15:32 +0000 (15:15 +0800)
commitdc9646bc5378a9319835ae864cca0537853b2921
tree02fccf84a0c3276a1cc5a7c2dcd8f9a3a885d87b
parentf1390fa7c90be8147aa957bc796aa1a0d0178ec9
parent1037a50abe06bb04d08840acf5056489101928a7
Merge branch 'bugfix/uart_examples_intr' into 'master'

Update uart examples in uart.h to new interrupt allocation scheme

Some of the examples in the UART header haven't been adjusted to the new interrupt scheme; this fixes that. Also runs dos2unix on the drivers tree; a fair few drivers used DOS-style line ends.

See merge request !313