- Mar 02, 2017
-
-
Gregory Nutt authored
Kinetis GPIO: Pin IRQ logic no longer returns the xcpt_t oldhandler. There value is useless and dangerous after the recent changes to interrupt argument passing.
-
Alan Carvalho de Assis authored
-
Gregory Nutt authored
STM32/F7/L4: EXTI ALARM function no longer returns the xcpt_t oldhandler. There value is useless and dangerous after the recent changes to interrupt argument passing.
-
Gregory Nutt authored
STM3 L4: EXTI COMP function no longer returns the xcpt_t oldhandler. There value is useless and dangerous after the recent changes to interrupt argument passing.
-
Gregory Nutt authored
STM32/F7/L4: EXOT PVD function no longer returns the xcpt_t oldhandler. There value is useless and dangerous after the recent changes to interrupt argument passing.
-
Gregory Nutt authored
arch_phy_irq: Now returns int instead of xcpt_t oldhandler. The oldhandler is useless after the changes to the interrupt argument. Also access an argument for the PHY interrupt. phy_notify.c driver changed to exploit new interrupt argument passing.
-
Gregory Nutt authored
configs/: All functions that used to return an xcpt_t old handler value, not return NULL. The oldhandler value is no longer useful with the recent changes to the interrupt argument passing.
-
Gregory Nutt authored
-
Masayuki Ishikawa authored
Remove unused variable Approved-by: Gregory Nutt
-
Gregory Nutt authored
-
Masayuki Ishikawa authored
-
Masayuki Ishikawa authored
-
- Mar 01, 2017
-
-
Masayuki Ishikawa authored
-
Maciej Wójcik authored
some simple typos Approved-by: Gregory Nutt
-
Pascal Speck authored
- fixed a nullptr-dereference on iob_clone Approved-by: Gregory Nutt
-
Masayuki Ishikawa authored
Fix open() a block device with CONFIG_DISABLE_PSEUDOFS_OPERATIONS=y Approved-by: Gregory Nutt
-
Mark Schulte authored
-
Mark Schulte authored
-
Mark Schulte authored
-
Mark Schulte authored
-
Mark Schulte authored
-
Mark Schulte authored
-
Mark Schulte authored
-
Mark Schulte authored
-
Mark Schulte authored
-
Maciej Wójcik authored
-
Pascal Speck authored
-
Masayuki Ishikawa authored
-
Masayuki Ishikawa authored
-
Gregory Nutt authored
-
David Sidrane authored
More build fiexes stm32f7 irqfixes Approved-by: Gregory Nutt
-
Gregory Nutt authored
-
David Sidrane authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
David Sidrane authored
-
David Sidrane authored
-
- Feb 28, 2017
-
-
David Sidrane authored
Merged in david_s5/nuttx-11/david_s5/kinetiskinetis_lpserialc-irq-fix-typeo-1488323540334 (pull request #228) Kinetis:kinetis_lpserial.c irq fix typo Approved-by: Gregory Nutt
-
David Sidrane authored
-
Gregory Nutt authored
-