Skip to content
Snippets Groups Projects
  1. Jan 09, 2018
  2. Jan 08, 2018
    • Martine Lenders's avatar
      slipdev: simplify and solidify byte-unstuffing · c61a3431
      Martine Lenders authored
      This simplifies and solidifies the reversal of SLIP's byte-stuffing
      (aka byte-unstuffing ;-)) by
      
      1. Using `tsrb` instead of `ringbuffer`: there are two actors. The ISR
         and the device's event handler.
      2. Moving the byte-unstuffing from the UART RX-handler (i.e. the ISR)
         to the device's receive function (potentially not the ISR)
      3. Removing the `pktfifo` member. The current number of bytes in the
         ringbuffer is returned for `recv(data = NULL, len = 0)`. If that is
         more than the packet contains (due to the byte stuffing it most
         likely will be) the packet is reallocated in GNRC anyway.
      c61a3431
    • Dylan Laduranty's avatar
      Merge pull request #8318 from PeterKietzmann/dnahm_nrf52_i2c · 87e3f10e
      Dylan Laduranty authored
      cpu/nrf52: add i2c driver and configs
      Unverified
      87e3f10e
  3. Jan 06, 2018
  4. Jan 05, 2018
  5. Jan 04, 2018
  6. Jan 03, 2018
  7. Dec 27, 2017
  8. Dec 22, 2017
  9. Dec 21, 2017
  10. Dec 20, 2017
Loading