- Jul 18, 2015
-
-
David Sidrane authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jul 17, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Sebastien Lorquet authored
gethostbyname() and gethostbyname_r() should be built even if there is no host file support. From Sebastien Lorquet
-
Sebastien Lorquet authored
Move definition of h_errno from lib_parsehostfile.c to lib_netdb. h_errno should still be defined even if there is no host file support. From Sebastien Lorquet.
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Sebastien Lorquet authored
-Extend frequency range options to 180 MHz for STM32 ETH_MACMIIA_CR -Fix a typo in a frequency range option in LPC43 -Only configure the PPS GPIO if the PTP protocol is enabled From Sebastien Lorquet
-
Gregory Nutt authored
Add CONFIG_NETDEV_LATEINIT that can be used to suppress calls to up_netinitialize() from early initialization
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jul 16, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Another CAN driver fix: From inspection, it appears that RTR counter was not being handled correctly
-
Gregory Nutt authored
More CAN driver fixes: remove and unused semaphore. Looks to me that waiter counts are not being initialized
-
Gregory Nutt authored
Another oops. I introduced a but in a previous commit. The CAN read method nees to return an error if sem_wait() fails for any reason
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Jul 15, 2015
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
STM32: Move STM32F42xxx IRQ definitions out of stm32f40xxx_irq.h into their own stm32f42xxx_irq.h header file
-
Alan Carvalho de Assis authored
-
Gregory Nutt authored
-
Gregory Nutt authored
STM32: Move STM32F42xxx vector definitions out of stm32f40xxx_vector.h into their own stm32f42xxx_vector.h header file
-
Gregory Nutt authored
STM32: Move STM32F42xxx SYSCFG definitions out of stm32f40xxx_syscfg.h into their own stm32f42xxx_syscfg.h header file
-
Gregory Nutt authored
STM32: Move STM32F42xxx RCC definitions out of stm32f40xxx_rcc.h into their own stm32f42xxx_rcc.h header file
-
Gregory Nutt authored
STM32: Move STM32F42xxx DMA definitions out of stm32f40xxx_dma.h into their own stm32f42xxx_dma.h header file
-
Gregory Nutt authored
STM32: Move STM32F42xxx pinmap definitions out of stm32f40xxx_pinmap.h into their own stm32f42xxx pinmap.h header file
-
Gregory Nutt authored
SSD1306: Rename ssd1306_helpers.h to ssd1306.h. Move all SSD1306 driver definitions from ssd1306_base.c to ssd1306.h
-
Gregory Nutt authored
-