Skip to content
  1. Oct 23, 2017
    • Gregory Nutt's avatar
      This change adds support for semi-standard IPPROTO_ICMP AF_INET datagram... · cccc86da
      Gregory Nutt authored
      This change adds support for semi-standard IPPROTO_ICMP AF_INET datagram sockets.  This replaces the old ad hoc, nonstandard way of implementing ping with a more standard, socket interface.
      
      Squashed commit of the following:
      
          net/icmp:  Finishes off icmp_recvfrom().
          net/icmp:  Add readahead support for IPPROTO_ICMP sockets.
          net/icmp:  Add poll() support for IPPROTO_ICMP sockets.
          net/icmp:  Add a connection structure for IPPROTO_ICMP sockets.
          net/icmp:  Implements sendto for the IPPROTO_ICMP socket.
          net/icmp:  Move icmp_sendto() and icmp_recvfrom() to separate files.  They are likely to be complex (when they are implemented).
          net/icmp:  Hook IPPROTO_ICMP sockets into network.  Fix some naming collisions.  Still missing basic ICMP send/receive logic.
          configs: apps/system/ping current need poll() enabled.
          configs: All defconfig files that use to enable low-level support must now enabled CONFIG_SYSTEM_PING.
          net/icmp:  Adds basic build framework to support IPPROTO_ICMP sockets.
      cccc86da
    • Alan Carvalho de Assis's avatar
      stm32f103-minimum: Fix a compilation warning. · c28b9386
      Alan Carvalho de Assis authored
      stm32f103-minimum:  Add an ADPS-9960 example configuration
      c28b9386
  2. Oct 22, 2017
    • Mateusz Szafoni's avatar
      Merged in raiden00/nuttx (pull request #516) · 9105ac3e
      Mateusz Szafoni authored
      
      
      Master
      
      * stm32_hrtim: fix warnings related with RCC
      
      * stm32f33xxx_adc: add some publicly visable interfaces and some code to support injected channels
      
      * stm32f33xxx_dma: add public interface to handle with DMA interrupts
      
      * stm32_hrtim: change some names and add some coments
      
      * chip/stm32f33xxx_adc.h: cosmetics
      
      * nucleo-f334r8: add logic for zero latency high priority interrupts example
      
      * stm32: update some ADC-related configuration in Kconfig
      
      Approved-by: default avatarGregory Nutt <gnutt@nuttx.org>
      9105ac3e
  3. Oct 20, 2017
  4. Oct 19, 2017
  5. Oct 18, 2017
  6. Oct 17, 2017