- Mar 05, 2017
-
-
Maciej Wójcik authored
typos Approved-by: Gregory Nutt
-
Maciej Wójcik authored
-
- Mar 04, 2017
-
-
Mateusz Szafoni authored
STM32F33XX DAC, OPAMP, COMP and ADC headers Approved-by: Gregory Nutt
-
raiden00pl authored
-
raiden00pl authored
-
raiden00pl authored
-
raiden00pl authored
-
raiden00pl authored
-
raiden00pl authored
-
Gregory Nutt authored
net/drivers/skeleton.c: Back out serialization changes of the last commit. They are not necessary in the skeleton.c example because the calls to net_lock() at the beginning of each worker function will enforce serialization.
-
Gregory Nutt authored
drivers/net: Add framework for serialization in the case where multiple low-priority work queues are used.
-
Gregory Nutt authored
-
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.
-