Skip to content
Snippets Groups Projects
  1. Jul 25, 2022
  2. Jul 21, 2022
  3. Jul 19, 2022
    • Luiz Fernando Lavado Villa's avatar
      The HRTIM still lacks some functions needed for a fine management of the PWM... · 4130ab02
      Luiz Fernando Lavado Villa authored
      The HRTIM still lacks some functions needed for a fine management of the PWM generation. This PR adds several functions. 
      
      Deadtime management
      The deadtime can now be managed separately from the rising and falling edges.
      
      Phase shifting
      The phase of the second leg can now be updated dynamicall
      
      Bug fixes: 
      Readable Independent mode
      The independent mode can now be set as buck or boost instead of true or false, making it more readable.
      
      Extra features: 
      There is now a board version support for the SPIN board
      4130ab02
  4. Jul 13, 2022
  5. Jul 12, 2022
  6. Apr 04, 2022
  7. Mar 30, 2022
  8. Mar 29, 2022
  9. Mar 28, 2022
  10. Mar 25, 2022
  11. Mar 23, 2022
  12. Mar 16, 2022
  13. Mar 08, 2022
  14. Mar 03, 2022
  15. Mar 02, 2022
  16. Feb 25, 2022
  17. Feb 21, 2022
  18. Feb 18, 2022
  19. Feb 17, 2022
  20. Feb 04, 2022
  21. Feb 01, 2022
  22. Sep 25, 2021
  23. 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
  24. Sep 10, 2021
  25. 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
  26. Jul 17, 2021
  27. Jul 16, 2021
    • Clément Foucher's avatar
      DAC driver: · 00f4a121
      Clément Foucher authored
      - Add functions to change the reset value and step value of function mode;
      - Per-channel independent configuration;
      - Do not allow channel start if not correctly configured.
      00f4a121
Loading