Skip to content
Snippets Groups Projects
  1. Jan 24, 2019
  2. Jan 21, 2019
  3. Jan 14, 2019
  4. Jan 10, 2019
  5. Jan 09, 2019
  6. Dec 27, 2018
  7. Nov 30, 2018
    • Gunar Schorcht's avatar
      cpu/esp8266: fix of adc_res_t · 1865ee93
      Gunar Schorcht authored
      cpu/esp8266/include/periph_cpu.h overrides the default definition of adc_res_t from periph/adc with a definition which contains only one resolution. This gives compilation errorss if an application uses other resolutions. According to the documentation, adc_sample should return -1 if the resolution is not supported. All other CPUs override adc_res_t either to add new resolutions or to mark resolutions as unsupported. But they all allow to use them at the interface. Therefore, esp8266 uses now the default definition of adc_res_t and returns -1 if a solution is used in adc_sample that is not supported.
      1865ee93
  8. Nov 22, 2018
  9. Nov 05, 2018
  10. Oct 19, 2018
  11. Oct 10, 2018
    • Gunar Schorcht's avatar
      cpu/esp8266: i2c improvements · 4fcfb7ca
      Gunar Schorcht authored
      The commit
      - improves the timing of the SDA and SCL signals that fixes communication problems with some slaves (#10115),
      - introduces the internal function _i2c_clear which clears the bus when SDA line is locked at LOW, and
      - renames internal _i2c_*_sda and _i2c_*_scl functions to function names that are more clear, e.g., _i2c_clear_sda to _i2c_sda_low.
      4fcfb7ca
  12. Oct 09, 2018
  13. Sep 27, 2018
  14. Sep 21, 2018
  15. Sep 07, 2018
  16. Sep 05, 2018
Loading