- Jul 13, 2022
-
-
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.
-
- Jul 12, 2022
-
-
Clément Foucher authored
-
- Apr 04, 2022
-
-
Luiz Fernando Lavado Villa authored
-
- Mar 30, 2022
-
-
Clément Foucher authored
Add capability for finer configuration of HRTIM ADC event generation; Separate event generation postscaler.
-
Clément Foucher authored
-
- Mar 29, 2022
-
-
Clément Foucher authored
-
Clément Foucher authored
-
- Mar 28, 2022
-
-
Clément Foucher authored
-
- Mar 25, 2022
-
-
Clément Foucher authored
Add ability to set discontinuous mode on ADCs; Add support for various trigger sources from HRTIM to ADCs.
-
- Mar 23, 2022
-
-
Clément Foucher authored
-
- Mar 16, 2022
-
-
Clément Foucher authored
-
- Mar 08, 2022
-
-
Clément Foucher authored
-
Clément Foucher authored
-
- Mar 03, 2022
-
-
Clément Foucher authored
-
Clément Foucher authored
-
- Mar 02, 2022
-
-
Clément Foucher authored
-
- Feb 25, 2022
-
-
Clément Foucher authored
New device tree organization, not based on Nucleo dts.
-
- Feb 21, 2022
-
-
Clément Foucher authored
Update error codes.
-
- Feb 18, 2022
-
-
Clément Foucher authored
Update NGND drive to use new Zephyr GPIO API.
-
- Feb 17, 2022
-
-
Clément Foucher authored
Align device tree defines to ***_DEVICE nomenclature.
-
Clément Foucher authored
Integrate data conversion into the data acquisition module.
-
- Feb 04, 2022
-
-
Clément Foucher authored
-
- Feb 01, 2022
-
-
Luiz Fernando Lavado Villa authored
-
Luiz-Fernando Lavado-Villa authored
-
- Oct 26, 2021
-
-
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.
-
- Sep 25, 2021
-
-
Clément Foucher authored
Use a more generic configuration for DMA. Corrected error codes.
-
- Sep 24, 2021
-
-
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.
-
- Sep 10, 2021
-
-
Clément Foucher authored
-
- Sep 02, 2021
-
-
Clément Foucher authored
-
- Aug 30, 2021
-
-
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.
-
Clément Foucher authored
-
- Jul 17, 2021
-
-
Clément Foucher authored
-
- Jul 16, 2021
-
-
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.
-
Clément Foucher authored
-
Clément Foucher authored
-
Clément Foucher authored
-
Clément Foucher authored
-
- Jul 13, 2021
-
-
Clément Foucher authored
-
Clément Foucher authored
Leg Module merged with Hrtim Module voltage mode.
-
Clément Foucher authored
Added comments to Timer Module CMakeLists.
-