- 29 Jul, 2022 1 commit
-
-
Luiz Fernando Lavado Villa authored
-
- 25 Jul, 2022 1 commit
-
-
- 21 Jul, 2022 1 commit
-
-
- 19 Jul, 2022 1 commit
-
-
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
-
- 13 Jul, 2022 7 commits
-
-
Clément Foucher authored
-
Clément Foucher authored
-
Clément Foucher authored
-
Clément Foucher authored
-
Clément Foucher authored
-
Clément Foucher authored
-
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.
-
- 12 Jul, 2022 1 commit
-
-
Clément Foucher authored
-
- 04 Apr, 2022 1 commit
-
-
Luiz Fernando Lavado Villa authored
-
- 30 Mar, 2022 2 commits
-
-
Clément Foucher authored
Add capability for finer configuration of HRTIM ADC event generation; Separate event generation postscaler.
-
Clément Foucher authored
-
- 29 Mar, 2022 2 commits
-
-
Clément Foucher authored
-
Clément Foucher authored
-
- 28 Mar, 2022 1 commit
-
-
Clément Foucher authored
-
- 25 Mar, 2022 1 commit
-
-
Clément Foucher authored
Add ability to set discontinuous mode on ADCs; Add support for various trigger sources from HRTIM to ADCs.
-
- 23 Mar, 2022 1 commit
-
-
Clément Foucher authored
-
- 16 Mar, 2022 1 commit
-
-
Clément Foucher authored
-
- 08 Mar, 2022 2 commits
-
-
Clément Foucher authored
-
Clément Foucher authored
-
- 03 Mar, 2022 2 commits
-
-
Clément Foucher authored
-
Clément Foucher authored
-
- 02 Mar, 2022 1 commit
-
-
Clément Foucher authored
-
- 25 Feb, 2022 1 commit
-
-
Clément Foucher authored
New device tree organization, not based on Nucleo dts.
-
- 21 Feb, 2022 1 commit
-
-
Clément Foucher authored
Update error codes.
-
- 18 Feb, 2022 1 commit
-
-
Clément Foucher authored
Update NGND drive to use new Zephyr GPIO API.
-
- 17 Feb, 2022 2 commits
-
-
Clément Foucher authored
Align device tree defines to ***_DEVICE nomenclature.
-
Clément Foucher authored
Integrate data conversion into the data acquisition module.
-
- 04 Feb, 2022 1 commit
-
-
Clément Foucher authored
-
- 01 Feb, 2022 2 commits
-
-
Luiz Fernando Lavado Villa authored
-
Luiz-Fernando Lavado-Villa authored
-
- 26 Oct, 2021 1 commit
-
-
Clément Foucher authored
Add a link to the Wiki in owntech.ini so that information on how to use the libraries is directly accessible.
-
- 25 Sep, 2021 1 commit
-
-
Clément Foucher authored
Use a more generic configuration for DMA. Corrected error codes.
-
- 24 Sep, 2021 1 commit
-
-
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.
-
- 10 Sep, 2021 1 commit
-
-
Clément Foucher authored
-
- 02 Sep, 2021 1 commit
-
-
Clément Foucher authored
-
- 30 Aug, 2021 1 commit
-
-
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.
-