Skip to content
Snippets Groups Projects
  1. May 17, 2019
  2. May 16, 2019
    • Julian Oes's avatar
      drivers: fix -Wstringop-truncation · b20feacd
      Julian Oes authored
      GCC 9 complained about stringop-truncation which is a cautionary message
      to prevent using strncpy with non-null terminated strings.
      
      We can fix this by copying one byte less than the destination size and
      then manually adding the null termination, as we already do.
      b20feacd
  3. May 08, 2019
  4. May 02, 2019
  5. Apr 26, 2019
  6. Apr 25, 2019
  7. Apr 20, 2019
    • Julian Oes's avatar
      ak09916: fail if device is not found · c78aaeb0
      Julian Oes authored
      This should fix the case where the driver initializes even though the
      device is not found. The change changes the behavior to return ERROR
      if the whoami call fails several times instead of returning OK.
      
      Also, the reset() and thus probe() calls are moved before initializing
      the ringbuffer and device name.
      c78aaeb0
    • liubaoxu's avatar
      BMP280:fix definition misspelling · db37cd8c
      liubaoxu authored
      from BPM280 to BMP280
      db37cd8c
  8. Apr 17, 2019
  9. Apr 11, 2019
  10. Apr 09, 2019
  11. Apr 04, 2019
  12. Apr 03, 2019
    • David Sidrane's avatar
      M7 dcache ctrl via a parameter (#11769) · 1c212e3f
      David Sidrane authored
      * Support for armv7-m_dcache control via parameter
      
        The FORCE_F7_DCACHE parameter can be set to
         0 - (default) if Eratta exits turn dcache off else leave it on
         1 -  Force it off
         2 -  Force it on
      
         At boot the system will disable the d-cache if the silicon
         has the 1259864 Data corruption in a sequence of Write-Through
         stores and loads eratta.
      
         Post nsh script execution the FORCE_F7_DCACHE paramater
         will be used to set the d-cache to the state indicated
         above.
      1c212e3f
    • bresch's avatar
      Parameter update - Rename variables in drivers · ec5da551
      bresch authored
      using parameter_update.py script
      ec5da551
  13. Apr 02, 2019
  14. Mar 29, 2019
  15. Mar 21, 2019
    • Beat Küng's avatar
      fix bmi055: increase DLPF from 62.5 to 500 · c9d32578
      Beat Küng authored
      With a DLPF of 62.5 Hz, the sampling rate is apperently not 1 kHz anymore,
      because the driver got duplicate samples and published only at 128 Hz.
      We have to increase the filter back to 500 Hz so that we get 1 kHz sampling
      rate, with 250 Hz publications.
      c9d32578
  16. Mar 18, 2019
  17. Mar 16, 2019
  18. Mar 12, 2019
  19. Mar 11, 2019
  20. Mar 09, 2019
  21. Mar 02, 2019
  22. Feb 26, 2019
  23. Feb 25, 2019
  24. Feb 22, 2019
  25. Feb 21, 2019
Loading