nuttx/arch/arm
Michal Lenc fba4b2593c samv7: refactor DAC driver
This commit refactors DAC driver. The functionality remains the same
but driver start up is now done in dac_setup (after application called
open function) instead of sam_dac_initialize (called from BSP). This
ensures that driver does not take resources (timer, interrupt) until
opened. Implementation of dac_shutdown is also provided, therefore
the driver frees resources once closed.

This change is consistent with other drivers implementation.

Signed-off-by: Michal Lenc <michallenc@seznam.cz>
2024-01-24 18:46:33 -08:00
..
include stm32f401rc-rs485: Add rs-485 support 2024-01-07 17:15:59 -08:00
src samv7: refactor DAC driver 2024-01-24 18:46:33 -08:00
CMakeLists.txt
Kconfig CMake: arm/armv8-r: init armv8-r cmake build 2024-01-15 00:46:52 -08:00