Skip to content
  1. Aug 26, 2017
    • Gregory Nutt's avatar
      Simulator: Adds necessary functionality to build Simulator under ARM Linux.... · 48c27f8f
      Gregory Nutt authored
      Simulator: Adds necessary functionality to build Simulator under ARM Linux. Tested only on Raspberry3. Currently setjmp/longjmp do not save/restore floating point registers.  Patch provided by Bitbucket user nbkolchin.
      48c27f8f
    • Gregory Nutt's avatar
      6LoWPAN: The original, Contiki-based design used only a single buffer for... · 88a87f8e
      Gregory Nutt authored
      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.
      88a87f8e
  2. Aug 25, 2017
  3. Aug 24, 2017
  4. Aug 23, 2017
  5. Aug 22, 2017
  6. Aug 21, 2017