Drastic measures to work around missed interrupts -- must be a better way

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1860 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2009-06-07 15:48:01 +00:00
parent 2b29f8dfc8
commit eba07de989
4 changed files with 189 additions and 50 deletions
+5 -2
View File
@@ -758,7 +758,10 @@
* arch/arm/src/str71x: Serial output is now correct and timer interrupts are
working. The test at configs/olimex-strp711/ostest passes. This means that
the basic STR-P711 port is complete.
* configs/olimex-strp711/nsh: Add a NuttShell (NSH) configuration for the
STR-P711.
* configs/olimex-strp711/nsh: Add and verifed a NuttShell (NSH) configuration
for the STR-P711.
* arch/arm/str71x/str71x_serial.c: The STR711 interrupt driven serial driver
finally works after some extradinary measures to handle missed interrupts.
NSH is fully functional on the Olimex STR-P711 board.