Skip to content
Snippets Groups Projects
  1. Jun 03, 2019
  2. Jun 02, 2019
  3. May 31, 2019
  4. May 30, 2019
  5. May 29, 2019
  6. May 28, 2019
  7. May 27, 2019
  8. May 24, 2019
  9. May 23, 2019
  10. May 22, 2019
  11. May 21, 2019
    • Glenn Ruben Bakke's avatar
      nrf/nrfx_glue: Adapt to nrfx v.1.7.1. · d80abd03
      Glenn Ruben Bakke authored
      Defining NRFX_STATIC_ASSERT macro to be empty, but available
      to nrfx.
      d80abd03
    • Glenn Ruben Bakke's avatar
      lib/nrfx: Upgrade nrfx to master. · 85bde088
      Glenn Ruben Bakke authored
      Updating the nrfx git submodule containing HAL drivers for nrf-port
      from v1.3.1 to current master. The version pointed to is one commit
      ahead of v1.7.1 release. The extra commit contains a bugfix for
      nrfx_uart_tx_in_progress() making it report correctly.
      
      The general upgrade of nrfx is considered to be safe, as almost all
      changes in between 1.3.1 and 1.7.1 are related to peripherals and
      target devices not used by the nrf-port as of today.
      85bde088
    • Sébastien Rinsoz's avatar
      py: Update makefiles to use $(CAT) variable instead of hard coded "cat". · c03f81c6
      Sébastien Rinsoz authored
      The variable $(CAT) is initialised with the "cat" value in mkenv.mk like
      for the other command line tools (rm, echo, cp, mkdir etc).  With this,
      for example, Windows users can specify the path of cat.exe.
      c03f81c6
    • stijn's avatar
      py/objarray: Add decode method to bytearray. · fb54736b
      stijn authored
      Reuse the implementation for bytes since it works the same way regardless
      of the underlying type.  This method gets added for CPython compatibility
      of bytearray, but to keep the code simple and small array.array now also
      has a working decode method, which is non-standard but doesn't hurt.
      fb54736b
Loading