- Mar 04, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
Revert "FS: Fix backward conditional logic that prevent unlink() from building in some configurations." Oops. It was not backward. Enable == !Disable. Negative logic is confusing. This reverts commit 1fcf353e.
-
Gregory Nutt authored
-
no1wudi authored
fixed a typo Approved-by: Gregory Nutt
-
no1wudi authored
-
HuangQi authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Mar 03, 2017
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Experimental change to STM32 Ethernet driver a success. Porting change to all other Ethernet drivers.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Implements support for smaller interrupt tables as described at http://www.nuttx.org/doku.php?id=wiki:howtos:smallvectors . This is largely the work of Mark Schulte. However, I have made several changes to match with the Wiki document. If you like the change, thanks go to Marc. For any errors you can blame me.
-
Masayuki Ishikawa authored
Revert "CONFIG_START_YEAR/MONTH/DAY not required if an RTC is used" Approved-by: Gregory Nutt
-
Masayuki Ishikawa authored
This reverts commit 4035ed8c.
-
Masayuki Ishikawa authored
-
Gregory Nutt authored
stm32_gpiosetevent: GPIO IRQ function should not return the xcpt_t oldhandler. This value is useful and potentially dangerous by itself after the change to assocaite a argument with the interrupt handler.
-
Gregory Nutt authored
stm32_gpiosetevent: GPIO IRQ function should not return the xcpt_t oldhandler. This value is useful and potentially dangerous by itself after the change to assocaite a argument with the interrupt handler.
-
- Mar 02, 2017
-
-
Gregory Nutt authored
stm32_gpiosetevent: GPIO IRQ logic no longer returns the xcpt_t oldhandler. This value is useless and dangerous after the recent changes to interrupt argument passing.
-
Gregory Nutt authored
board_button_irq: Button IRQ logic no longer returns the xcpt_t oldhandler. There value is useless and dangerous after the recent changes to interrupt argument passing.
-
Gregory Nutt authored
board_button_irq: Button IRQ logic no longer returns the xcpt_t oldhandler. There value is useless and dangerous after the recent changes to interrupt argument passing.
-
Gregory Nutt authored
board_button_irq: Button IRQ logic no longer returns the xcpt_t oldhandler. There value is useless and dangerous after the recent changes to interrupt argument passing.
-
Gregory Nutt authored
Tiva: Pin IRQ logic 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 L4: Pin IRQ logic no longer returns the xcpt_t oldhandler. There value is useless and dangerous after the recent changes to interrupt argument passing.
-
Gregory Nutt authored
PIC32MZ: Pin IRQ logic no longer returns the xcpt_t oldhandler. There value is useless and dangerous after the recent changes to interrupt argument passing.
-
Gregory Nutt authored
PIC32MX: Pin IRQ logic no longer returns the xcpt_t oldhandler. There value is useless and dangerous after the recent changes to interrupt argument passing.
-
Gregory Nutt authored
Kinetis-L 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.
-
Gregory Nutt authored
STM32 Ethernet: Need two work structures so that pending poll work is not lost when an interrupt occurs.
-
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
-