提交历史

作者 SHA1 备注 提交日期
  Alan Carvalho de Assis 283b73edc5 Fix lots of typos in C comments and Kconfig help text 6 年之前
  Gregory Nutt e1f8b3ff3b Update some help comments in two Kconfig files. 6 年之前
  Gregory Nutt 22cd0d47fa This commit attempts remove some long standard confusion in naming and some actual problems that result from the naming confusion. The basic problem is the standard MTU does not include the size of the Ethernet header. For clarity, I changed the naming of most things called MTU to PKTSIZE. For example, CONFIG_NET_ETH_MTU is now CONFIG_NET_ETH_PKTSIZE. 6 年之前
  Gregory Nutt e59b26370d Squashed commit of the following: 6 年之前
  Anthony Merlino cc536ba606 Merged in antmerlino/nuttx/sixlowpan-address-context (pull request #553) 6 年之前
  Gregory Nutt 6a6bf1b62f :Remove CONFIG_NET_6LOWPAN_FRAMELEN. In this case where multiple radios are support3d, this may not be a constant. 6LoWPAN now always queries the driver to get the maximum frame length. 7 年之前
  Gregory Nutt c217c663ae 6LoWPAN: Remove the option to disable fragmentation support. Two reasons: (1) First fragementation is always required becaues IPv6 requires an MTU of 1280 bytes. The is no application use case that can work without fragmentation support. And (2) it greatly reduces the complexity of the code. 7 年之前
  Gregory Nutt 88a87f8e3f 6LoWPAN: The original, Contiki-based design used only a single buffer for reassemblying larger packets. This could be a problem issue for hub configurations which really need the capability concurrently reassemble multiple incoming streams concurrently. These was also a design issue in that the reassembly buffer could be corrupted by outgoing packets. The design was extended to support multiple reassembly buffers, each associated with the reassembly tag and source address. This assures that there can be be no corruption of the reassembly once it has started. 7 年之前
  Gregory Nutt 2f2b94b65b Too much was removed in last squashed commit. 7 年之前
  Gregory Nutt 0438783afa Squashed commit of the following: 7 年之前
  Gregory Nutt 6919fb85e4 6LoWPAN/PF_IEEE802154: Created radiodev.h and renamed various structures to provide a better separation between 6LoWPAN and PF_IEEE802154. 7 年之前
  Gregory Nutt 959f2042a4 IoT Board/Spirit: Fix a few issues that interfered with testing. Move console to the VCOM port (USART) for all configurations. Rename the spirit-mac configuration to spirit-6lowpan. Add lots of debug output the spirit network driver. 7 年之前
  Gregory Nutt cfea8adacb L should be capitalized in 6LoWPAN 7 年之前
  Gregory Nutt 0b652d0451 Update some Kconfig help comments 7 年之前
  Gregory Nutt 920c0a2e50 One more baby step in removing MAC knowledge from 6loWPAN. 7 年之前
  Gregory Nutt 6f6e61769a 6loWPAN: Remove final references to Rime from code. 7 年之前
  Gregory Nutt 969c1ab614 6loWPAN: Replace some Rime address naming with more consistent short/exended address terminology 7 年之前
  Gregory Nutt 50fda0d748 6loWPAN: Fix a missing source address in header. Correct calculation of payload size. 7 年之前
  Gregory Nutt 04ebdbb336 Move: CONFIG_ADC_NO_START_CONV from drivers/adc/Kconfig to arch/arm/src/stm32[f7]/Kconfig as STM32[F7]_ADC_NO_START_CONV. Refresh all configurations with any reference to CONFIG_ADC_NO_START_CONV. 7 年之前
  Mark Schulte 35ca733108 pthread.h: Fix rwlock initializer 7 年之前
  Gregory Nutt ca2c18c023 6loWPAN: Fix return value and other issues in sixlowpan_frame_process 7 年之前
  Gregory Nutt 1f394a61b3 6loWPAN: Add option to dump buffers. Fix some issues with calculation of the IEEE802.15.4 header size. 7 年之前
  Gregory Nutt db48f03192 6loWPAN: Fix some compilation problems with HC1 compression is enabled. 7 年之前
  Gregory Nutt 7a4af75fcf 6lowWPAN: Add frame decompression logic to IEEE802.15.4 input 7 年之前
  Gregory Nutt cccbb6c693 6loWPAN: Clean up some send logic; remove sniffer. 7 年之前
  Gregory Nutt eb446d5261 net/: Permit net/neighbor to build when IPv6 is defined, but not Ethernet. Needs more work to support 6loWPAN. Also included, some minor configuration updates for 6loWPAN. 7 年之前
  Gregory Nutt 1a12682f23 6loWPAN: Fix some MTU-related craziness. 7 年之前
  Gregory Nutt 2aca4d4ebd 6loWPAN: Add a little more send logic. 7 年之前
  Gregory Nutt a6148cdb7c 6loWPAN: Adding more socket send-related logic. 7 年之前
  Gregory Nutt 5fb222180c 6loWPAN: IEEE802.15.4 MAC driver will need a special form of the network device structure to manage fragmentation of the large packet into frames. 7 年之前