Skip to content
  1. Oct 24, 2017
    • Gregory Nutt's avatar
      net/icmp: Eliminate a warning. · 51c2fe32
      Gregory Nutt authored
      51c2fe32
    • Gregory Nutt's avatar
    • Gregory Nutt's avatar
      Update document · ff22b976
      Gregory Nutt authored
      ff22b976
    • Jussi Kivilinna's avatar
      mm/mm-heap: memalign: fix heap corruption caused by using unaligned chuck... · 75b53d56
      Jussi Kivilinna authored
      mm/mm-heap: memalign: fix heap corruption caused by using unaligned chuck size.  Unaligned nodes generated by memalign later cause heap corruptions when nodes are shrink further (for example, 24 bytes -> 8 bytes, when alignment is 16 bytes).
      75b53d56
    • Gregory Nutt's avatar
      This commit adds support for semi-standard IPPROTO_ICMP6 sockets. This is a... · 70c59a9d
      Gregory Nutt authored
      This commit adds support for semi-standard IPPROTO_ICMP6 sockets.  This is a replacement for the non-standard ICMPv6 ping support that violated the portable POSIX OS interface.
      
      Squashed commit of the following:
      
          net/icmpv6: IPPROT_ICMP6 socket logic now builds without error.
          net/icmpv6:  Add support for read-ahead and poll(). Initial commit is just cloned from ICMP with the appropriate name changes.
          configs/:  All defconfig filess that include CONFIG_NET_ICMPv6_SOCKET=y need to select CONFIG_SYSTEM_PING6=y and deselect CONFIG_DISABLE_POLL.
          Update NSH documention to show that ping6 is now a built in command.
          net/icmpv6:  Add icmpv6_sendto.c and icmpv6_recvfrom.c.  Initial versions are just clones from icmp/ with appropriate name changes.
          net/icmpv6:  Clone some ICMP socket logic as the beginning of support for ICMPv6 socket support.
          Rename CONFIG_NET_ICMPv6_PING to CONFIG_NET_ICMPv6_SOCKET.  Move prototype for icmpv6_ping from include/nuttx/net/icmpv6 to net/icmpv6/icmpv6.h
      70c59a9d
  2. Oct 23, 2017
  3. 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
  4. Oct 20, 2017
  5. Oct 19, 2017
  6. Oct 18, 2017