Skip to content
Snippets Groups Projects
  1. Jul 13, 2022
    • Ayoub Farah Hassan's avatar
      Revision of HRTIM. · cd13dd01
      Ayoub Farah Hassan authored and Clément Foucher's avatar Clément Foucher committed
      Rewrote hrtim driver with LL APIs. Added Up-down mode (center aligned PWM) for buck, boost and independent mode. Corrected initialization errors for independent mode.
      cd13dd01
  2. Jul 12, 2022
  3. Apr 04, 2022
  4. Mar 30, 2022
  5. Mar 29, 2022
  6. Mar 28, 2022
  7. Mar 25, 2022
  8. Mar 23, 2022
  9. Mar 16, 2022
  10. Mar 08, 2022
  11. Mar 03, 2022
  12. Mar 02, 2022
  13. Feb 25, 2022
  14. Feb 21, 2022
  15. Feb 18, 2022
  16. Feb 17, 2022
  17. Feb 04, 2022
  18. Feb 01, 2022
  19. Oct 26, 2021
  20. Sep 25, 2021
  21. Sep 24, 2021
    • Clément Foucher's avatar
      Complete rewrite of the Data Acquisition module. · 5c85d374
      Clément Foucher authored
      - Use various DMA 1 channels for ADC data copy instead of ADC 1 and ADC 2;
      - Remove asynchronous data dispatch task in favor of a dispatch within the DMA interrupt;
      - Clarify ADC functions purpose;
      - Add error codes for Data Acquisition functions;
      - Properly commented module headers;
      - Made some ADC configuration available to user;
      - Allow fine channel configuration for each adc;
      - Per-channel data acquisition functions return buffers instead of FIFOs.
      5c85d374
  22. Sep 10, 2021
  23. Sep 02, 2021
  24. Aug 30, 2021
    • Clément Foucher's avatar
      Adapt code for Zephyr 2.6. · b11893f4
      Clément Foucher authored
      - Quick (and dirty) fix to replace deprecated `CONFIG_CLOCK_STM32_APB2_PRESCALER` symbol;
      - Replace deprecated `device_pm_control_nop` macro by `NULL`;
      - Remove NEWLIB config that causes compilation errors (multiple definition of mutex-related functions included by kernel.h);
      - Update NGND driver to use Zephyr's new GPIO device tree interface.
      b11893f4
    • Clément Foucher's avatar
      b4af377f
  25. Jul 17, 2021
  26. Jul 16, 2021
  27. Jul 13, 2021
Loading