From 99a753f17a5f82ae34fbbbc564757bb99666afbd Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 4 Jan 2012 20:49:47 +0000 Subject: Fix buffer full test in generic CAN driver (plus fixes to comments) git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4259 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'nuttx/ChangeLog') diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index 318adf258..a76c800b5 100644 --- a/nuttx/ChangeLog +++ b/nuttx/ChangeLog @@ -2333,4 +2333,12 @@ performance. * confgs/olimex-lpc1766stk/nsh: Now supports the CAN loopback test as an optional "built-in" application. + * sched/irq_attach.c: Fix an issue with disabling interrupts when they are + detached. For the PIC32, this can't be done because there is a 1-to-many + relationship between vector numbers and interrupt numbers or different. + Added a new configuration option CONFIG_ARCH_VECNOTIRQ to at least flag + the architectures that have this issue and to (at least) avoid doing + something too wrong. + * drivers/can.c: Fix a test for buffer full in the generic, "upper half", + can driver. -- cgit v1.2.3